sleep.taint
Class PermeableStep
java.lang.Object
sleep.engine.Step
sleep.taint.PermeableStep
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TaintCall, TaintObjectAccess, TaintOperate
public class PermeableStep
- extends Step
- See Also:
- Serialized Form
wrapped
protected Step wrapped
PermeableStep
public PermeableStep(Step step)
setInfo
public void setInfo(int _line)
- Description copied from class:
Step
- convience method for the code generator to set the line number.
- Overrides:
setInfo
in class Step
getLineNumber
public int getLineNumber()
- Description copied from class:
Step
- returns the line number this step is associated with
- Overrides:
getLineNumber
in class Step
toString
public String toString(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
callit
protected Scalar callit(ScriptEnvironment e,
String desc)