Package | Description |
---|---|
org.antlr.v4.codegen | |
org.antlr.v4.codegen.model | |
org.antlr.v4.codegen.model.chunk | |
org.antlr.v4.codegen.model.decl |
Class | Description |
---|---|
CodeBlock | |
Decl | |
TokenListDecl |
Class | 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 | Description |
---|---|
StructDecl |
This object models the structure holding all of the parameters,
return values, local variables, and labels associated with a rule.
|
Class | 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–2018 ANTLR. All rights reserved.