Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeClass
-
Packages that use BytecodeClass Package Description org.eolang.jeo.representation.bytecode 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 BytecodeClass Modifier and Type Method Description BytecodeClassBytecodeClass. helloWorldMethod()Hello world bytecode.BytecodeClassBytecodeMethod. up()Return to the original class.BytecodeClassBytecodeClass. withAnnotations(XmlAnnotations all)Add anns.BytecodeClassBytecodeClass. withField(String fname)Add field.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeClass Constructor Description BytecodeMethod(BytecodeMethodProperties properties, CustomClassWriter visitor, BytecodeClass clazz, int stack, int locals)Constructor.
-