Package com.ibm.wala.cast.tree
Interface CAstType
-
- All Known Subinterfaces:
CAstType.Array
,CAstType.Class
,CAstType.Complex
,CAstType.Function
,CAstType.Method
,CAstType.Primitive
,CAstType.Reference
public interface CAstType
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the fully-qualified (e.g.Collection
getSupertypes()
-
-
-
Field Detail
-
DYNAMIC
static final CAstType DYNAMIC
-
-
Method Detail
-
getName
String getName()
Returns the fully-qualified (e.g. bytecode-compliant for Java) type name.
-
getSupertypes
Collection getSupertypes()
-
-