Package io.deephaven.lang.api
Interface HasScope
-
- All Superinterfaces:
Node
- All Known Implementing Classes:
AbstractChunkerInvokable,ChunkerArray,ChunkerAssign,ChunkerBinaryExpression,ChunkerClosure,ChunkerIdent,ChunkerInvoke,ChunkerNew,ChunkerTypedAssign,ScopedNode
public interface HasScope extends Node
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaddScope(java.util.List<IsScope> scope)java.util.List<IsScope>getScope()voidsetScope(java.util.List<IsScope> scope)-
Methods inherited from interface io.deephaven.lang.generated.Node
addChild, addChild, addJunk, addScope, addToken, 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
-
-