| Package | Description |
|---|---|
| org.antlr.grammar.v3 | |
| org.antlr.gunit | |
| org.antlr.gunit.swingui.parsers | |
| 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 |
gUnitLexer |
| Modifier and Type | Class and Description |
|---|---|
class |
StGUnitLexer |
| 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 |
UnbufferedTokenStream.tokenSource |
protected TokenSource |
LegacyCommonTokenStream.tokenSource |
protected TokenSource |
BufferedTokenStream.tokenSource |
| Modifier and Type | Method and Description |
|---|---|
TokenSource |
UnbufferedTokenStream.getTokenSource() |
TokenSource |
TokenStream.getTokenSource()
Where is this stream pulling tokens from? This is not the name, but
the object that provides Token objects.
|
TokenSource |
LegacyCommonTokenStream.getTokenSource() |
TokenSource |
BufferedTokenStream.getTokenSource() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
BufferedTokenStream.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 |
|---|
Interp.FilteringTokenStream(TokenSource src) |
Copyright © 1992–2014 ANTLR. All rights reserved.