Class CAstSymbolImpl
java.lang.Object
com.ibm.wala.cast.tree.impl.CAstSymbolImplBase
com.ibm.wala.cast.tree.impl.CAstSymbolImpl
-
Field Summary
Fields inherited from interface com.ibm.wala.cast.tree.CAstSymbol
NULL_DEFAULT_VALUE
-
Constructor Summary
ConstructorDescriptionCAstSymbolImpl
(String _name, CAstType type) CAstSymbolImpl
(String _name, CAstType type, boolean _isFinal) CAstSymbolImpl
(String _name, CAstType type, boolean _isFinal, boolean _isCaseInsensitive) CAstSymbolImpl
(String _name, CAstType type, boolean _isFinal, boolean _isCaseInsensitive, Object _defaultInitValue) CAstSymbolImpl
(String _name, CAstType type, boolean _isFinal, Object _defaultInitValue) CAstSymbolImpl
(String _name, CAstType type, Object _defaultInitValue) -
Method Summary
Methods inherited from class com.ibm.wala.cast.tree.impl.CAstSymbolImplBase
defaultInitValue, isCaseInsensitive, isFinal, name, toString, type
-
Constructor Details
-
CAstSymbolImpl
-
CAstSymbolImpl
-
CAstSymbolImpl
-
CAstSymbolImpl
-
CAstSymbolImpl
-
CAstSymbolImpl
-
-
Method Details
-
isInternalName
public boolean isInternalName()- Specified by:
isInternalName
in interfaceCAstSymbol
- Specified by:
isInternalName
in classCAstSymbolImplBase
-