Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodParameters
Packages that use BytecodeMethodParameters
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 BytecodeMethodParameters in org.eolang.jeo.representation.bytecode
Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodParametersModifierConstructorDescriptionBytecodeMethodProperties
(int access, String name, String descriptor, String signature, BytecodeMethodParameters parameters, String... exceptions) Constructor. -
Uses of BytecodeMethodParameters in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeMethodParameters