Uses of Class
org.antlr.v4.tool.LeftRecursiveRule
Packages that use LeftRecursiveRule
-
Uses of LeftRecursiveRule in org.antlr.v4.analysis
Methods in org.antlr.v4.analysis with parameters of type LeftRecursiveRuleModifier and TypeMethodDescriptionvoidLeftRecursiveRuleTransformer.setAltASTPointers(LeftRecursiveRule r, RuleAST t) (RULE e int _p (returns int v) (BLOCK (ALT (BLOCK (ALT INT {$v = $INT.int;}) (ALT '(' (= x e) ')' {$v = $x.v;}) (ALT ID)) (* (BLOCK (OPTIONS ...)booleanLeftRecursiveRuleTransformer.translateLeftRecursiveRule(GrammarRootAST ast, LeftRecursiveRule r, String language) Return true if successful -
Uses of LeftRecursiveRule in org.antlr.v4.codegen
Methods in org.antlr.v4.codegen with parameters of type LeftRecursiveRuleModifier and TypeMethodDescriptionvoidOutputModelController.buildLeftRecursiveRuleFunction(LeftRecursiveRule r, LeftRecursiveRuleFunction function) -
Uses of LeftRecursiveRule in org.antlr.v4.codegen.model
Constructors in org.antlr.v4.codegen.model with parameters of type LeftRecursiveRuleModifierConstructorDescription