public class VisitorFile extends OutputFile
| Modifier and Type | Field and Description |
|---|---|
String |
genPackage
|
String |
grammarName
|
Action |
header
|
String |
parserName
|
Map |
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.
|
Set |
visitorNames
The names of all rule contexts which may need to be visited.
|
ANTLRVersion, fileName, grammarFileName, InputSymbolType, TokenLabelTypeast, factory| Constructor and Description |
|---|
VisitorFile(OutputModelFactory
|
public StringgenPackage
public StringgrammarName
public StringparserName
public Set<String > visitorNames
public Map<String ,String > visitorLabelRuleNames
public Actionheader
public VisitorFile(OutputModelFactoryfactory, String fileName)