Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodParameters
-
Packages that use BytecodeMethodParameters Package Description org.eolang.jeo.representation.bytecode Contains classes for generating bytecode in the form of Java classes.org.eolang.jeo.representation.xmir 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 BytecodeMethodParameters Constructor Description BytecodeMethodProperties(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 Modifier and Type Method Description BytecodeMethodParameters
XmlParams. params()
Get method params.
-