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
-
public class NonLocalAttrRef extends SymbolRefChunk
-
-
Field Summary
Fields Modifier and Type Field Description int
ruleIndex
String
ruleName
-
Fields 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
Constructors Constructor Description NonLocalAttrRef(StructDecl ctx, String ruleName, String name, String escapedName, int ruleIndex)
-
-
-
Field Detail
-
ruleName
public String ruleName
-
ruleIndex
public int ruleIndex
-
-
Constructor Detail
-
NonLocalAttrRef
public NonLocalAttrRef(StructDecl ctx, String ruleName, String name, String escapedName, int ruleIndex)
-
-