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 XmlMethod
XmlMethod. copy()
Copy method node.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.Methods in org.eolang.jeo.representation.xmir with parameters of type XmlMethod Modifier and Type Method Description void
XmlClass. inline(XmlMethod method)
Try to inline method into all possible places.void
XmlMethod. inline(XmlMethod inline)
Inline all method invocations.void
XmlClass. withConstructor(XmlMethod method)
Add constructor.
-