| Package | Description |
|---|---|
| antlr | |
| antlr.actions.cpp | |
| antlr.actions.csharp | |
| antlr.actions.java | |
| antlr.actions.python |
| Modifier and Type | Class and Description |
|---|---|
class |
CppCodeGenerator
Generate MyParser.cpp, MyParser.hpp, MyLexer.cpp, MyLexer.hpp
and MyParserTokenTypes.hpp
|
class |
CSharpCodeGenerator
Generates MyParser.cs, MyLexer.cs and MyParserTokenTypes.cs
|
class |
DiagnosticCodeGenerator
Generate MyParser.txt, MyLexer.txt and MyParserTokenTypes.txt
|
class |
DocBookCodeGenerator
Generate P.sgml, a cross-linked representation of P with or without actions
|
class |
HTMLCodeGenerator
Generate P.html, a cross-linked representation of P with or without actions
|
class |
JavaCodeGenerator
Generate MyParser.java, MyLexer.java and MyParserTokenTypes.java
|
class |
PythonCodeGenerator
Generate MyParser.java, MyLexer.java and MyParserTokenTypes.java
|
| Modifier and Type | Field and Description |
|---|---|
protected CodeGenerator |
Grammar.generator |
| Modifier and Type | Method and Description |
|---|---|
void |
Grammar.setCodeGenerator(CodeGenerator gen) |
| Modifier and Type | Field and Description |
|---|---|
protected CodeGenerator |
ActionLexer.generator |
| Constructor and Description |
|---|
ActionLexer(String s,
RuleBlock currentRule,
CodeGenerator generator,
ActionTransInfo transInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected CodeGenerator |
ActionLexer.generator |
| Constructor and Description |
|---|
ActionLexer(String s,
RuleBlock currentRule,
CodeGenerator generator,
ActionTransInfo transInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected CodeGenerator |
ActionLexer.generator |
| Constructor and Description |
|---|
ActionLexer(String s,
RuleBlock currentRule,
CodeGenerator generator,
ActionTransInfo transInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected CodeGenerator |
ActionLexer.generator |
| Constructor and Description |
|---|
ActionLexer(String s,
RuleBlock currentRule,
CodeGenerator generator,
ActionTransInfo transInfo) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.