public class VisitorFile extends OutputFile
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
genPackage |
java.lang.String |
grammarName |
Action |
header |
java.lang.String |
parserName |
java.util.Map<java.lang.String,java.lang.String> |
visitorLabelRuleNames
For rule contexts created for a labeled outer alternative, maps from
a listener context name to the name of the rule which defines the
context.
|
java.util.Set<java.lang.String> |
visitorNames
The names of all rule contexts which may need to be visited.
|
ANTLRVersion, fileName, grammarFileName, InputSymbolType, TokenLabelTypeast, factory| Constructor and Description |
|---|
VisitorFile(OutputModelFactory factory,
java.lang.String fileName) |
public java.lang.String genPackage
public java.lang.String grammarName
public java.lang.String parserName
public java.util.Set<java.lang.String> visitorNames
public java.util.Map<java.lang.String,java.lang.String> visitorLabelRuleNames
public Action header
public VisitorFile(OutputModelFactory factory, java.lang.String fileName)