Uses of Class
antlr.InputBuffer
-
Packages that use InputBuffer Package Description antlr antlr.actions.cpp antlr.actions.csharp antlr.actions.java antlr.actions.python antlr.debug antlr.preprocessor -
-
Uses of InputBuffer in antlr
Subclasses of InputBuffer in antlr Modifier and Type Class Description class
ByteBuffer
class
CharBuffer
Fields in antlr declared as InputBuffer Modifier and Type Field Description protected InputBuffer
LexerSharedInputState. input
Methods in antlr that return InputBuffer Modifier and Type Method Description InputBuffer
LexerSharedInputState. getInput()
InputBuffer
CharScanner. getInputBuffer()
Constructors in antlr with parameters of type InputBuffer Constructor Description ANTLRLexer(InputBuffer ib)
ANTLRTokdefLexer(InputBuffer ib)
CharScanner(InputBuffer cb)
LexerSharedInputState(InputBuffer inbuf)
-
Uses of InputBuffer in antlr.actions.cpp
Constructors in antlr.actions.cpp with parameters of type InputBuffer Constructor Description ActionLexer(InputBuffer ib)
-
Uses of InputBuffer in antlr.actions.csharp
Constructors in antlr.actions.csharp with parameters of type InputBuffer Constructor Description ActionLexer(InputBuffer ib)
-
Uses of InputBuffer in antlr.actions.java
Constructors in antlr.actions.java with parameters of type InputBuffer Constructor Description ActionLexer(InputBuffer ib)
-
Uses of InputBuffer in antlr.actions.python
Constructors in antlr.actions.python with parameters of type InputBuffer Constructor Description ActionLexer(InputBuffer ib)
CodeLexer(InputBuffer ib)
-
Uses of InputBuffer in antlr.debug
Subclasses of InputBuffer in antlr.debug Modifier and Type Class Description class
DebuggingInputBuffer
Constructors in antlr.debug with parameters of type InputBuffer Constructor Description DebuggingCharScanner(InputBuffer cb)
DebuggingInputBuffer(InputBuffer buffer)
-
Uses of InputBuffer in antlr.preprocessor
Constructors in antlr.preprocessor with parameters of type InputBuffer Constructor Description PreprocessorLexer(InputBuffer ib)
-