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 interfaceCAstType.Arraystatic interfaceCAstType.Classstatic interfaceCAstType.Complexstatic interfaceCAstType.Functionstatic interfaceCAstType.Methodstatic interfaceCAstType.Primitivestatic interfaceCAstType.Reference
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the fully-qualified (e.g.CollectiongetSupertypes()
-
-
-
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()
-
-