Uses of Package
org.antlr.runtime

Packages that use org.antlr.runtime
org.antlr.runtime   
org.antlr.runtime.debug   
org.antlr.runtime.tree   
 

Classes in org.antlr.runtime used by org.antlr.runtime
ANTLRReaderStream
          Vacuum all input from a Reader and then treat it like a StringStream.
ANTLRStringStream
          A pretty quick CharStream that pulls all data from an array directly.
BaseRecognizer
          A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.
BitSet
          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.
CharStream
          A source of characters for an ANTLR lexer
CommonTokenStream
          The 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).
IntStream
          A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).
MismatchedRangeException
           
MismatchedSetException
           
MismatchedTokenException
           
NoViableAltException
           
RecognitionException
          The root of the ANTLR exception hierarchy.
RuleReturnScope
          Rules can return start/stop info as well as possible trees and templates
Token
           
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
          A stream of tokens accessing tokens from a TokenSource
 

Classes in org.antlr.runtime used by org.antlr.runtime.debug
BaseRecognizer
          A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.
BitSet
          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.
CommonToken
           
IntStream
          A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).
MismatchedTokenException
           
Parser
          A parser for TokenStreams.
RecognitionException
          The root of the ANTLR exception hierarchy.
Token
           
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
          A stream of tokens accessing tokens from a TokenSource
 

Classes in org.antlr.runtime used by org.antlr.runtime.tree
BaseRecognizer
          A generic recognizer that can handle recognizers generated from lexer, parser, and tree grammars.
BitSet
          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.
IntStream
          A simple stream of integers used when all I care about is the char or token type sequence (such as interpretation).
RecognitionException
          The root of the ANTLR exception hierarchy.
RuleReturnScope
          Rules can return start/stop info as well as possible trees and templates
Token
           
TokenStream
          A stream of tokens accessing tokens from a TokenSource