public interface CAstSymbol
Modifier and Type | Field and Description |
---|---|
static Object |
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() |
static final Object NULL_DEFAULT_VALUE