Uses of Package
org.antlr.v4.runtime
Packages that use org.antlr.v4.runtime
Package
Description
-
Classes in org.antlr.v4.runtime used by org.antlr.v4.guiClassDescriptionA source of characters for an ANTLR lexer.A lexer is recognizer that draws input symbols from a character stream.This is all the parsing support code essentially; most of it is error recovery stuff.
-
Classes in org.antlr.v4.runtime used by org.antlr.v4.runtimeClassDescriptionHow to emit recognition errors.The interface for defining strategies to deal with syntax errors encountered during a parse by ANTLR-generated parsers.Deprecated.Provides an empty default implementation of
ANTLRErrorListener
.This implementation ofTokenStream
loads tokens from aTokenSource
on-demand, and places the tokens in a buffer to provide access to any previous token by index.A source of characters for an ANTLR lexer.Alternative toANTLRInputStream
which treats the input as a series of Unicode code points, instead of a series of UTF-16 code units.This is the default implementation ofANTLRErrorStrategy
used for error reporting and recovery in ANTLR parsers.A semantic predicate failed during validation.This signifies any kind of mismatched input exceptions such as when the current input does not match the expected token.This class extendsParserRuleContext
by allowing the value ofInterpreterRuleContext.getRuleIndex()
to be explicitly set for the context.A simple stream of symbols whose values are represented as integers.A lexer is recognizer that draws input symbols from a character stream.Indicates that the parser could not decide which of two or more paths to take based upon the remaining input.This is all the parsing support code essentially; most of it is error recovery stuff.A rule invocation record for parsing.The root of the ANTLR exception hierarchy.A rule context is a record of a single rule invocation.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.The default mechanism for creating tokens.A source of tokens must provide a sequence of tokens viaTokenSource.nextToken()
and also must reveal it's source of characters;CommonToken
's text is computed from aCharStream
; it only store indices into the char stream.This interface provides information about the vocabulary used by a recognizer.This class provides a default implementation of theVocabulary
interface. -
Classes in org.antlr.v4.runtime used by org.antlr.v4.runtime.atnClassDescriptionA source of characters for an ANTLR lexer.A lexer is recognizer that draws input symbols from a character stream.Indicates that the parser could not decide which of two or more paths to take based upon the remaining input.This is all the parsing support code essentially; most of it is error recovery stuff.A rule invocation record for parsing.A rule context is a record of a single rule invocation.
-
Classes in org.antlr.v4.runtime used by org.antlr.v4.runtime.dfaClassDescriptionThis interface provides information about the vocabulary used by a recognizer.
-
Classes in org.antlr.v4.runtime used by org.antlr.v4.runtime.miscClassDescriptionThis interface provides information about the vocabulary used by a recognizer.
-
Classes in org.antlr.v4.runtime used by org.antlr.v4.runtime.treeClassDescriptionThis is all the parsing support code essentially; most of it is error recovery stuff.A rule invocation record for parsing.A rule context is a record of a single rule invocation.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.
-
Classes in org.antlr.v4.runtime used by org.antlr.v4.runtime.tree.patternClassDescriptionA source of characters for an ANTLR lexer.A lexer is recognizer that draws input symbols from a character stream.This is all the parsing support code essentially; most of it is error recovery stuff.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.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 aCharStream
; it only store indices into the char stream. -
Classes in org.antlr.v4.runtime used by org.antlr.v4.runtime.tree.xpathClassDescriptionHow to emit recognition errors.Provides an empty default implementation of
ANTLRErrorListener
.A source of characters for an ANTLR lexer.A lexer is recognizer that draws input symbols from a character stream.This is all the parsing support code essentially; most of it is error recovery stuff.The root of the ANTLR exception hierarchy.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.A source of tokens must provide a sequence of tokens viaTokenSource.nextToken()
and also must reveal it's source of characters;CommonToken
's text is computed from aCharStream
; it only store indices into the char stream.This interface provides information about the vocabulary used by a recognizer. -
Classes in org.antlr.v4.runtime used by org.antlr.v4.toolClassDescriptionThe interface for defining strategies to deal with syntax errors encountered during a parse by ANTLR-generated parsers.A source of characters for an ANTLR lexer.This is the default implementation of
ANTLRErrorStrategy
used for error reporting and recovery in ANTLR parsers.This class extendsParserRuleContext
by allowing the value ofInterpreterRuleContext.getRuleIndex()
to be explicitly set for the context.This is all the parsing support code essentially; most of it is error recovery stuff.A parser simulator that mimics what ANTLR's generated parser code does.A rule invocation record for parsing.The root of the ANTLR exception hierarchy.A rule context is a record of a single rule invocation.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.This interface provides information about the vocabulary used by a recognizer.
CharStreams
interface.