Uses of Package
org.antlr.runtime
Packages that use org.antlr.runtime
Package
Description
-
Classes in org.antlr.runtime used by org.antlr.analysisClassDescriptionA simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).
-
Classes in org.antlr.runtime used by org.antlr.grammar.v3ClassDescriptionA generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.A source of characters for an ANTLR lexerA DFA implemented as a set of transition tables.A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).A lexer is recognizer that draws input symbols from a character stream.A parser for TokenStreams.Rules that return more than a single value must return an object containing all the values.The root of the ANTLR exception hierarchy.The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...Rules can return start/stop info as well as possible trees and templatesA 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.A stream of tokens accessing tokens from a TokenSource
-
Classes in org.antlr.runtime used by org.antlr.miscClassDescriptionA stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.
-
Classes in org.antlr.runtime used by org.antlr.runtimeClassDescriptionVacuum all input from a Reader and then treat it like a StringStream.A pretty quick CharStream that pulls all data from an array directly.A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.A source of characters for an ANTLR lexerThe most common stream of tokens is one where every token is buffered up and tokens are prefiltered for a certain channel (the parser will only see these tokens and cannot change the filter channel number during the parse).A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).A mismatched char or Token or tree nodeThe root of the ANTLR exception hierarchy.The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...Rules can return start/stop info as well as possible trees and templatesI'm going to try replacing range from x..y with (y-x)+1 ReplaceOp instructions.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.A stream of tokens accessing tokens from a TokenSource
-
Classes in org.antlr.runtime used by org.antlr.runtime.debugClassDescriptionA generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.A source of characters for an ANTLR lexerA simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).A parser for TokenStreams.The root of the ANTLR exception hierarchy.The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...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.A stream of tokens accessing tokens from a TokenSource
-
Classes in org.antlr.runtime used by org.antlr.runtime.treeClassDescriptionA generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.A stripped-down version of org.antlr.misc.BitSet that is just good enough to handle runtime requirements such as FOLLOW sets for automatic error recovery.A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).The root of the ANTLR exception hierarchy.The set of fields needed by an abstract recognizer to recognize input and recover from errors etc...Rules can return start/stop info as well as possible trees and templatesA stream of tokens accessing tokens from a TokenSource
-
Classes in org.antlr.runtime used by org.antlr.toolClassDescriptionA simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).The root of the ANTLR exception hierarchy.Useful for dumping out the input stream after doing some augmentation or other manipulations.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.