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