Package com.ibm.wala.cast.tree.impl
Class CAstSymbolImpl
- java.lang.Object
-
- com.ibm.wala.cast.tree.impl.CAstSymbolImplBase
-
- com.ibm.wala.cast.tree.impl.CAstSymbolImpl
-
- All Implemented Interfaces:
CAstSymbol
public class CAstSymbolImpl extends CAstSymbolImplBase
-
-
Field Summary
-
Fields inherited from interface com.ibm.wala.cast.tree.CAstSymbol
NULL_DEFAULT_VALUE
-
-
Constructor Summary
Constructors Constructor Description CAstSymbolImpl(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInternalName()-
Methods inherited from class com.ibm.wala.cast.tree.impl.CAstSymbolImplBase
defaultInitValue, isCaseInsensitive, isFinal, name, toString, type
-
-
-
-
Method Detail
-
isInternalName
public boolean isInternalName()
- Specified by:
isInternalNamein interfaceCAstSymbol- Specified by:
isInternalNamein classCAstSymbolImplBase
-
-