Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeProgram
-
Packages that use BytecodeProgram Package Description org.eolang.jeo.representation.asm Contains classes for working with the ASM library.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 BytecodeProgram in org.eolang.jeo.representation.asm
Methods in org.eolang.jeo.representation.asm that return BytecodeProgram Modifier and Type Method Description BytecodeProgram
AsmProgram. bytecode()
Convert to bytecode.BytecodeProgram
AsmProgram. bytecode(int flags)
Convert to bytecode. -
Uses of BytecodeProgram in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeProgram Modifier and Type Method Description BytecodeProgram
BytecodeProgram. replaceTopClass(BytecodeClass clazz)
Copy program with replaced top class.BytecodeProgram
BytecodeProgram. withoutTopClass()
Copy program without top class. -
Uses of BytecodeProgram in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeProgram Modifier and Type Method Description BytecodeProgram
XmlProgram. bytecode()
Convert to bytecode.
-