protected static interface AstTranslator.Symbol
AstTranslator.Scope
Modifier and Type | Method and Description |
---|---|
Object |
constant() |
Object |
defaultInitValue() |
AstTranslator.Scope |
getDefiningScope() |
boolean |
isFinal() |
boolean |
isInternalName() |
boolean |
isParameter() |
void |
setConstant(Object s) |
CAstType |
type() |
int |
valueNumber() |
int valueNumber()
AstTranslator.Scope getDefiningScope()
boolean isParameter()
Object constant()
void setConstant(Object s)
boolean isFinal()
boolean isInternalName()
Object defaultInitValue()
CAstType type()