Uses of Class
org.antlr.v4.codegen.model.chunk.RulePropertyRef
-
Packages that use RulePropertyRef Package Description org.antlr.v4.codegen org.antlr.v4.codegen.model.chunk -
-
Uses of RulePropertyRef in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen with type parameters of type RulePropertyRef Modifier and Type Field Description static java.util.Map<java.lang.String,java.lang.Class<? extends RulePropertyRef>>
ActionTranslator. rulePropToModelMap
static java.util.Map<java.lang.String,java.lang.Class<? extends RulePropertyRef>>
ActionTranslator. thisRulePropToModelMap
Methods in org.antlr.v4.codegen that return RulePropertyRef Modifier and Type Method Description (package private) RulePropertyRef
ActionTranslator. getRulePropertyRef(org.antlr.runtime.Token x, org.antlr.runtime.Token prop)
-
Uses of RulePropertyRef in org.antlr.v4.codegen.model.chunk
Subclasses of RulePropertyRef in org.antlr.v4.codegen.model.chunk Modifier and Type Class Description class
RulePropertyRef_ctx
class
RulePropertyRef_parser
class
RulePropertyRef_start
class
RulePropertyRef_stop
class
RulePropertyRef_text
class
ThisRulePropertyRef_ctx
class
ThisRulePropertyRef_parser
class
ThisRulePropertyRef_start
class
ThisRulePropertyRef_stop
class
ThisRulePropertyRef_text
-