public final class ExpressionUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToString(Expression expression)
Convert an expression of the form 'a.b.c.d' into a String.
|
static List<RightValue> |
evaluateExpressionList(ExtendedInterpreter extendedInterpreter,
ExpressionList expressionList) |
static Object[] |
getObjectArray(List<RightValue> args,
Method method,
ExtendedInterpreter extendedInterpreter) |
public static Object[] getObjectArray(List<RightValue> args, Method method, ExtendedInterpreter extendedInterpreter) throws ExecutionException
ExecutionExceptionpublic static List<RightValue> evaluateExpressionList(ExtendedInterpreter extendedInterpreter, ExpressionList expressionList) throws ExecutionException
ExecutionExceptionpublic static String convertToString(Expression expression) throws AnalysisException
expression - AnalysisException - when the expression does not match the formatCopyright © 2012 Verhas and Verhas Software Craftsmen. All Rights Reserved.