Package sleep.engine.atoms
Class BindPredicate
- java.lang.Object
-
- sleep.engine.Step
-
- sleep.engine.atoms.BindPredicate
-
- All Implemented Interfaces:
java.io.Serializable
public class BindPredicate extends Step
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindPredicate(java.lang.String e, Check p, Block c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Scalar
evaluate(ScriptEnvironment e)
evaluate this atomic step.java.lang.String
toString()
-
Methods inherited from class sleep.engine.Step
getHighLineNumber, getLineNumber, getLowLineNumber, setInfo, toString
-
-