Class | Description |
---|---|
Frame |
A Frame
(c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
InterpretationThread |
A InterpretationThread
(c) copyright 2002-2005 Delft University of Technology , the Netherlands. |
Interpreter |
The Java interpreter.
|
LocalVariable |
Each frame (�3.6) contains an array of variables known as its local
variables.
|
OperandStack |
Each frame (�3.6) contains a last-in-first-out (LIFO) stack known as its
operand stack.
|
Operation |
Represents a Java virtual machine instruction.
|
Exception | Description |
---|---|
InterpreterException |
An interpreterException.
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.