|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionPreparer
An interface used to prepare an Expression object. This interface is used to mutate an element of an Expression from one form to another. For example, we may use this to translate a StatementTree object to a Statement object.
Method Summary | |
---|---|
boolean |
canPrepare(java.lang.Object element)
Returns true if this preparer will prepare the given object in an expression. |
java.lang.Object |
prepare(java.lang.Object element)
Returns the new translated object to be mutated from the given element. |
Method Detail |
---|
boolean canPrepare(java.lang.Object element)
java.lang.Object prepare(java.lang.Object element) throws DatabaseException
DatabaseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |