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 BytecodeMethod
BytecodeClass. withMethod(BytecodeMethodProperties properties)
Add method. -
Uses of BytecodeMethodProperties in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return BytecodeMethodProperties Modifier and Type Method Description BytecodeMethodProperties
XmlMethod. properties()
Method properties as bytecode.
-