Module jvm

Source

Re-exports§

pub use class_file_parser::ClassFileParser;
pub use java_class_generator::generate_java_class;
pub use java_class_generator::generate_vm_instructions;
pub use jvm_compatible_vm::JvmCompatibleVm;
pub use jvm_types::ConstantPool;
pub use jvm_types::ConstantPoolEntry;
pub use jvm_types::JvmInstruction;

Modules§

class_file_parser
JVM-related modules
java_class_generator
jvm_compatible_vm
jvm_types