Package org.antlr.v4.codegen.model.chunk
Class NonLocalAttrRef
java.lang.Object
org.antlr.v4.codegen.model.OutputModelObject
org.antlr.v4.codegen.model.chunk.ActionChunk
org.antlr.v4.codegen.model.chunk.SymbolRefChunk
org.antlr.v4.codegen.model.chunk.NonLocalAttrRef
-
Field Summary
FieldsFields inherited from class org.antlr.v4.codegen.model.chunk.SymbolRefChunk
escapedName, name
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
ConstructorsConstructorDescriptionNonLocalAttrRef
(StructDecl ctx, String ruleName, String name, String escapedName, int ruleIndex) -
Method Summary
-
Field Details
-
ruleName
-
ruleIndex
public int ruleIndex
-
-
Constructor Details
-
NonLocalAttrRef
public NonLocalAttrRef(StructDecl ctx, String ruleName, String name, String escapedName, int ruleIndex)
-