Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethod
Packages that use BytecodeMethod
Package
Description
Contains classes for generating bytecode in the form of Java classes.
Package for reading XMIR files and converting them into bytecode.
-
Uses of BytecodeMethod in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode that return BytecodeMethodModifier and TypeMethodDescriptionBytecodeMethod.defvalue
(BytecodeDefaultValue defvalue) Add default value.BytecodeMethod.entry
(BytecodeEntry entry) Add some bytecode entry.BytecodeMethod.label
(org.objectweb.asm.Label label) Add label.BytecodeMethod.trycatch
(BytecodeEntry entry) Add try-catch block.BytecodeMethod.withoutMaxs()
Similar method without maxs.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodModifierConstructorDescriptionBytecodeMethodBuilder
(BytecodeClass clazz, BytecodeMethod method) Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeMethodModifierConstructorDescriptionBytecodeClass
(String name, List<BytecodeMethod> methods, List<BytecodeField> fields, BytecodeAnnotations annotations, List<BytecodeAttribute> attributes, BytecodeClassProperties props) Constructor.BytecodeClass
(String name, List<BytecodeMethod> methods, BytecodeClassProperties properties) Constructor. -
Uses of BytecodeMethod in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeMethodMethods in org.eolang.jeo.representation.xmir with parameters of type BytecodeMethodModifier and TypeMethodDescriptionvoid
XmlDefaultValue.writeTo
(BytecodeMethod method) Write to method.