public class Decl extends SrcOp
| Modifier and Type | Field and Description |
|---|---|
StructDecl |
ctx
|
String |
decl
|
boolean |
isLocal
|
String |
name
|
enclosingBlock, enclosingRuleRunction, uniqueIDast, factory| Constructor and Description |
|---|
Decl(OutputModelFactory
|
Decl(OutputModelFactory
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
If same name, can't redefine, unless it's a getter
|
int |
hashCode()
|
getContextName, getOuterMostAltCodeBlockpublic Stringname
public Stringdecl
public boolean isLocal
public StructDeclctx
public Decl(OutputModelFactoryfactory, String name, String decl)
public Decl(OutputModelFactoryfactory, String name)
public int hashCode()
public boolean equals(Objectobj)