Package | Description |
---|---|
org.antlr.v4.runtime | |
org.antlr.v4.runtime.atn | |
org.antlr.v4.runtime.misc | |
org.antlr.v4.runtime.tree |
Class and Description |
---|
ANTLRErrorListener
How to emit recognition errors.
|
ANTLRErrorStrategy
The interface for defining strategies to deal with syntax errors encountered
during a parse by ANTLR-generated parsers.
|
ANTLRInputStream |
BaseErrorListener |
BufferedTokenStream
Buffer all input tokens but do on-demand fetching of new tokens from lexer.
|
CharStream
A source of characters for an ANTLR lexer.
|
CommonToken |
ConsoleErrorListener |
DefaultErrorStrategy
This is the default error handling mechanism for ANTLR parsers
and tree parsers.
|
FailedPredicateException
A semantic predicate failed during validation.
|
InputMismatchException
This signifies any kind of mismatched input exceptions such as
when the current input does not match the expected token.
|
IntStream
A simple stream of symbols whose values are represented as integers.
|
Lexer
A lexer is recognizer that draws input symbols from a character stream.
|
LexerNoViableAltException |
NoViableAltException
Indicates that the parser could not decide which of two or more paths
to take based upon the remaining input.
|
Parser
This is all the parsing support code essentially; most of it is error recovery stuff.
|
Parser.TrimToSizeListener |
ParserRuleContext
A rule invocation record for parsing.
|
RecognitionException
The root of the ANTLR exception hierarchy.
|
Recognizer |
RuleContext
A rule context is a record of a single rule invocation.
|
Token
A token has properties: text, type, line, character position in the line
(so we can ignore tabs), token channel, index, and source from which
we obtained this token.
|
TokenFactory
The default mechanism for creating tokens.
|
TokenSource
A source of tokens must provide a sequence of tokens via nextToken()
and also must reveal it's source of characters; CommonToken's text is
computed from a CharStream; it only store indices into the char stream.
|
TokenStream |
TokenStreamRewriter.RewriteOperation |
WritableToken |
Class and Description |
---|
CharStream
A source of characters for an ANTLR lexer.
|
Lexer
A lexer is recognizer that draws input symbols from a character stream.
|
NoViableAltException
Indicates that the parser could not decide which of two or more paths
to take based upon the remaining input.
|
Parser
This is all the parsing support code essentially; most of it is error recovery stuff.
|
ParserRuleContext
A rule invocation record for parsing.
|
Recognizer |
RuleContext
A rule context is a record of a single rule invocation.
|
TokenStream |
Class and Description |
---|
Lexer
A lexer is recognizer that draws input symbols from a character stream.
|
Parser
This is all the parsing support code essentially; most of it is error recovery stuff.
|
Class and Description |
---|
Parser
This is all the parsing support code essentially; most of it is error recovery stuff.
|
ParserRuleContext
A rule invocation record for parsing.
|
RuleContext
A rule context is a record of a single rule invocation.
|
Token
A token has properties: text, type, line, character position in the line
(so we can ignore tabs), token channel, index, and source from which
we obtained this token.
|
Copyright © 1992-2013 ANTLR. All Rights Reserved.