Package io.jmix.data.impl.jpql.tree
Class UpdateSetNode
java.lang.Object
org.antlr.runtime.tree.BaseTree
org.antlr.runtime.tree.CommonTree
io.jmix.data.impl.jpql.tree.BaseCustomNode
io.jmix.data.impl.jpql.tree.UpdateSetNode
- All Implemented Interfaces:
- TreeToQueryCapable,- org.antlr.runtime.tree.Tree
- 
Field SummaryFields inherited from class org.antlr.runtime.tree.CommonTreechildIndex, parent, startIndex, stopIndex, tokenFields inherited from class org.antlr.runtime.tree.BaseTreechildrenFields inherited from interface org.antlr.runtime.tree.TreeINVALID_NODE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.antlr.runtime.tree.CommonTreetreeToQueryPre(QueryBuilder sb, List<ErrorRec> invalidNodes) Methods inherited from class io.jmix.data.impl.jpql.tree.BaseCustomNodedupChildren, getNextNode, getPrevNode, treeToQueryPostMethods inherited from class org.antlr.runtime.tree.CommonTreedupNode, getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringMethods inherited from class org.antlr.runtime.tree.BaseTreeaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getChildren, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTree
- 
Constructor Details- 
UpdateSetNodepublic UpdateSetNode(org.antlr.runtime.Token t) 
 
- 
- 
Method Details- 
treeToQueryPrepublic org.antlr.runtime.tree.CommonTree treeToQueryPre(QueryBuilder sb, List<ErrorRec> invalidNodes) - Specified by:
- treeToQueryPrein interface- TreeToQueryCapable
- Overrides:
- treeToQueryPrein class- BaseCustomNode
 
 
-