Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeProgram
Packages that use BytecodeProgram
Package
Description
Contains classes for working with the ASM library.
Contains classes for generating bytecode in the form of Java classes.
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 -
Uses of BytecodeProgram in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeProgramModifier and TypeMethodDescriptionBytecodeProgram.replaceTopClass
(BytecodeClass clazz) Copy program with replaced top class.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