protected class AstTranslator.FinalCAstSymbol extends Object implements CAstSymbol
NULL_DEFAULT_VALUE
Modifier and Type | Method and Description |
---|---|
Object |
defaultInitValue() |
boolean |
isCaseInsensitive() |
boolean |
isFinal()
like final in Java; can only be declared / assigned once
|
boolean |
isInternalName() |
String |
name() |
CAstType |
type() |
public CAstType type()
type
in interface CAstSymbol
public String name()
name
in interface CAstSymbol
public boolean isFinal()
CAstSymbol
isFinal
in interface CAstSymbol
public boolean isCaseInsensitive()
isCaseInsensitive
in interface CAstSymbol
public boolean isInternalName()
isInternalName
in interface CAstSymbol
public Object defaultInitValue()
defaultInitValue
in interface CAstSymbol