public interface ResolvableNode
Modifier and Type | Method and Description |
---|---|
void |
resolve(boolean generateJoin,
boolean implicitJoin)
Does the work of resolving an identifier or a dot, but without a parent node or alias
|
void |
resolve(boolean generateJoin,
boolean implicitJoin,
String classAlias)
Does the work of resolving an identifier or a dot, but without a parent node
|
void |
resolve(boolean generateJoin,
boolean implicitJoin,
String classAlias,
antlr.collections.AST parent)
Does the work of resolving an identifier or a dot
|
void |
resolveIndex(antlr.collections.AST parent)
Does the work of resolving an an index [].
|
void |
resolveInFunctionCall(boolean generateJoin,
boolean implicitJoin)
Does the work of resolving inside of the scope of a function call
|
void resolve(boolean generateJoin, boolean implicitJoin, String classAlias, antlr.collections.AST parent) throws antlr.SemanticException
antlr.SemanticException
void resolve(boolean generateJoin, boolean implicitJoin, String classAlias) throws antlr.SemanticException
antlr.SemanticException
void resolve(boolean generateJoin, boolean implicitJoin) throws antlr.SemanticException
antlr.SemanticException
void resolveInFunctionCall(boolean generateJoin, boolean implicitJoin) throws antlr.SemanticException
antlr.SemanticException
void resolveIndex(antlr.collections.AST parent) throws antlr.SemanticException
antlr.SemanticException
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.