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(java.lang.String pName)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax
|
java.lang.String |
getName() |
void |
setName(java.lang.String pName) |
evaluate, getIndex, setIndexpublic java.lang.String getName()
public void setName(java.lang.String pName)
public java.lang.String getExpressionString()
getExpressionString in class ArraySuffixCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.