edu.utep.cs.jet.rat.val
Class IntValue
java.lang.Object
edu.utep.cs.jet.rat.val.PrimitiveValue
edu.utep.cs.jet.rat.val.IntValue
- All Implemented Interfaces:
- Denotable
public class IntValue
- extends PrimitiveValue
A class to represent a int value.
- Version:
- $Revision: 1.4 $
- Author:
- Yoonsik Cheon
|
Constructor Summary |
IntValue(int value)
Creates a new instance representing the given
int value. |
|
Method Summary |
Class<?> |
type()
Returns int class object. |
IntValue
public IntValue(int value)
- Creates a new instance representing the given
int value.
type
public Class<?> type()
- Returns
int class object.
- Specified by:
type in interface Denotable- Specified by:
type in class PrimitiveValue
JET is Copyright (C) 2005-2008 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.