xdc.services.getset
Class GetSetData

java.lang.Object
  extended by xdc.services.getset.GetSetData

public class GetSetData
extends java.lang.Object

Private data for the getters and setters.


Field Summary
 java.util.HashSet<org.mozilla.javascript.Callable> getters
           
 java.util.HashSet<org.mozilla.javascript.Callable> setters
           
 
Constructor Summary
GetSetData()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

getters

public java.util.HashSet<org.mozilla.javascript.Callable> getters

setters

public java.util.HashSet<org.mozilla.javascript.Callable> setters
Constructor Detail

GetSetData

public GetSetData()
Method Detail

getData

public 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. If it doesn't already exist, create it.