Uses of Class
org.antlr.v4.codegen.model.RuleFunction
Packages that use RuleFunction
-
Uses of RuleFunction in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen declared as RuleFunctionFields in org.antlr.v4.codegen with type parameters of type RuleFunctionMethods in org.antlr.v4.codegen that return RuleFunctionModifier and TypeMethodDescriptionDefaultOutputModelFactory.getCurrentRuleFunction()
OutputModelController.getCurrentRuleFunction()
OutputModelFactory.getCurrentRuleFunction()
OutputModelController.popCurrentRule()
CodeGeneratorExtension.rule
(RuleFunction rf) Methods in org.antlr.v4.codegen with parameters of type RuleFunctionModifier and TypeMethodDescriptionvoid
OutputModelController.buildNormalRuleFunction
(Rule r, RuleFunction function) Target.getRuleFunctionContextStructName
(RuleFunction function) If we know which actual function, we can provide the actual ctx type.void
OutputModelController.pushCurrentRule
(RuleFunction r) CodeGeneratorExtension.rule
(RuleFunction rf) BlankOutputModelFactory.rulePostamble
(RuleFunction function, Rule r) DefaultOutputModelFactory.rulePostamble
(RuleFunction function, Rule r) OutputModelController.rulePostamble
(RuleFunction function, Rule r) OutputModelFactory.rulePostamble
(RuleFunction function, Rule r) static List
<ActionChunk> ActionTranslator.translateAction
(OutputModelFactory factory, RuleFunction rf, org.antlr.runtime.Token tokenWithinAction, ActionAST node) static List
<ActionChunk> ActionTranslator.translateActionChunk
(OutputModelFactory factory, RuleFunction rf, String action, ActionAST node) -
Uses of RuleFunction in org.antlr.v4.codegen.model
Subclasses of RuleFunction in org.antlr.v4.codegen.modelFields in org.antlr.v4.codegen.model declared as RuleFunctionFields in org.antlr.v4.codegen.model with type parameters of type RuleFunction