joeq.Interpreter
Class BytecodeInterpreter
java.lang.Object
joeq.Interpreter.BytecodeInterpreter
- Direct Known Subclasses:
- ReflectiveInterpreter
public abstract class BytecodeInterpreter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALWAYS_TRACE
public static boolean ALWAYS_TRACE
istate
protected BytecodeInterpreter.State istate
vm
protected final BytecodeInterpreter.VMInterface vm
BytecodeInterpreter
public BytecodeInterpreter(BytecodeInterpreter.VMInterface vm,
BytecodeInterpreter.State istate)
- Creates new Interpreter
invokeMethod
public abstract Object invokeMethod(jq_Method m)
throws Throwable
- Throws:
Throwable
invokeUnsafeMethod
public abstract Object invokeUnsafeMethod(jq_Method m)
throws Throwable
- Throws:
Throwable
Copyright © 2001-2008 John Whaley. All Rights Reserved.