orc.type
Class ConstIntType

java.lang.Object
  extended by orc.type.Type
      extended by orc.type.NumberType
          extended by orc.type.ConstIntType

public class ConstIntType
extends NumberType


Field Summary
 
Fields inherited from class orc.type.Type
BLANK, BOOLEAN, BOT, INTEGER, LET, NUMBER, STRING, TOP
 
Constructor Summary
ConstIntType(java.lang.Integer i)
           
 
Method Summary
 Type join(Type that)
           
 boolean subtype(Type that)
           
 java.lang.String toString()
           
 
Methods inherited from class orc.type.Type
call, equal, meet, supertype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstIntType

public ConstIntType(java.lang.Integer i)
Method Detail

subtype

public boolean subtype(Type that)
Overrides:
subtype in class Type

join

public Type join(Type that)
Overrides:
join in class Type

toString

public java.lang.String toString()
Overrides:
toString in class NumberType