|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsleep.taint.Tainter
public class Tainter
Field Summary | |
---|---|
protected java.lang.Object |
function
|
Constructor Summary | |
---|---|
Tainter(java.lang.Object f)
|
Method Summary | |
---|---|
Scalar |
evaluate(java.lang.String name,
ScriptInstance script,
java.util.Stack arguments)
Evaluate a function and return the resulting scalar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Object function
Constructor Detail |
---|
public Tainter(java.lang.Object f)
Method Detail |
---|
public Scalar evaluate(java.lang.String name, ScriptInstance script, java.util.Stack arguments)
Function
evaluate
in interface Function
name
- the function being called.script
- an instance of the script calling this function.arguments
- a stack containing the locals passed to this function. The locals are Scalar values passed in reverse order i.e. [arg n, arg n-1, ..., arg 1, arg 0]
SleepUtils.runCode(Function, String, ScriptInstance, Stack)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |