|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.parameter.rpl.RPLValue
uchicago.src.sim.parameter.rpl.RPLFloatValue
public class RPLFloatValue
Intermediate representation of a float value used by the compiler.
| Constructor Summary | |
|---|---|
RPLFloatValue(float value)
Creates a RPLFloatValue with the specified value. |
|
| Method Summary | |
|---|---|
java.lang.Class |
getType()
Returns float.class. |
java.lang.Object |
getValue()
Gets the value of this RPLFloatValue as a Float. |
| 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 |
|---|
public RPLFloatValue(float value)
value - the float value.| Method Detail |
|---|
public java.lang.Object getValue()
public java.lang.Class getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||