org.apache.commons.el

Class ValueSuffix

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).

Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $

Author: Nathan Abramson - Art Technology Group Shawn Bayern

Method Summary
abstract Objectevaluate(Object pValue, VariableResolver pResolver, FunctionMapper functions, Logger pLogger)
Evaluates the expression in the given context, operating on the given value.
abstract StringgetExpressionString()
Returns the expression in the expression language syntax

Method Detail

evaluate

public abstract Object evaluate(Object pValue, VariableResolver pResolver, FunctionMapper functions, Logger pLogger)
Evaluates the expression in the given context, operating on the given value.

getExpressionString

public abstract String getExpressionString()
Returns the expression in the expression language syntax
Copyright (c) 2001-2002 - Apache Software Foundation