|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.jpdl.el.impl.Expression
public abstract class Expression
The abstract class from which all expression types derive.
Constructor Summary | |
---|---|
Expression()
|
Method Summary | |
---|---|
abstract java.lang.Object |
evaluate(VariableResolver pResolver,
FunctionMapper functions,
Logger pLogger)
Evaluates the expression in the given context |
abstract java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Expression()
Method Detail |
---|
public abstract java.lang.String getExpressionString()
public abstract java.lang.Object evaluate(VariableResolver pResolver, FunctionMapper functions, Logger pLogger) throws ELException
ELException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |