Package | Description |
---|---|
org.antlr.grammar.v3 | |
org.antlr.runtime | |
org.antlr.runtime.debug | |
org.antlr.tool |
Modifier and Type | Class and Description |
---|---|
class |
ActionAnalysis
We need to set Rule.referencedPredefinedRuleAttributes before
code generation.
|
class |
ActionTranslator |
class |
ANTLRLexer |
class |
ANTLRv3Lexer |
Modifier and Type | Class and Description |
---|---|
class |
Lexer
A lexer is recognizer that draws input symbols from a character stream.
|
Modifier and Type | Field and Description |
---|---|
protected TokenSource |
BufferedTokenStream.tokenSource |
protected TokenSource |
LegacyCommonTokenStream.tokenSource |
protected TokenSource |
UnbufferedTokenStream.tokenSource |
Modifier and Type | Method and Description |
---|---|
TokenSource |
TokenStream.getTokenSource()
Where is this stream pulling tokens from? This is not the name, but
the object that provides Token objects.
|
TokenSource |
BufferedTokenStream.getTokenSource() |
TokenSource |
LegacyCommonTokenStream.getTokenSource() |
TokenSource |
UnbufferedTokenStream.getTokenSource() |
Modifier and Type | Method and Description |
---|---|
void |
BufferedTokenStream.setTokenSource(TokenSource tokenSource)
Reset this token stream by setting its token source.
|
void |
LegacyCommonTokenStream.setTokenSource(TokenSource tokenSource)
Reset this token stream by setting its token source.
|
void |
CommonTokenStream.setTokenSource(TokenSource tokenSource)
Reset this token stream by setting its token source.
|
Constructor and Description |
---|
BufferedTokenStream(TokenSource tokenSource) |
CommonTokenStream(TokenSource tokenSource) |
CommonTokenStream(TokenSource tokenSource,
int channel) |
LegacyCommonTokenStream(TokenSource tokenSource) |
LegacyCommonTokenStream(TokenSource tokenSource,
int channel) |
TokenRewriteStream(TokenSource tokenSource) |
TokenRewriteStream(TokenSource tokenSource,
int channel) |
UnbufferedTokenStream(TokenSource tokenSource) |
Modifier and Type | Method and Description |
---|---|
TokenSource |
DebugTokenStream.getTokenSource() |
Modifier and Type | Class and Description |
---|---|
class |
Interpreter
The recognition interpreter/engine for grammars.
|
Constructor and Description |
---|
FilteringTokenStream(TokenSource src) |
Copyright © 1992–2015 ANTLR. All rights reserved.