Package | Description |
---|---|
antlr |
Modifier and Type | Method and Description |
---|---|
void |
CSharpCodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
void |
DiagnosticCodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
void |
PythonCodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
void |
DocBookCodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
void |
CppCodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
void |
HTMLCodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
abstract void |
CodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
void |
JavaCodeGenerator.gen(CharLiteralElement atom)
Generate code for the given grammar element.
|
Lookahead |
LLkAnalyzer.look(int k,
CharLiteralElement atom)
Return this char as the lookahead if k=1.
|
Lookahead |
LLkGrammarAnalyzer.look(int k,
CharLiteralElement atom) |