Package org.antlr.v4.codegen.model
Class ListenerFile
java.lang.Object
org.antlr.v4.codegen.model.OutputModelObject
org.antlr.v4.codegen.model.OutputFile
org.antlr.v4.codegen.model.ListenerFile
- Direct Known Subclasses:
BaseListenerFile
A model object representing a parse tree listener file.
These are the rules specific events triggered by a parse tree visitor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionFor listener contexts created for a labeled outer alternative, maps from a listener context name to the name of the rule which defines the context.The names of all listener contexts.Fields inherited from class org.antlr.v4.codegen.model.OutputFile
ANTLRVersion, fileName, grammarFileName, InputSymbolType, TokenLabelType
Fields inherited from class org.antlr.v4.codegen.model.OutputModelObject
ast, factory
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.antlr.v4.codegen.model.OutputFile
buildNamedActions
-
Field Details
-
genPackage
-
accessLevel
-
exportMacro
-
grammarName
-
parserName
-
listenerNames
The names of all listener contexts. -
listenerLabelRuleNames
For listener contexts created for a labeled outer alternative, maps from a listener context name to the name of the rule which defines the context. -
header
-
namedActions
-
-
Constructor Details
-
ListenerFile
-