edu.utep.cs.jet.rat.val
Class LongValue
java.lang.Object
edu.utep.cs.jet.rat.val.PrimitiveValue
edu.utep.cs.jet.rat.val.LongValue
- All Implemented Interfaces:
- Denotable
public class LongValue
- extends PrimitiveValue
A class to represent a long value.
- Version:
- $Revision: 1.4 $
- Author:
- Yoonsik Cheon
|
Constructor Summary |
LongValue(long val)
Creates a new instance representing the given
long value. |
|
Method Summary |
String |
toString()
Returns the string representation of this value. |
Class<?> |
type()
Returns the type of this value. |
LongValue
public LongValue(long val)
- Creates a new instance representing the given
long value.
type
public Class<?> type()
- Description copied from class:
PrimitiveValue
- Returns the type of this value.
- Specified by:
type in interface Denotable- Specified by:
type in class PrimitiveValue
toString
public String toString()
- Description copied from class:
PrimitiveValue
- Returns the string representation of this value.
- Specified by:
toString in interface Denotable- Overrides:
toString 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.