Package net.sf.jauvm

Provides the core classes that implement the JauVM.

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.
 

Package net.sf.jauvm Description

Provides the core classes that implement the JauVM.

The most important classes are the Interpreter and the Continuation classes, and the interpretable annotation: