Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeField
-
Packages that use BytecodeField Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of BytecodeField in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeField Modifier and Type Method Description BytecodeField
BytecodeClass. withField(String fname, String descriptor, String signature, Object value, int... modifiers)
Add field.
-