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 ObjectNULL_DEFAULT_VALUE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectdefaultInitValue()booleanisCaseInsensitive()booleanisFinal()like final in Java; can only be declared / assigned oncebooleanisInternalName()Stringname()CAstTypetype()
-
-
-
Field Detail
-
NULL_DEFAULT_VALUE
static final Object NULL_DEFAULT_VALUE
-
-