All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Assign AssignT BasicIO provides IO functions for the sleep languageBasicNumbers provides some of the basic number crunching functionalityBasicStrings provides basic string parsing facilitiesBasicUtilities implementation of basic utility functionsBind BindFilter BindPredicate Block A Block is the fundamental unit of parsed and ready to execute sleep code.BridgeUtilities A bridge is a class that bridges your applications API and sleep.Call 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 supportCheck CheckAnd CheckEval A check object is the internal atomic step representing a predicate condition.CheckOr ConsoleImplementation The ConsoleImplementation is the "engine" behind the sleep console.ConsoleProxy a necessary interface for creating a front end to the sleep console.CreateClosure CreateFrame Decide DefaultEnvironment DefaultVariable DoubleValue Environment Blocks of code associated with an identifier are processed by their environment.FilterEnvironment Filtered environments are similar to normal keyword environments except they also allow a parameter specified by the user.Function A function bridge is used to define a built-in function.GeneratedSteps A class providing methods for constructing an atomic step of a specific type.Get Goto HashContainer ImportManager This class mantains a cache of imported package names and resolve classes for a Sleep parser.Index IntValue IOObject The IOObject is the parent class for all IO Source objects that are compatible with Sleep's I/O API.Iterate Iterate.IteratorData KeyValuePair Arguments passed to functions with the formkey => expression
are available via the KeyValuePair object.ListContainer A linked list backing for Sleep Arrays.Loadable A loadable bridge is used to perform actions on scripts when they are loaded and unloaded.LongValue MyLinkedList NullValue ObjectAccess ObjectNew 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.ObjectValue Operate Operator An operator in sleep parlance is anything used to operate on two variables inside of an expression.OrderedHashContainer Parser ParserConfig ParserUtilities PLiteral PopTry Predicate A predicate is an operator used inside of comparisons.PredicateEnvironment Predicate environments are similar to normal keyword environments except instead of binding commands to an identifier they are bound to a predicate condition.ProxyInterface This class is used to mock an instance of a class that implements a specified Java interface using a Sleep function.ProxyIterator RegexBridge Provides a bridge between Java's regex API and sleep.Return RuntimeWarningWatcher Runtime errors are caught by sleep.Scalar A scalar is the universal data type for sleep variables.ScalarArray This interface lets you implement your own data structure behind a scalar array.ScalarHash This interface lets you create your own scalar hash implementation.ScalarType This interface makes it possible to create a new scalar type.ScriptEnvironment This class contains methods for accessing the data stack, return value of a function, and the environment hashtable for a script.ScriptEnvironment.Context ScriptEnvironment.ExceptionContext ScriptInstance Every piece of information related to a loaded script.ScriptInstance.ProfilerStatistic A container for a profile statistic about a sleep functionScriptInstance.SleepStackElement A container for Sleep strack trace elements.ScriptLoader The ScriptLoader is a convienence container for instantiating and managing ScriptInstances.ScriptVariables Maintains variables and variable scopes for a script instance.ScriptWarning A package for all information related to a runtime script warning.SleepClosure The Sleep Closure class.SleepUtils This class contains generalized utilities for instantiating/wrapping data into the sleep Scalar type.Statement Step StringIterator StringValue SValue SyntaxError A class containing syntax error information.TaintUtils Sleep supports a mode where variables received from external sources are considered tainted.Token as much as possible this is a String with a line number associate with it (aka hint)TokenList Try Variable A variable bridge is a container for storing scalars.YourCodeSucksException Syntax errors are a reality of programming.