Class CAstSymbolImplBase
java.lang.Object
com.ibm.wala.cast.tree.impl.CAstSymbolImplBase
- All Implemented Interfaces:
CAstSymbol
- Direct Known Subclasses:
AstTranslator.InternalCAstSymbol, CAstSymbolImpl
-
Field Summary
Fields inherited from interface CAstSymbol
NULL_DEFAULT_VALUE -
Constructor Summary
ConstructorsConstructorDescriptionCAstSymbolImplBase(String name, CAstType type) CAstSymbolImplBase(String name, CAstType type, boolean isFinal) CAstSymbolImplBase(String name, CAstType type, boolean isFinal, boolean isCaseSensitive) CAstSymbolImplBase(String name, CAstType type, boolean isFinal, boolean isCaseSensitive, Object defaultInitValue) CAstSymbolImplBase(String name, CAstType type, boolean isFinal, Object defaultInitValue) CAstSymbolImplBase(String name, CAstType type, Object defaultInitValue) -
Method Summary
-
Constructor Details
-
CAstSymbolImplBase
-
CAstSymbolImplBase
-
CAstSymbolImplBase
-
CAstSymbolImplBase
-
CAstSymbolImplBase
-
CAstSymbolImplBase
-
-
Method Details
-
type
- Specified by:
typein interfaceCAstSymbol
-
name
- Specified by:
namein interfaceCAstSymbol
-
isFinal
public boolean isFinal()Description copied from interface:CAstSymbollike final in Java; can only be declared / assigned once- Specified by:
isFinalin interfaceCAstSymbol
-
isCaseInsensitive
public boolean isCaseInsensitive()- Specified by:
isCaseInsensitivein interfaceCAstSymbol
-
defaultInitValue
- Specified by:
defaultInitValuein interfaceCAstSymbol
-
isInternalName
public abstract boolean isInternalName()- Specified by:
isInternalNamein interfaceCAstSymbol
-
toString
-