Uses of Class
at.dms.compiler.tools.antlr.runtime.InputBuffer

Packages that use InputBuffer
at.dms.compiler.tools.antlr.compiler   
at.dms.compiler.tools.antlr.runtime   
at.dms.compiler.tools.lexgen   
at.dms.compiler.tools.msggen   
at.dms.compiler.tools.optgen   
 

Uses of InputBuffer in at.dms.compiler.tools.antlr.compiler
 

Constructors in at.dms.compiler.tools.antlr.compiler with parameters of type InputBuffer
ActionLexer(InputBuffer ib)
           
ANTLRLexer(InputBuffer ib)
           
ANTLRTokdefLexer(InputBuffer ib)
           
PreprocessorLexer(InputBuffer ib)
           
 

Uses of InputBuffer in at.dms.compiler.tools.antlr.runtime
 

Subclasses of InputBuffer in at.dms.compiler.tools.antlr.runtime
 class ByteBuffer
          A Stream of characters fed to the lexer from a InputStream that can be rewound via mark()/rewind() methods.
 class CharBuffer
           
 

Fields in at.dms.compiler.tools.antlr.runtime declared as InputBuffer
protected  InputBuffer LexerSharedInputState.input
           
 

Methods in at.dms.compiler.tools.antlr.runtime that return InputBuffer
 InputBuffer CharScanner.getInputBuffer()
           
 

Constructors in at.dms.compiler.tools.antlr.runtime with parameters of type InputBuffer
CharScanner(InputBuffer cb)
           
LexerSharedInputState(InputBuffer inbuf)
           
 

Uses of InputBuffer in at.dms.compiler.tools.lexgen
 

Constructors in at.dms.compiler.tools.lexgen with parameters of type InputBuffer
LexgenLexer(InputBuffer ib)
           
 

Uses of InputBuffer in at.dms.compiler.tools.msggen
 

Constructors in at.dms.compiler.tools.msggen with parameters of type InputBuffer
MsggenLexer(InputBuffer ib)
           
 

Uses of InputBuffer in at.dms.compiler.tools.optgen
 

Constructors in at.dms.compiler.tools.optgen with parameters of type InputBuffer
OptgenLexer(InputBuffer ib)