Uses of Class
org.eolang.jeo.representation.xmir.XmlClass
Packages that use XmlClass
Package
Description
Package for reading XMIR files and converting them into bytecode.
-
Uses of XmlClass in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return XmlClassModifier and TypeMethodDescriptionXmlClass.replaceMethods
(XmlMethod... methods) Copies current class with replaced methods.XmlProgram.top()
Find top-level class.XmlClass.withMethods
(XmlMethod... methods) Copies the same class node, but with added methods.XmlClass.withoutMethods()
Copies the same class node, but without methods.Methods in org.eolang.jeo.representation.xmir with parameters of type XmlClassModifier and TypeMethodDescriptionXmlProgram.replaceTopClass
(XmlClass clazz) Copy program with replaced top class.