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


Nested Class Summary
static interface CAstType.Array
           
static interface CAstType.Class
           
static interface CAstType.Complex
           
static interface CAstType.Function
           
static interface CAstType.Method
           
static interface CAstType.Primitive
           
static interface CAstType.Reference
           
 
Field Summary
static CAstType DYNAMIC
           
 
Method Summary
 java.lang.String getName()
          Returns the fully-qualified (e.g.
 java.util.Collection getSupertypes()
           
 

Field Detail

DYNAMIC

static final CAstType DYNAMIC
Method Detail

getName

java.lang.String getName()
Returns the fully-qualified (e.g. bytecode-compliant for Java) type name.


getSupertypes

java.util.Collection getSupertypes()