Module Ruva
In: lib/ruva.rb
lib/ruva/class.rb
lib/ruva/stack.rb
lib/ruva/opcodes.rb
lib/ruva/class_loader.rb
lib/ruva/vm.rb
lib/ruva/types.rb
lib/ruva/class_pool.rb
lib/ruva/vmerrors.rb
lib/ruva/utils/class_visitor.rb
lib/ruva/utils/code_dumper.rb
lib/ruva/utils/exec_trace.rb

Classes and Modules

Module Ruva::Utils
Module Ruva::VM
Class Ruva::JVM

Constants

RUVA_VERSION = '0.0.2'
RUVA_LIB = File.dirname(__FILE__)
RUVA_HOME = File.join(RUVA_LIB, '..')
RUVA_RUNTIME = [File.join(RUVA_LIB, 'runtime_lib')]   An array that will contain the system boot classpaths for Ruva. This includes the VM‘s own runtime interface, and the GNU Classpath libraries (if found) as referenced by the GNU_CLASSPATH_LIB env var.

[Validate]