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, setIndex
public PropertySuffix(String pName)
public String getName()
public void setName(String pName)
public String getExpressionString()
getExpressionString
in class ArraySuffix
Copyright © 2016 JBoss by Red Hat. All rights reserved.