Package org.colos.ejs.library.control.value

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.
GeneralJavaParser  
GeneralParser Encapsulates both ParserSuryono and SuryonoParser
IntegerValue A IntegerValue is a Value object that holds an integer value.
InterpretedValue A ExpressionValue is a Value object that holds an expression is parsed into a double.
ObjectValue  
ParserAndVariables Creates a parser and its variables for a given expression
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.
 

Exception Summary
ParserException Indicates that an error occured in parser operation, and the operation could not be completed.