| 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
Deprecated.
as of 4.7 Please use
CharStreams interface. |
| BaseErrorListener
Provides an empty default implementation of
ANTLRErrorListener. |
| BufferedTokenStream
This implementation of
TokenStream loads tokens from a
TokenSource on-demand, and places the tokens in a buffer to provide
access to any previous token by index. |
| CharStream
A source of characters for an ANTLR lexer.
|
| CharStreams
This class represents the primary interface for creating
CharStreams
from a variety of sources as of 4.7. |
| CodePointBuffer |
| CodePointBuffer.Builder |
| CodePointBuffer.Type |
| CodePointCharStream
Alternative to
ANTLRInputStream which treats the input
as a series of Unicode code points, instead of a series of UTF-16
code units. |
| CommonToken |
| ConsoleErrorListener |
| DefaultErrorStrategy
This is the default implementation of
ANTLRErrorStrategy used for
error reporting and recovery in ANTLR parsers. |
| Dependents |
| 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.
|
| InterpreterRuleContext
This class extends
ParserRuleContext by allowing the value of
InterpreterRuleContext.getRuleIndex() to be explicitly set for the context. |
| 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 |
| ParserErrorListener
How to emit recognition errors for parsers.
|
| ParserInterpreter
A parser simulator that mimics what ANTLR's generated
parser code does.
|
| ParserRuleContext
A rule invocation record for parsing.
|
| ProxyErrorListener
This implementation of
ANTLRErrorListener dispatches all calls to a
collection of delegate listeners. |
| 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
TokenSource.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 |
| UnicodeCharStream |
| Vocabulary
This interface provides information about the vocabulary used by a
recognizer.
|
| VocabularyImpl
This class provides a default implementation of the
Vocabulary
interface. |
| 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 |
|---|
| Recognizer |
| Vocabulary
This interface provides information about the vocabulary used by a
recognizer.
|
| Class and Description |
|---|
| RuleDependency
Declares a dependency upon a grammar rule, along with a set of zero or more
dependent rules.
|
| Vocabulary
This interface provides information about the vocabulary used by a
recognizer.
|
| 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.
|
| Class and Description |
|---|
| CharStream
A source of characters for an ANTLR lexer.
|
| CommonToken |
| 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.
|
| 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.
|
| TokenSource
A source of tokens must provide a sequence of tokens via
TokenSource.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. |
| WritableToken |
| Class and Description |
|---|
| ANTLRErrorListener
How to emit recognition errors.
|
| CharStream
A source of characters for an ANTLR lexer.
|
| 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.
|
| 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.
|
| TokenSource
A source of tokens must provide a sequence of tokens via
TokenSource.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. |
| Vocabulary
This interface provides information about the vocabulary used by a
recognizer.
|
Copyright © 1992–2024 Daniel Sun. All rights reserved.