Package io.deephaven.lang.api
-
Interface Summary Interface Description ChunkerInvokable Represents an ast node that could be invokable.HasScope IsScope A common interface forChunkerIdent,ChunkerInvoke,ChunkerNewandChunkerArraywhich are the only ast nodes that can be "scope objects": thing.field.callMethod()[0].moreMethod.new SomeClass().why.would().you.new Ever() -
Class Summary Class Description AbstractChunkerInvokable ParseState Represents the state of a "currently being parsed node". -
Exception Summary Exception Description ParseCancelled Thrown from the parser if the thread interrupt status is set.