All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbstractChunkerInvokable BaseToken A supertype for our generated token class.Chunker ChunkerAnnotation ChunkerArray ChunkerAssign ChunkerBinaryExpression ChunkerClosure ChunkerConstants Token literal values and constants.ChunkerDefaultVisitor ChunkerDocument ChunkerEof ChunkerIdent ChunkerInvokable Represents an ast node that could be invokable.ChunkerInvoke ChunkerJavaClassDecl ChunkerMethodName ChunkerMixin Used to extract some reusable token-checking logic from the generated parser.ChunkerMixin.CharPredicate ChunkerMixin.PeekStream A stream specialized for "peek ahead" during semantic LOOKAHEAD.ChunkerNew ChunkerNewline ChunkerNum ChunkerParam ChunkerStatement ChunkerString ChunkerTokenManager Token Manager.ChunkerTreeConstants ChunkerTypedAssign ChunkerTypeDecl ChunkerTypeParam ChunkerTypeParams ChunkerVisitor ChunkerWhitespace CompletionCancelled Thrown from the document parser if the user has updated the document while an ongoing completion request was blocking on stale input.CompletionParser A specialized parser for autocompletion; maybe better to call it a chunker than a parser...DiagnosticCode A collection of int constants used for diagnostic messages.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()JJTChunkerState LspTools LspTools:Messenger An instance of this object is sent to our parser, so that as it runs into invalid syntax, it can report useful errors, and allow handler code to inspect the jjtree parser when it occurs.Node ParseCancelled Thrown from the parser if the thread interrupt status is set.ParsedDocument Represents a parsed document.ParseException This exception is thrown when parse errors are encountered.ParseState Represents the state of a "currently being parsed node".PendingParse An object to represent the operation of parsing documents from users.Provider ScopedNode An ast node which can have scope nodes.SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).SimpleNode StreamProvider NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)StringProvider Token Describes the input token stream.TokenMgrException Token Manager Error.