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. withField(String fname)Add field.BytecodeClassBytecodeClass. withField(String fname, String descriptor, String signature, Object value, int... modifiers)Add field.
-