Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can use the following API to evaluate an expression
 

Code Block
languagetext
	public static Objectobject evaluate(String expression) {
		...
	} 

	public static Object 
object evaluate(String language, String expression) {
		...
	}

 

The following code fragment shows how to evaluate expressions in ALH API

...