sleep.engine
public class GeneratedSteps extends Object
Method Summary | |
---|---|
static Step | Assign(Block variable) |
static Step | AssignAndOperate(Block variable, String operator) |
static Step | AssignT() |
static Step | AssignTupleAndOperate(String operator) |
static Step | Bind(String functionEnvironment, Block name, Block code) |
static Step | BindFilter(String functionEnvironment, String name, Block code, String filter) |
static Step | BindPredicate(String functionEnvironment, Check predicate, Block code) |
static Step | Call(String function) |
static Check | Check(String nameOfOperator, Block setupOperands) |
static Step | CreateClosure(Block code) |
static Step | CreateFrame() |
static Step | Decide(Check conditionForGoto, Block ifTrue, Block ifFalse) |
static Step | Get(String value) |
static Step | Goto(Check conditionForGoto, Block ifTrue, Block increment) |
static Step | Index(String value, Block index) |
static Step | IteratorCreate(String key, String value) |
static Step | IteratorDestroy() |
static Step | IteratorNext() |
static Step | ObjectAccess(String name) |
static Step | ObjectAccessStatic(Class aClass, String name) |
static Step | ObjectNew(Class name) |
static Step | Operate(String oper) |
static Step | PLiteral(String evaluator) |
static Step | PopTry() |
static Step | Return(int type) |
static Step | SValue(Scalar value) |
static Step | Try(Block owner, Block handler, String var) |