Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodParameter
-
Packages that use BytecodeMethodParameter 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 BytecodeMethodParameter in org.eolang.jeo.representation.bytecode
Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodParameter Constructor Description BytecodeMethodParameters(BytecodeMethodParameter... params)
Constructor.Constructor parameters in org.eolang.jeo.representation.bytecode with type arguments of type BytecodeMethodParameter Constructor Description BytecodeMethodParameters(List<BytecodeMethodParameter> params)
Constructor. -
Uses of BytecodeMethodParameter in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeMethodParameter Modifier and Type Method Description BytecodeMethodParameter
XmlParam. bytecode()
Convert to bytecode.
-