Package com.ibm.wala.cast.tree
Interface CAstSymbol
-
- All Known Implementing Classes:
AstTranslator.FinalCAstSymbol
,AstTranslator.InternalCAstSymbol
,CAstSymbolImpl
,CAstSymbolImplBase
public interface CAstSymbol
-
-
Field Summary
Fields Modifier and Type Field Description static Object
NULL_DEFAULT_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
defaultInitValue()
boolean
isCaseInsensitive()
boolean
isFinal()
like final in Java; can only be declared / assigned onceboolean
isInternalName()
String
name()
CAstType
type()
-
-
-
Field Detail
-
NULL_DEFAULT_VALUE
static final Object NULL_DEFAULT_VALUE
-
-