sleep.taint
Class PermeableStep
java.lang.Object
sleep.engine.Step
sleep.taint.PermeableStep
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TaintCall, TaintObjectAccess, TaintOperate
public class PermeableStep
- extends Step
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 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
callit
protected Scalar callit(ScriptEnvironment e,
java.lang.String desc)