| HEADER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
| Method Summary | |
boolean | containsConstant(String name) |
boolean | containsVariable(String name) |
void | declareConstant(String name, Object value)Declares the constant. |
void | declareFunction(Function function)Declares the function. |
void | declareVariable(String name, Object value)Declares the variable. |
Object | getConstantValue(String name)Returns the constant value or null if constant not declared. |
Function | getFunction(String name)Returns function or operator with the specified name or null if function is not declared. |
Object | getVariableValue(String name)Returns value of variable with the specified name or null if variable is not declared. |
| Method Detail |
public boolean containsConstant(String name)
public boolean containsVariable(String name)
public void declareConstant(String name, Object value)
public void declareFunction(Function function)
public void declareVariable(String name, Object value)
public Object getConstantValue(String name)
public Function getFunction(String name)
public Object getVariableValue(String name)
| FOOTER | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||