JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes
Package org.antlr.v4.codegen.model
Interface Summary
Interface
Description
LabeledOp
All the rule elements we can label like tokens, rules, sets, wildcard.
Class Summary
Class
Description
Action
AddToLabelList
AltBlock
ArgAction
BaseListenerFile
BaseVisitorFile
CaptureNextToken
CaptureNextTokenType
Choice
The class hierarchy underneath SrcOp is pretty deep but makes sense that, for example LL1StarBlock is a kind of LL1Loop which is a kind of Choice.
CodeBlockForAlt
Contains Rewrite block (usually as last op)
CodeBlockForOuterMostAlt
The code associated with the outermost alternative of a rule.
dbg
DispatchMethod
ElementFrequenciesVisitor
ExceptionClause
InvokeRule
LeftRecursiveRuleFunction
Lexer
LexerFile
ListenerDispatchMethod
ListenerFile
A model object representing a parse tree listener file.
LL1AltBlock
(A | B | C)
LL1Choice
LL1Loop
LL1OptionalBlock
An optional block is just an alternative block where the last alternative is epsilon.
LL1OptionalBlockSingleAlt
(A B C)?
LL1PlusBlockSingleAlt
LL1StarBlockSingleAlt
Loop
MatchNotSet
MatchSet
MatchToken
OptionalBlock
OutputFile
OutputModelObject
Parser
ParserFile
PlusBlock
Recognizer
RuleActionFunction
RuleElement
RuleFunction
RuleSempredFunction
SemPred
SerializedATN
SrcOp
StarBlock
Sync
TestSetInline
TestSetInline.Bitset
ThrowEarlyExitException
ThrowNoViableAlt
ThrowRecognitionException
VisitorDispatchMethod
VisitorFile
Annotation Types Summary
Annotation Type
Description
ModelElement
Indicate field of OutputModelObject is an element to be walked by OutputModelWalker.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Package
Next Package
Frames
No Frames
All Classes