Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodBuilder
Packages that use BytecodeMethodBuilder
Package
Description
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 BytecodeMethodBuilderModifier and TypeMethodDescriptionBytecodeMethodBuilder.label()
Add label.Add instruction.BytecodeMethodBuilder.trycatch
(BytecodeEntry entry) Add try-catch block.BytecodeClass.withConstructor
(int... modifiers) Add constructor to the class.BytecodeClass.withConstructor
(String descriptor, int... modifiers) Add constructor.BytecodeClass.withMethod
(String mname, String descriptor, int... modifiers) Add method.BytecodeClass.withMethod
(BytecodeMethodProperties properties) Add method to the class.BytecodeClass.withMethod
(BytecodeMethodProperties properties, BytecodeMaxs maxs) Add method to the class.