public abstract class ValueSuffix extends Object
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 and Description |
---|
ValueSuffix() |
Modifier and Type | Method and Description |
---|---|
abstract ValueSuffix |
bindFunctions(FunctionMapper functions) |
abstract Object |
evaluate(Object pValue,
VariableResolver pResolver,
FunctionMapper functions)
Evaluates the expression in the given context, operating on the
given value.
|
abstract String |
getExpressionString()
Returns the expression in the expression language syntax
|
public ValueSuffix()
public abstract String getExpressionString()
public abstract Object evaluate(Object pValue, VariableResolver pResolver, FunctionMapper functions) throws ELException
ELException
public abstract ValueSuffix bindFunctions(FunctionMapper functions) throws ELException
ELException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.