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 com.ibm.wala.cast.tree.CAstSymbol
NULL_DEFAULT_VALUE
-
Constructor Summary
ConstructorDescriptionCAstSymbolImplBase
(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:
type
in interfaceCAstSymbol
-
name
- Specified by:
name
in interfaceCAstSymbol
-
isFinal
public boolean isFinal()Description copied from interface:CAstSymbol
like final in Java; can only be declared / assigned once- Specified by:
isFinal
in interfaceCAstSymbol
-
isCaseInsensitive
public boolean isCaseInsensitive()- Specified by:
isCaseInsensitive
in interfaceCAstSymbol
-
defaultInitValue
- Specified by:
defaultInitValue
in interfaceCAstSymbol
-
isInternalName
public abstract boolean isInternalName()- Specified by:
isInternalName
in interfaceCAstSymbol
-
toString
-