Uses of Class
org.eolang.jeo.representation.bytecode.BytecodeMethodProperties
-
Packages that use BytecodeMethodProperties 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 BytecodeMethodProperties in org.eolang.jeo.representation.bytecode
Methods in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodProperties Modifier and Type Method Description BytecodeMethodBytecodeClass. withMethod(BytecodeMethodProperties properties)Add method.BytecodeMethodBytecodeClass. withMethod(BytecodeMethodProperties properties, int stack, int locals)Add method.Constructors in org.eolang.jeo.representation.bytecode with parameters of type BytecodeMethodProperties Constructor Description BytecodeMethod(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 Modifier and Type Method Description BytecodeMethodPropertiesXmlMethod. properties()Method properties as bytecode.
-