| Package | Description |
|---|---|
| org.antlr.v4.codegen | |
| org.antlr.v4.codegen.model | |
| org.antlr.v4.codegen.model.chunk | |
| org.antlr.v4.codegen.model.decl |
| Class and Description |
|---|
| CodeBlock |
| Decl |
| TokenListDecl |
| Class and Description |
|---|
| AltLabelStructDecl
A StructDecl to handle a -> label on alt
|
| AttributeDecl |
| CodeBlock |
| Decl |
| StructDecl
This object models the structure holding all of the parameters,
return values, local variables, and labels associated with a rule.
|
| Class and Description |
|---|
| StructDecl
This object models the structure holding all of the parameters,
return values, local variables, and labels associated with a rule.
|
| Class and Description |
|---|
| AttributeDecl |
| ContextGetterDecl |
ContextRuleListGetterDecl
public List<XContext> X() { }
public XContext X(int i) { } |
ContextTokenListGetterDecl
public List<Token> X() { }
public Token X(int i) { } |
| Decl |
| RuleContextDecl |
| StructDecl
This object models the structure holding all of the parameters,
return values, local variables, and labels associated with a rule.
|
| TokenDecl
x=ID or implicit _tID label
|
Copyright © 1992–2020 ANTLR. All rights reserved.