Package io.deephaven.lang.generated
Class ChunkerStatement
- java.lang.Object
-
- io.deephaven.lang.generated.SimpleNode
-
- io.deephaven.lang.generated.ChunkerStatement
-
- All Implemented Interfaces:
Node
public class ChunkerStatement extends SimpleNode
-
-
Field Summary
-
Fields inherited from class io.deephaven.lang.generated.SimpleNode
children, firstToken, id, lastToken, parent, parser, value
-
-
Constructor Summary
Constructors Constructor Description ChunkerStatement(int id)ChunkerStatement(Chunker p, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsIndex(int i)java.util.List<ChunkerAnnotation>getAnnotations()java.lang.ObjectjjtAccept(ChunkerVisitor visitor, java.lang.Object data)Accept the visitor.voidsetAnnotations(java.util.List<ChunkerAnnotation> annotations)java.lang.StringtoString(java.lang.String prefix)-
Methods inherited from class io.deephaven.lang.generated.SimpleNode
addJunk, addToken, adopt, childrenAccept, dump, getChildren, getId, getJunk, indexOf, isWellFormed, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtInsertChild, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, removeChild, removeToken, setWellFormed, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.deephaven.lang.generated.Node
addChild, addChild, addScope, addScope, addToken, append, asRange, contains, containsLines, distanceTo, findToken, getEndIndex, getStartIndex, insertChild, isAutocompleteTerminal, isChildOf, maybeDetach, rescope, setScope, tokens, tokensReversed, toSource
-
-
-
-
Constructor Detail
-
ChunkerStatement
public ChunkerStatement(int id)
-
ChunkerStatement
public ChunkerStatement(Chunker p, int id)
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(ChunkerVisitor visitor, java.lang.Object data)
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-
toString
public java.lang.String toString(java.lang.String prefix)
- Overrides:
toStringin classSimpleNode
-
getAnnotations
public java.util.List<ChunkerAnnotation> getAnnotations()
-
setAnnotations
public void setAnnotations(java.util.List<ChunkerAnnotation> annotations)
-
containsIndex
public boolean containsIndex(int i)
-
-