Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeObject
-
Packages that use BytecodeObject Package Description org.eolang.jeo.representation.asm ASM library integration for bytecode manipulation.org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of BytecodeObject in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return BytecodeObject Modifier and Type Method Description BytecodeObject
AsmProgram. bytecode()
Convert to bytecode.BytecodeObject
AsmProgram. bytecode(int flags)
Convert to bytecode. -
Uses of BytecodeObject in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeObject Modifier and Type Method Description BytecodeObject
BytecodeObject. replaceTopClass(BytecodeClass clazz)
Copy program with replaced top class. -
Uses of BytecodeObject in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeObject Modifier and Type Method Description BytecodeObject
XmlObject. bytecode()
Convert to bytecode.
-