Package org.antlr.v4.codegen.model.chunk
Class RulePropertyRef
- java.lang.Object
-
- org.antlr.v4.codegen.model.OutputModelObject
-
- org.antlr.v4.codegen.model.chunk.ActionChunk
-
- org.antlr.v4.codegen.model.chunk.RulePropertyRef
-
- Direct Known Subclasses:
RulePropertyRef_ctx
,RulePropertyRef_parser
,RulePropertyRef_start
,RulePropertyRef_stop
,RulePropertyRef_text
,ThisRulePropertyRef_ctx
,ThisRulePropertyRef_parser
,ThisRulePropertyRef_start
,ThisRulePropertyRef_stop
,ThisRulePropertyRef_text
public class RulePropertyRef extends ActionChunk
-
-
Field Summary
Fields Modifier and Type Field Description String
label
-
Fields inherited from class org.antlr.v4.codegen.model.chunk.ActionChunk
ctx
-
Fields inherited from class org.antlr.v4.codegen.model.OutputModelObject
ast, factory
-
-
Constructor Summary
Constructors Constructor Description RulePropertyRef(StructDecl ctx, String label)
-
-
-
Field Detail
-
label
public String label
-
-
Constructor Detail
-
RulePropertyRef
public RulePropertyRef(StructDecl ctx, String label)
-
-