Class Summary |
Block |
A Block is the fundamental unit of parsed and ready to execute sleep code. |
CallRequest |
this class encapsulates a function call request. |
CallRequest.ClosureCallRequest |
execute a closure with all of the trimmings. |
CallRequest.FunctionCallRequest |
execute a function with all of the debug, trace, etc.. |
CallRequest.InlineCallRequest |
execute a block of code inline with all the profiling, tracing, and other support |
GeneratedSteps |
A class providing static methods for constructing an atomic step of a specific type |
ObjectUtilities |
This class is sort of the center of the HOES universe containing several methods for mapping
between Sleep and Java and resolving which mappings make sense. |
ProxyInterface |
This class is used to mock an instance of a class that implements a specified Java interface
using a Sleep function. |
Step |
The root of all atomic steps. |