com.ibm.wala.cast.java.types
Interface JavaType

All Superinterfaces:
CAstType, CAstType.Class, CAstType.Reference
All Known Implementing Classes:
PolyglotJava2CAstTranslator.PolyglotJavaType

public interface JavaType
extends CAstType.Class


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.wala.cast.tree.CAstType
CAstType.Array, CAstType.Class, CAstType.Function, CAstType.Method, CAstType.Primitive, CAstType.Reference
 
Method Summary
 boolean isInterface()
           
 
Methods inherited from interface com.ibm.wala.cast.tree.CAstType
getName, getSupertypes
 

Method Detail

isInterface

boolean isInterface()
Specified by:
isInterface in interface CAstType.Class