JET

edu.utep.cs.et.rat.val
Class IntValue

java.lang.Object
  extended by edu.utep.cs.et.rat.val.PrimitiveValue
      extended by edu.utep.cs.et.rat.val.IntValue
All Implemented Interfaces:
Denotable

public class IntValue
extends PrimitiveValue

A class to represent a int value.

Version:
$Revision: 1.2 $
Author:
Yoonsik Cheon

Field Summary
 
Fields inherited from class edu.utep.cs.et.rat.val.PrimitiveValue
value
 
Constructor Summary
IntValue(int value)
          Creates a new instance representing the given int value.
 
Method Summary
 Class type()
          Returns int class object.
 
Methods inherited from class edu.utep.cs.et.rat.val.PrimitiveValue
code, isEquivalentTo, isNull, toString, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntValue

public IntValue(int value)
Creates a new instance representing the given int value.

Method Detail

type

public Class type()
Returns int class object.

Specified by:
type in interface Denotable
Specified by:
type in class PrimitiveValue

JET

JET is Copyright (C) 2005-2007 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.