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 BytecodeMethodBuilderBytecodeMethodBuilder. label()BytecodeMethodBuilderBytecodeMethodBuilder. label(String uid)Add label.BytecodeMethodBuilderBytecodeMethodBuilder. opcode(int opcode, Object... args)Add instruction.BytecodeMethodBuilderBytecodeMethodBuilder. trycatch(BytecodeEntry entry)Add try-catch block.BytecodeMethodBuilderBytecodeClass. withConstructor(int... modifiers)Add constructor to the class.BytecodeMethodBuilderBytecodeClass. withConstructor(String descriptor, int... modifiers)Add constructor.BytecodeMethodBuilderBytecodeClass. withMethod(String mname, String descriptor, int... modifiers)Add method.BytecodeMethodBuilderBytecodeClass. withMethod(BytecodeMethodProperties properties)Add method to the class.BytecodeMethodBuilderBytecodeClass. withMethod(BytecodeMethodProperties properties, BytecodeMaxs maxs)Add method to the class.
-