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 |
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 |
CommonTokenStream.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 |
CommonTokenStream.getTokenSource() |
Modifier and Type | Method and Description |
---|---|
void |
CommonTokenStream.setTokenSource(TokenSource tokenSource)
Reset this token stream by setting its token source.
|
Constructor and Description |
---|
CommonTokenStream(TokenSource tokenSource) |
CommonTokenStream(TokenSource tokenSource,
int channel) |
TokenRewriteStream(TokenSource tokenSource) |
TokenRewriteStream(TokenSource tokenSource,
int channel) |
Modifier and Type | Method and Description |
---|---|
TokenSource |
DebugTokenStream.getTokenSource() |
Modifier and Type | Class and Description |
---|---|
class |
Interpreter
The recognition interpreter/engine for grammars.
|
Copyright © 2020. All rights reserved.