Package at.dms.compiler.tools.antlr.runtime

Interface Summary
CharFormatter Interface used by BitSet to format elements of the set when converting to string
TokenStream  
 

Class Summary
ANTLRHashString  
ANTLRStringBuffer  
BitSet A BitSet to replace java.util.BitSet.
ByteBuffer A Stream of characters fed to the lexer from a InputStream that can be rewound via mark()/rewind() methods.
CharBuffer  
CharQueue A circular buffer object used by CharBuffer
CharScanner  
CommonToken  
DefaultFileLineFormatter  
FileLineFormatter  
InputBuffer A Stream of characters fed to the lexer from a InputStream that can be rewound via mark()/rewind() methods.
LexerSharedInputState This object contains the data associated with an input stream of characters.
LLkParser An LL(k) parser.
Parser  
ParserSharedInputState This object contains the data associated with an input stream of tokens.
Token A token is minimally a token type.
TokenBuffer  
Vector  
 

Exception Summary
ANTLRException  
CharStreamException Anything that goes wrong while generating a stream of characters
CharStreamIOException Wrap an IOException in a CharStreamException
MismatchedCharException  
MismatchedTokenException  
NoViableAltException  
NoViableAltForCharException  
ParserException  
RecognitionException  
SemanticException  
TokenStreamException Anything that goes wrong while generating a stream of tokens.
TokenStreamIOException Wraps an IOException in a TokenStreamException
TokenStreamRecognitionException Wraps a RecognitionException in a TokenStreamException so you can pass it along.