Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeModule
-
Packages that use BytecodeModule Package Description org.eolang.jeo.representation.asm ASM library integration for bytecode manipulation.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of BytecodeModule in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return BytecodeModule Modifier and Type Method Description BytecodeModule
AsmModule. bytecode()
Convert ASM module to domain bytecode module. -
Uses of BytecodeModule in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeModule Modifier and Type Method Description BytecodeModule
XmlModule. bytecode()
Parse bytecode module from XML.
-