uchicago.src.sim.parameter.rpl
Class RPLValue

java.lang.Object
  extended by uchicago.src.sim.parameter.rpl.RPLValue
All Implemented Interfaces:
RPLObject
Direct Known Subclasses:
RPLBooleanValue, RPLDoubleValue, RPLFloatValue, RPLIntValue, RPLLongValue, RPLStringValue

public abstract class RPLValue
extends java.lang.Object
implements RPLObject

Abstract implementation of the RPLObject

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

Constructor Summary
RPLValue()
           
 
Method Summary
 void compile(RPLCompiler compiler)
          Compiles this RPLObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uchicago.src.sim.parameter.rpl.RPLObject
getType, getValue
 

Constructor Detail

RPLValue

public RPLValue()
Method Detail

compile

public void compile(RPLCompiler compiler)
Description copied from interface: RPLObject
Compiles this RPLObject.

Specified by:
compile in interface RPLObject
Parameters:
compiler - the compiler