org.apache.commons.el
public class PropertySuffix extends ArraySuffix
Represents an operator that obtains the value of another value's property. This is a specialization of ArraySuffix - a.b is equivalent to a["b"]
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
| Field Summary | |
|---|---|
| String | mName |
| Constructor Summary | |
|---|---|
| PropertySuffix(String pName)
Constructor
| |
| Method Summary | |
|---|---|
| Object | evaluateIndex(VariableResolver pResolver, FunctionMapper functions, Logger pLogger)
Gets the value of the index
|
| String | getExpressionString()
Returns the expression in the expression language syntax
|
| String | getName() |
| String | getOperatorSymbol()
Returns the operator symbol
|
| void | setName(String pName) |