edu.rice.cs.dynamicjava.symbol.type
Class ClassType
java.lang.Object
edu.rice.cs.dynamicjava.symbol.type.Type
edu.rice.cs.dynamicjava.symbol.type.ValidType
edu.rice.cs.dynamicjava.symbol.type.ReferenceType
edu.rice.cs.dynamicjava.symbol.type.ClassType
- Direct Known Subclasses:
- ParameterizedClassType, RawClassType, SimpleClassType
public abstract class ClassType
- extends ReferenceType
Class ClassType, a component of the ASTGen-generated composite hierarchy.
Note: null is not allowed as a value for any field.
- Version:
- Generated automatically by ASTGen at Sat May 26 04:01:27 CDT 2012
ClassType
public ClassType(DJClass in_ofClass)
- Constructs a ClassType.
- Throws:
IllegalArgumentException - If any parameter to the constructor is null.
ofClass
public DJClass ofClass()
generateHashCode
public abstract int generateHashCode()
- Specified by:
generateHashCode in class ReferenceType