uchicago.src.sim.parameter.rpl
Class RPLLongValue

java.lang.Object
  extended by uchicago.src.sim.parameter.rpl.RPLValue
      extended by uchicago.src.sim.parameter.rpl.RPLLongValue
All Implemented Interfaces:
RPLObject

public class RPLLongValue
extends RPLValue

Intermediate representation of a long value used by the compiler.

Version:
$Revision: 1.2 $ $Date: 2003/04/10 15:57:47 $

Constructor Summary
RPLLongValue(long value)
          Creates a RPLLongValue with the specified value.
 
Method Summary
 java.lang.Class getType()
          Returns long.class.
 java.lang.Object getValue()
          Gets the value of this RPLLongValue as an Long.
 
Methods inherited from class uchicago.src.sim.parameter.rpl.RPLValue
compile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPLLongValue

public RPLLongValue(long value)
Creates a RPLLongValue with the specified value.

Parameters:
value - the long value.
Method Detail

getValue

public java.lang.Object getValue()
Gets the value of this RPLLongValue as an Long.

Returns:

getType

public java.lang.Class getType()
Returns long.class.

Returns: