|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.jpdl.el.impl.ValueSuffix
public abstract class ValueSuffix
Represents an element that can appear as a suffix in a complex value, such as a property or index operator, or a method call (should they ever need to be supported).
| Constructor Summary | |
|---|---|
ValueSuffix()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
evaluate(java.lang.Object pValue,
VariableResolver pResolver,
FunctionMapper functions,
Logger pLogger)
Evaluates the expression in the given context, operating on the given value. |
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 ValueSuffix()
| Method Detail |
|---|
public abstract java.lang.String getExpressionString()
public abstract java.lang.Object evaluate(java.lang.Object pValue,
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 | ||||||||