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) |
evaluate, getIndex, setIndexpublic PropertySuffix(String pName)
public String getName()
public void setName(String pName)
public String getExpressionString()
getExpressionString in class ArraySuffixCopyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.