Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodProperties
Packages that use BytecodeMethodProperties
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 BytecodeMethodProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodPropertiesModifier and TypeMethodDescriptionBytecodeClass.withMethod(BytecodeMethodProperties properties) Add method.BytecodeClass.withMethod(BytecodeMethodProperties properties, int stack, int locals) Add method.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodPropertiesModifierConstructorDescriptionBytecodeMethod(BytecodeMethodProperties properties, CustomClassWriter visitor, BytecodeClass clazz, int stack, int locals) Constructor. -
Uses of BytecodeMethodProperties in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeMethodProperties