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"]
| Constructor and Description |
|---|
PropertySuffix(String pName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionString()
Returns the expression in the expression language syntax
|
String |
getName() |
void |
setName(String pName) |
bindFunctions, evaluate, getIndex, setIndexpublic PropertySuffix(String pName)
public String getExpressionString()
getExpressionString in class ArraySuffixCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.