Toggle navigation
JarYard
Browse
Search
About
Groups
org.antlr
antlr4
4.5.2-1
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
Package
org
.
antlr
.
v4
.
codegen
.
model
Package Summary
Package
Description
org
.antlr
.v4
.codegen
.model
.chunk
org
.antlr
.v4
.codegen
.model
.decl
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.