harpoon.ClassFile
Interface HType

All Known Subinterfaces:
HClassTypeVariable, HMethodTypeVariable, HParameterizedType, HTypeVariable
All Known Implementing Classes:
HClass

public interface HType

The HType interface represents all compile time types. It is implemented by all entities that may represent a compile-time type in the Java programming language, and serves as their common supertype. In addition to its subinterfaces, it is implemented by HClass.

Version:
$Id: HType.java,v 1.1 2003/03/18 02:27:02 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>
See Also:
Type