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 TypeMethodDescriptionAdd label.BytecodeMethodBuilder.label
(org.objectweb.asm.Label label) Add label.Add instruction.BytecodeMethodBuilder.trycatch
(BytecodeEntry entry) Add try-catch block.BytecodeClass.withConstructor
(int... modifiers) Add constructor.BytecodeClass.withConstructor
(String descriptor, int... modifiers) Add constructor.BytecodeClass.withMethod
(String mname, String descriptor, int... modifiers) Add method.BytecodeClass.withMethod
(BytecodeMethodProperties properties) Add method.BytecodeClass.withMethod
(BytecodeMethodProperties properties, BytecodeMaxs maxs) Add method.