sleep.taint
Class TaintCall

java.lang.Object
  extended by sleep.engine.Step
      extended by sleep.taint.PermeableStep
          extended by sleep.taint.TaintCall
All Implemented Interfaces:
java.io.Serializable

public class TaintCall
extends PermeableStep

See Also:
Serialized Form

Field Summary
protected  java.lang.String function
           
 
Fields inherited from class sleep.taint.PermeableStep
wrapped
 
Fields inherited from class sleep.engine.Step
line, next
 
Constructor Summary
TaintCall(java.lang.String _function, Step _wrapped)
           
 
Method Summary
 Scalar evaluate(ScriptEnvironment e)
          evaluate this atomic step.
 
Methods inherited from class sleep.taint.PermeableStep
callit, getLineNumber, setInfo, toString
 
Methods inherited from class sleep.engine.Step
getHighLineNumber, getLowLineNumber, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

function

protected java.lang.String function
Constructor Detail

TaintCall

public TaintCall(java.lang.String _function,
                 Step _wrapped)
Method Detail

evaluate

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

Overrides:
evaluate in class PermeableStep