Package sleep.engine.atoms
Class CheckAnd
- java.lang.Object
-
- sleep.engine.atoms.CheckAnd
-
- All Implemented Interfaces:
java.io.Serializable
,Check
public class CheckAnd extends java.lang.Object implements Check, java.io.Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
check(ScriptEnvironment env)
Performs this "check".void
setInfo(int _hint)
java.lang.String
toString()
Returns a string representation of this objectjava.lang.String
toString(java.lang.String prefix)
Converts this object to a string, used by the sleep engine for constructing an AST like thing
-
-
-
Method Detail
-
toString
public java.lang.String toString(java.lang.String prefix)
Converts this object to a string, used by the sleep engine for constructing an AST like thing
-
toString
public java.lang.String toString()
Returns a string representation of this object- Overrides:
toString
in classjava.lang.Object
-
check
public boolean check(ScriptEnvironment env)
Performs this "check". Returns the value of the condition that is checked.
-
-