BaseVisitorFile
public class VisitorFile extends OutputFile
Modifier and Type | Field | Description |
---|---|---|
String |
accessLevel |
|
String |
exportMacro |
|
String |
genPackage |
|
String |
grammarName |
|
Action |
header |
|
Map<String,Action> |
namedActions |
|
String |
parserName |
|
Map<String,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.
|
Set<String> |
visitorNames |
The names of all rule contexts which may need to be visited.
|
ANTLRVersion, fileName, grammarFileName, InputSymbolType, TokenLabelType
ast, factory
Constructor | Description |
---|---|
VisitorFile(OutputModelFactory factory,
String fileName) |
public String genPackage
public String accessLevel
public String exportMacro
public String grammarName
public String parserName
public Set<String> visitorNames
public Map<String,String> visitorLabelRuleNames
public Action header
public VisitorFile(OutputModelFactory factory, String fileName)
Copyright © 1992–2019 ANTLR. All rights reserved.