| java.lang.Object abbot.script.Step abbot.script.Expression
Expression | public class Expression extends Step (Code) | | Provides evaluation of arbitrary Java expressions. Any Java expression is
supported, with a more loose syntax if desired. See the
beanshell documentation for
complete details of the extended features available in this evaluator.
Note that any variables declared or assigned will be available to any
subsequent steps in the same Script.
|
TAG_EXPRESSION | final public static String TAG_EXPRESSION(Code) | | |
addContent | protected Element addContent(Element el)(Code) | | |
getDefaultDescription | public String getDefaultDescription()(Code) | | |
runStep | protected void runStep() throws Throwable(Code) | | Evaluates the expression.
|
|
|