|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharStream | |
---|---|
org.antlr.grammar.v3 | |
org.antlr.gunit | |
org.antlr.runtime | |
org.antlr.runtime.debug |
Uses of CharStream in org.antlr.grammar.v3 |
---|
Constructors in org.antlr.grammar.v3 with parameters of type CharStream | |
---|---|
ActionAnalysis(CharStream input)
|
|
ActionAnalysis(CharStream input,
RecognizerSharedState state)
|
|
ActionTranslator(CharStream input)
|
|
ActionTranslator(CharStream input,
RecognizerSharedState state)
|
|
ANTLRv3Lexer(CharStream input)
|
|
ANTLRv3Lexer(CharStream input,
RecognizerSharedState state)
|
Uses of CharStream in org.antlr.gunit |
---|
Methods in org.antlr.gunit with parameters of type CharStream | |
---|---|
static GrammarInfo |
Interp.parse(CharStream input)
|
Uses of CharStream in org.antlr.runtime |
---|
Classes in org.antlr.runtime that implement CharStream | |
---|---|
class |
ANTLRFileStream
This is a char buffer stream that is loaded from a file all at once when you construct the object. |
class |
ANTLRInputStream
A kind of ReaderStream that pulls from an InputStream. |
class |
ANTLRReaderStream
Vacuum all input from a Reader and then treat it like a StringStream. |
class |
ANTLRStringStream
A pretty quick CharStream that pulls all data from an array directly. |
Fields in org.antlr.runtime declared as CharStream | |
---|---|
protected CharStream |
CommonToken.input
|
protected CharStream |
Lexer.input
Where is the lexer drawing characters from? |
Methods in org.antlr.runtime that return CharStream | |
---|---|
CharStream |
Lexer.getCharStream()
|
CharStream |
CommonToken.getInputStream()
|
CharStream |
ClassicToken.getInputStream()
|
CharStream |
Token.getInputStream()
From what character stream was this token created? You don't have to implement but it's nice to know where a Token comes from if you have include files etc... |
Methods in org.antlr.runtime with parameters of type CharStream | |
---|---|
void |
Lexer.setCharStream(CharStream input)
Set the char stream and reset the lexer |
void |
CommonToken.setInputStream(CharStream input)
|
void |
ClassicToken.setInputStream(CharStream input)
|
void |
Token.setInputStream(CharStream input)
|
Constructors in org.antlr.runtime with parameters of type CharStream | |
---|---|
CommonToken(CharStream input,
int type,
int channel,
int start,
int stop)
|
|
Lexer(CharStream input)
|
|
Lexer(CharStream input,
RecognizerSharedState state)
|
Uses of CharStream in org.antlr.runtime.debug |
---|
Methods in org.antlr.runtime.debug that return CharStream | |
---|---|
CharStream |
RemoteDebugEventSocketListener.ProxyToken.getInputStream()
|
Methods in org.antlr.runtime.debug with parameters of type CharStream | |
---|---|
void |
RemoteDebugEventSocketListener.ProxyToken.setInputStream(CharStream input)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |