uchicago.src.sim.parameter.rpl
Class RPLStringValue

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

public class RPLStringValue
extends RPLValue

Intermediate representation of a String value used by the compiler.

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

Constructor Summary
RPLStringValue(java.lang.String value)
          Creates a RPLStringValue with the specified value.
 
Method Summary
 java.lang.Class getType()
          Returns String.class.
 java.lang.Object getValue()
          Returns the value of this RPLStringValue
 
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

RPLStringValue

public RPLStringValue(java.lang.String value)
Creates a RPLStringValue with the specified value.

Parameters:
value - the String value.
Method Detail

getValue

public java.lang.Object getValue()
Returns the value of this RPLStringValue

Returns:

getType

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

Returns: