edu.rice.cs.dynamicjava.symbol.type
Class IntegralType

java.lang.Object
  extended by edu.rice.cs.dynamicjava.symbol.type.Type
      extended by edu.rice.cs.dynamicjava.symbol.type.ValidType
          extended by edu.rice.cs.dynamicjava.symbol.type.PrimitiveType
              extended by edu.rice.cs.dynamicjava.symbol.type.NumericType
                  extended by edu.rice.cs.dynamicjava.symbol.type.IntegralType
Direct Known Subclasses:
CharType, IntegerType

public abstract class IntegralType
extends NumericType

Class IntegralType, 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
IntegralType()
          Constructs a IntegralType.
 
Method Summary
abstract  int generateHashCode()
           
 
Methods inherited from class edu.rice.cs.dynamicjava.symbol.type.Type
apply, apply, hashCode, output, walk
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegralType

public IntegralType()
Constructs a IntegralType.

Throws:
IllegalArgumentException - If any parameter to the constructor is null.
Method Detail

generateHashCode

public abstract int generateHashCode()
Specified by:
generateHashCode in class NumericType