PropertySuffixpublic 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"] |
Fields Summary |
---|
String | mName |
Constructors Summary |
---|
public PropertySuffix(String pName)Constructor
super (null);
mName = pName;
|
|