Uses of Class
org.eolang.jeo.representation.xmir.XmlMethod
Packages that use XmlMethod
Package
Description
Package for reading XMIR files and converting them into bytecode.
-
Uses of XmlMethod in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return XmlMethodModifier and TypeMethodDescriptionXmlMethod.withInstructions
(XmlNode... entries) Method instructions.XmlMethod.withoutInstructions()
Clear instructions.XmlMethod.withoutMaxs()
Clear max stack and max locals.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlMethodModifier and TypeMethodDescriptionXmlClass.constructors()
Retrieve all constructors from XMIR.XmlClass.methods()
Methods.Methods in org.eolang.jeo.representation.xmir with parameters of type XmlMethodModifier and TypeMethodDescriptionXmlClass.replaceMethods
(XmlMethod... methods) Copies current class with replaced methods.XmlClass.withMethods
(XmlMethod... methods) Copies the same class node, but with added methods.