uchicago.src.sim.parameter.rpl
Class RPLIntValue

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

public class RPLIntValue
extends RPLValue

Intermediate representation of an int value used by the compiler.

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

Constructor Summary
RPLIntValue(int value)
          Creates a RPLIntValue with the specified value.
 
Method Summary
 java.lang.Class getType()
          Returns int.class.
 java.lang.Object getValue()
          Gets the value of this RPLIntValue as an Int.
 
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

RPLIntValue

public RPLIntValue(int value)
Creates a RPLIntValue with the specified value.

Parameters:
value - the int value.
Method Detail

getValue

public java.lang.Object getValue()
Gets the value of this RPLIntValue as an Int.

Returns:

getType

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

Returns: