public class Decl extends SrcOp
Modifier and Type | Field and Description |
---|---|
StructDecl |
ctx |
String |
decl |
boolean |
isLocal |
String |
name |
enclosingBlock, enclosingRuleRunction, uniqueID
ast, factory
Constructor and Description |
---|
Decl(OutputModelFactory factory,
String name) |
Decl(OutputModelFactory factory,
String name,
String decl) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
If same name, can't redefine, unless it's a getter
|
int |
hashCode() |
getContextName, getOuterMostAltCodeBlock
public String name
public String decl
public boolean isLocal
public StructDecl ctx
public Decl(OutputModelFactory factory, String name, String decl)
public Decl(OutputModelFactory factory, String name)
Copyright © 1992–2020 ANTLR. All rights reserved.