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. rulePropToModelMapstatic java.util.Map<java.lang.String,java.lang.Class<? extends RulePropertyRef>>ActionTranslator. thisRulePropToModelMapMethods in org.antlr.v4.codegen that return RulePropertyRef Modifier and Type Method Description (package private) RulePropertyRefActionTranslator. 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 classRulePropertyRef_ctxclassRulePropertyRef_parserclassRulePropertyRef_startclassRulePropertyRef_stopclassRulePropertyRef_textclassThisRulePropertyRef_ctxclassThisRulePropertyRef_parserclassThisRulePropertyRef_startclassThisRulePropertyRef_stopclassThisRulePropertyRef_text
-