edu.rice.cs.dynamicjava.symbol.type
Class IntegerType
java.lang.Object
edu.rice.cs.dynamicjava.symbol.type.Type
edu.rice.cs.dynamicjava.symbol.type.ValidType
edu.rice.cs.dynamicjava.symbol.type.PrimitiveType
edu.rice.cs.dynamicjava.symbol.type.NumericType
edu.rice.cs.dynamicjava.symbol.type.IntegralType
edu.rice.cs.dynamicjava.symbol.type.IntegerType
- Direct Known Subclasses:
- ByteType, IntType, LongType, ShortType
public abstract class IntegerType
- extends IntegralType
Class IntegerType, 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
|
Constructor Summary |
IntegerType()
Constructs a IntegerType. |
IntegerType
public IntegerType()
- Constructs a IntegerType.
- Throws:
IllegalArgumentException - If any parameter to the constructor is null.
generateHashCode
public abstract int generateHashCode()
- Specified by:
generateHashCode in class IntegralType