Package io.deephaven.lang.api
Class AbstractChunkerInvokable
java.lang.Object
io.deephaven.lang.generated.SimpleNode
io.deephaven.lang.generated.ScopedNode
io.deephaven.lang.api.AbstractChunkerInvokable
- All Implemented Interfaces:
ChunkerInvokable,HasScope,IsScope,Node
- Direct Known Subclasses:
ChunkerArray,ChunkerInvoke,ChunkerNew
-
Field Summary
Fields inherited from class io.deephaven.lang.generated.SimpleNode
children, firstToken, id, lastToken, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddArgument(Node argument) final voidgetArgument(int i) intvoidsetScopeTarget(Node scopeTarget) Methods inherited from class io.deephaven.lang.generated.ScopedNode
getScope, setScopeMethods inherited from class io.deephaven.lang.generated.SimpleNode
addJunk, addToken, adopt, childrenAccept, dump, getChildren, getId, getJunk, indexOf, isWellFormed, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtInsertChild, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, removeChild, removeToken, setWellFormed, toString, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface io.deephaven.lang.api.ChunkerInvokable
getNameTokenMethods inherited from interface io.deephaven.lang.api.IsScope
asScopeList, getName, getScopeMethods inherited from interface io.deephaven.lang.generated.Node
addChild, addChild, addJunk, addScope, addToken, adopt, append, asRange, contains, containsIndex, containsLines, distanceTo, findToken, getChildren, getEndIndex, getId, getStartIndex, indexOf, insertChild, isAutocompleteTerminal, isChildOf, isWellFormed, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, maybeDetach, removeChild, rescope, tokens, tokensReversed, toSource
-
Constructor Details
-
AbstractChunkerInvokable
public AbstractChunkerInvokable(int i) -
AbstractChunkerInvokable
-
-
Method Details
-
addArgument
- Specified by:
addArgumentin interfaceChunkerInvokable
-
addToken
- Specified by:
addTokenin interfaceChunkerInvokable- Specified by:
addTokenin interfaceNode
-
getArguments
-
getArgument
-
getArgumentCount
public int getArgumentCount() -
getScopeTarget
- Specified by:
getScopeTargetin interfaceIsScope
-
setScopeTarget
- Specified by:
setScopeTargetin interfaceIsScope
-