|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
Continuation | A continuation representing the stored execution state of an Interpreter object. |
Interpreter | A JVM byte code interpreter. |
Monitor | Contains methods used to synchronize access to objects. |
Annotation Types Summary | |
---|---|
interpretable | Indicates that a method should be interpreted by the JauVM instead of beeing delegated to the underlying JVM. |
Provides the core classes that implement the JauVM.
The most important classes are theInterpreter
and the Continuation
classes, and the interpretable
annotation:
Interpreter
class implements the core JauVM bytecode interpreter, besides
being the frameworks' main class.Continuation
class represents a serializable JauVM continuation
object.interpretable
annotation is used to tag methods to be interpreted,
similarly to the native
keyword for native methods.
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |