ResolvableNodepublic interface ResolvableNode The contract for expression sub-trees that can resolve themselves. |
Methods Summary |
---|
public void | resolve(boolean generateJoin, boolean implicitJoin, java.lang.String classAlias, antlr.collections.AST parent)Does the work of resolving an identifier or a dot
| public void | resolve(boolean generateJoin, boolean implicitJoin, java.lang.String classAlias)Does the work of resolving an identifier or a dot, but without a parent node
| public void | resolve(boolean generateJoin, boolean implicitJoin)Does the work of resolving an identifier or a dot, but without a parent node or alias
| public void | resolveInFunctionCall(boolean generateJoin, boolean implicitJoin)Does the work of resolving inside of the scope of a function call
| public void | resolveIndex(antlr.collections.AST parent)Does the work of resolving an an index [].
|
|