Uses of Class
org.eolang.jeo.representation.xmir.XmlMethod
-
Packages that use XmlMethod Package Description org.eolang.jeo.representation.xmir 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 XmlMethod Modifier and Type Method Description XmlMethodXmlMethod. withInstructions(XmlNode... entries)Method instructions.XmlMethodXmlMethod. withoutInstructions()Clear instructions.XmlMethodXmlMethod. withoutMaxs()Clear max stack and max locals.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlMethod Modifier and Type Method Description List<XmlMethod>XmlClass. constructors()Retrieve all constructors from XMIR.List<XmlMethod>XmlClass. methods()Methods.
-