public abstract class ValueSuffix
extends java.lang.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 java.lang.Object |
evaluate(java.lang.Object pValue,
java.lang.Object pContext,
VariableResolver pResolver,
java.util.Map functions,
java.lang.String defaultPrefix,
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
|
public abstract java.lang.String getExpressionString()
public abstract java.lang.Object evaluate(java.lang.Object pValue,
java.lang.Object pContext,
VariableResolver pResolver,
java.util.Map functions,
java.lang.String defaultPrefix,
Logger pLogger)
throws ELException
ELExceptionCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.