public class GetSetData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.HashSet<org.mozilla.javascript.Callable> |
getters |
java.util.HashSet<org.mozilla.javascript.Callable> |
setters |
Constructor and Description |
---|
GetSetData() |
Modifier and Type | Method and Description |
---|---|
static GetSetData |
getData(xdc.services.intern.xsr.Value.Observable obj,
java.lang.Object mbr)
Get the private data associated with a field of an object.
|
public java.util.HashSet<org.mozilla.javascript.Callable> getters
public java.util.HashSet<org.mozilla.javascript.Callable> setters
public static GetSetData getData(xdc.services.intern.xsr.Value.Observable obj, java.lang.Object mbr)