Uses of Class
org.antlr.v4.codegen.model.RuleElement
-
Packages that use RuleElement Package Description org.antlr.v4.codegen.model -
-
Uses of RuleElement in org.antlr.v4.codegen.model
Subclasses of RuleElement in org.antlr.v4.codegen.model Modifier and Type Class Description classActionclassAltBlockclassArgActionclassChoiceThe 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.classInvokeRuleclassLL1AltBlock(A | B | C)classLL1ChoiceclassLL1LoopclassLL1OptionalBlockAn optional block is just an alternative block where the last alternative is epsilon.classLL1OptionalBlockSingleAlt(A B C)?classLL1PlusBlockSingleAltclassLL1StarBlockSingleAltclassLoopclassMatchNotSetclassMatchSetclassMatchTokenclassOptionalBlockclassPlusBlockclassSemPredclassStarBlockclassWildcard
-