public class CollectionMemberNode extends BaseJoinNode
variableName
Constructor and Description |
---|
CollectionMemberNode(int type,
java.lang.String variableName) |
Modifier and Type | Method and Description |
---|---|
org.antlr.runtime.tree.Tree |
dupNode() |
java.lang.String |
toString() |
org.antlr.runtime.tree.CommonTree |
treeToQueryPost(QueryBuilder sb,
java.util.List<ErrorRec> invalidNodes) |
org.antlr.runtime.tree.CommonTree |
treeToQueryPre(QueryBuilder sb,
java.util.List<ErrorRec> invalidNodes) |
getVariableName, identifyVariableEntity, setVariableName
dupChildren, getNextNode, getPrevNode
getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries
addChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
public CollectionMemberNode(int type, java.lang.String variableName)
public java.lang.String toString()
toString
in interface org.antlr.runtime.tree.Tree
toString
in class org.antlr.runtime.tree.CommonTree
public org.antlr.runtime.tree.Tree dupNode()
dupNode
in interface org.antlr.runtime.tree.Tree
dupNode
in class org.antlr.runtime.tree.CommonTree
public org.antlr.runtime.tree.CommonTree treeToQueryPre(QueryBuilder sb, java.util.List<ErrorRec> invalidNodes)
treeToQueryPre
in interface TreeToQueryCapable
treeToQueryPre
in class BaseCustomNode
public org.antlr.runtime.tree.CommonTree treeToQueryPost(QueryBuilder sb, java.util.List<ErrorRec> invalidNodes)
treeToQueryPost
in interface TreeToQueryCapable
treeToQueryPost
in class BaseCustomNode