com.ibm.wala.cast.tree
Interface CAstType.Class

All Superinterfaces:
CAstType, CAstType.Reference
All Known Subinterfaces:
JavaType
All Known Implementing Classes:
JDTTypeDictionary.JdtJavaType, PolyglotJava2CAstTranslator.PolyglotJavaType
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
 
Field Summary
 
Fields inherited from interface com.ibm.wala.cast.tree.CAstType
DYNAMIC
 
Method Summary
 java.util.Collection<CAstQualifier> getQualifiers()
           
 boolean isInterface()
           
 
Methods inherited from interface com.ibm.wala.cast.tree.CAstType
getName, getSupertypes
 

Method Detail

isInterface

boolean isInterface()

getQualifiers

java.util.Collection<CAstQualifier> getQualifiers()