- getData(Value.Observable, Object) - Static method in class xdc.services.getset.GetSetData
-
Get the private data associated with a field of an object.
- getDebug() - Static method in class xdc.services.getset.GetSet
-
Get whether to print debug trace.
- getMaxIterations() - Static method in class xdc.services.getset.Group
-
Get the maximum number of iterations allowed in each group, as a
debugging aid.
- getMaxStackDepth() - Static method in class xdc.services.getset.Setters
-
Get the maximum allowed depth of recursively nested setters.
- getName() - Method in class xdc.services.getset.Field
-
- getObject() - Method in class xdc.services.getset.Field
-
- getRunning() - Method in class xdc.services.getset.Group
-
Get the currently running function (unused?)
- getRunningFxn() - Static method in class xdc.services.getset.Scheduler
-
Get which Fxn is currently running, or null if none.
- getRunningGroup() - Static method in class xdc.services.getset.Scheduler
-
Get which Group is currently running, or null if none.
- getScheduled() - Method in class xdc.services.getset.Group
-
Ask if the Group has already been scheduled to be run
- GetSet - Class in xdc.services.getset
-
A helper class to add getters and setters to a field of an XDCscript
object.
- GetSet() - Constructor for class xdc.services.getset.GetSet
-
- GetSetData - Class in xdc.services.getset
-
Private data for the getters and setters.
- GetSetData() - Constructor for class xdc.services.getset.GetSetData
-
- getStale() - Method in class xdc.services.getset.Fxn
-
Get whether this Fxn needs to be executed.
- getStale() - Method in class xdc.services.getset.Group
-
Ask if the group needs to be run.
- getStatus() - Method in class xdc.services.getset.Fxn
-
Get the exit status from the last time this Fxn was executed.
- getters - Variable in class xdc.services.getset.GetSetData
-
- Getters - Class in xdc.services.getset
-
A getter function to be added to a field of an XDCscript
Value.Obj object.
- Getters(Object) - Constructor for class xdc.services.getset.Getters
-
- Group - Class in xdc.services.getset
-
A group of
Fxn
s that are each run to completion before any other
Fxn in the group.
- Group() - Constructor for class xdc.services.getset.Group
-
Create a new Group governed by the given scheduler