Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeClass
Packages that use BytecodeClass
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeClass in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeClassModifier and TypeMethodDescriptionBytecodeClass.helloWorldMethod()
Hello world bytecode.BytecodeProgram.top()
Get top class.BytecodeMethodBuilder.up()
Return to the original class.Add field.BytecodeClass.withoutMethods()
Without methods.Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassModifier and TypeMethodDescriptionBytecodeProgram.replaceTopClass
(BytecodeClass clazz) Copy program with replaced top class.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassModifierConstructorDescriptionBytecodeMethodBuilder
(BytecodeClass clazz, BytecodeMethod method) Constructor.BytecodeProgram
(String pckg, BytecodeClass... classes) Constructor.BytecodeProgram
(BytecodeClass... classes) Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeClassModifierConstructorDescriptionBytecodeProgram
(String pckg, List<BytecodeClass> classes) Constructor. -
Uses of BytecodeClass in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeClass