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 BytecodeProgramAsmProgram. bytecode()Convert to bytecode.BytecodeProgramAsmProgram. 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 BytecodeProgramBytecodeProgram. replaceTopClass(BytecodeClass clazz)Copy program with replaced top class.BytecodeProgramBytecodeProgram. 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 BytecodeProgramXmlProgram. bytecode()Convert to bytecode.
-