sleep.engine.atoms
Class PLiteral
java.lang.Object
sleep.engine.Step
sleep.engine.atoms.PLiteral
- All Implemented Interfaces:
- Serializable
- public class PLiteral
- extends Step
- See Also:
- Serialized Form
PLiteral
public PLiteral(String[] frag,
Block[] c,
Block[] a)
toString
public String toString(String prefix)
- Description copied from class:
Step
- returns a string representation of this atomic step
- Overrides:
toString
in class Step
toString
public String toString()
evaluate
public Scalar evaluate(ScriptEnvironment e)
- Description copied from class:
Step
- evaluate this atomic step.
- Specified by:
evaluate
in class Step