sleep.engine.atoms
Class Try

java.lang.Object
  extended by sleep.engine.Step
      extended by sleep.engine.atoms.Try
All Implemented Interfaces:
java.io.Serializable

public class Try
extends Step

See Also:
Serialized Form

Field Summary
 
Fields inherited from class sleep.engine.Step
line, next
 
Constructor Summary
Try(Block _owner, Block _handler, java.lang.String _var)
           
 
Method Summary
 Scalar evaluate(ScriptEnvironment e)
          evaluate this atomic step.
 java.lang.String toString(java.lang.String prefix)
          returns a string representation of this atomic step
 
Methods inherited from class sleep.engine.Step
getHighLineNumber, getLineNumber, getLowLineNumber, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Try

public Try(Block _owner,
           Block _handler,
           java.lang.String _var)
Method Detail

toString

public java.lang.String toString(java.lang.String prefix)
Description copied from class: Step
returns a string representation of this atomic step

Overrides:
toString in class Step

evaluate

public Scalar evaluate(ScriptEnvironment e)
Description copied from class: Step
evaluate this atomic step.

Overrides:
evaluate in class Step