Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodBuilder
-
Packages that use BytecodeMethodBuilder Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes. -
-
Uses of BytecodeMethodBuilder in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeMethodBuilder Modifier and Type Method Description BytecodeMethodBuilder
BytecodeMethodBuilder. label()
BytecodeMethodBuilder
BytecodeMethodBuilder. label(String uid)
Add label.BytecodeMethodBuilder
BytecodeMethodBuilder. opcode(int opcode, Object... args)
Add instruction.BytecodeMethodBuilder
BytecodeMethodBuilder. trycatch(BytecodeEntry entry)
Add try-catch block.BytecodeMethodBuilder
BytecodeClass. withConstructor(int... modifiers)
Add constructor.BytecodeMethodBuilder
BytecodeClass. withConstructor(String descriptor, int... modifiers)
Add constructor.BytecodeMethodBuilder
BytecodeClass. withMethod(String mname, String descriptor, int... modifiers)
Add method.BytecodeMethodBuilder
BytecodeClass. withMethod(BytecodeMethodProperties properties)
Add method.BytecodeMethodBuilder
BytecodeClass. withMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs)
Add method.
-