Package com.ibm.wala.cast.tree
Interface CAstType.Class
-
- All Superinterfaces:
CAstType
,CAstType.Reference
- Enclosing interface:
- CAstType
public static interface CAstType.Class extends CAstType.Reference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.cast.tree.CAstType
CAstType.Array, CAstType.Class, CAstType.Complex, CAstType.Function, CAstType.Method, CAstType.Primitive, CAstType.Reference
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<CAstQualifier>
getQualifiers()
boolean
isInterface()
-
Methods inherited from interface com.ibm.wala.cast.tree.CAstType
getName, getSupertypes
-
-
-
-
Method Detail
-
isInterface
boolean isInterface()
-
getQualifiers
Collection<CAstQualifier> getQualifiers()
-
-