| Modifier and Type | Field and Description |
|---|---|
Obj |
object
The object member represents the Obj that the SOM expression refers
to.
|
int |
occurrence
The occurrence member indicates the occurrence number of the
referenced property (if propertyName is not empty).
|
String |
propertyName
If the SOM expression refers to a property then the propertyName
field contains the name of the property.
|
Arg |
value
The value field indicates the "answer" to the SOM expression.
|
public final Obj object
public final int occurrence
public final String propertyName
"datavalue.value", the property name would be
"value" in this example). This is useful for the left
hand side of expressions involving SOM statements. Note that if a
method is invoked, then this contains the text representation of the
method call (not that this is terribly useful in this case).public final Arg value
Copyright © 2010 - 2020 Adobe. All Rights Reserved