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 predicate node or 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 predicate node or parent node
|
void |
resolve(boolean generateJoin,
boolean implicitJoin,
String classAlias,
antlr.collections.AST parent)
Does the work of resolving an identifier or a dot, but without a parent predicate node
|
void |
resolve(boolean generateJoin,
boolean implicitJoin,
String classAlias,
antlr.collections.AST parent,
antlr.collections.AST parentPredicate)
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, antlr.collections.AST parentPredicate) throws antlr.SemanticException
antlr.SemanticException
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 © 2021 JBoss by Red Hat. All rights reserved.