com.ibm.wala.cast.tree
Interface CAstType
- All Known Subinterfaces:
- CAstType.Array, CAstType.Class, CAstType.Complex, CAstType.Function, CAstType.Method, CAstType.Primitive, CAstType.Reference, JavaType
- All Known Implementing Classes:
- JavaPrimitiveTypeMap.JavaPrimitiveType, JDTTypeDictionary.JdtJavaType, PolyglotJava2CAstTranslator.PolyglotJavaType
public interface CAstType
|
Method Summary |
java.lang.String |
getName()
Returns the fully-qualified (e.g. |
java.util.Collection |
getSupertypes()
|
DYNAMIC
static final CAstType DYNAMIC
getName
java.lang.String getName()
- Returns the fully-qualified (e.g. bytecode-compliant for Java) type name.
getSupertypes
java.util.Collection getSupertypes()