Package | Description |
---|---|
org.antlr.v4.codegen.model |
Modifier and Type | Class and Description |
---|---|
class |
Action |
class |
AltBlock |
class |
ArgAction |
class |
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.
|
class |
InvokeRule |
class |
LL1AltBlock
(A | B | C)
|
class |
LL1Choice |
class |
LL1Loop |
class |
LL1OptionalBlock
An optional block is just an alternative block where the last alternative
is epsilon.
|
class |
LL1OptionalBlockSingleAlt
(A B C)?
|
class |
LL1PlusBlockSingleAlt |
class |
LL1StarBlockSingleAlt |
class |
Loop |
class |
MatchNotSet |
class |
MatchSet |
class |
MatchToken |
class |
OptionalBlock |
class |
PlusBlock |
class |
SemPred |
class |
StarBlock |
class |
Wildcard |
Copyright © 1992–2020 ANTLR. All rights reserved.