public class BaseDsqlNode
extends org.antlr.runtime.tree.CommonTree
DsqlNode.| Constructor and Description |
|---|
BaseDsqlNode(org.antlr.runtime.Token token) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(DsqlGrammarVisitor visitor)
|
List<org.mule.runtime.extension.internal.grammar.DsqlNode> |
getChildren() |
String |
getText()
Return the node value as a
String |
int |
getType()
Returns the node type needed for tree parsing.
|
dupNode, getCharPositionInLine, getChildIndex, getLine, getParent, getText, getToken, getTokenStartIndex, getTokenStopIndex, getType, isNil, setChildIndex, setParent, setTokenStartIndex, setTokenStopIndex, setUnknownTokenBoundaries, toStringaddChild, addChildren, createChildrenList, deleteChild, freshenParentAndChildIndexes, freshenParentAndChildIndexes, freshenParentAndChildIndexesDeeply, freshenParentAndChildIndexesDeeply, getAncestor, getAncestors, getChild, getChildCount, getFirstChildWithType, hasAncestor, insertChild, replaceChildren, sanityCheckParentAndChildIndexes, sanityCheckParentAndChildIndexes, setChild, toStringTreepublic void accept(DsqlGrammarVisitor visitor)
visitor - an DsqlGrammarVisitor instance.public List<org.mule.runtime.extension.internal.grammar.DsqlNode> getChildren()
public int getType()
int value representing the type of the node.Copyright © 2024 MuleSoft, Inc.. All rights reserved.