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.
-
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.BytecodeMethod.up()
Return to the original class.BytecodeClass.withAnnotations
(XmlAnnotations all) Add anns.Add field.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClassModifierConstructorDescriptionBytecodeMethod
(BytecodeMethodProperties properties, CustomClassWriter visitor, BytecodeClass clazz, int stack, int locals) Constructor.