Class Summary |
BooleanValue |
A BooleanValue is a Value object that
holds a boolean value. |
DoubleValue |
A DoubleValue is a Value object that
holds a double value. |
ExpressionValue |
A ExpressionValue is a Value object that
holds an expression is parsed into a double. |
IntegerValue |
A IntegerValue is a Value object that
holds an integer value. |
ObjectValue |
|
ParserSuryono |
The class Parser is a mathematical expression parser. |
StringValue |
A StringValue is a Value object that
holds a String value. |
Value |
A Value is an object that holds an internal (but public)
variable. |