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 BytecodeClass
BytecodeClass. helloWorldMethod()
Hello world bytecode.BytecodeClass
BytecodeMethod. up()
Return to the original class.BytecodeClass
BytecodeClass. withAnnotations(XmlAnnotations all)
Add anns.BytecodeClass
BytecodeClass. withField(String fname)
Add field.
-