Uses of Class
org.eolang.jeo.representation.xmir.XmlClass
-
Packages that use XmlClass Package Description org.eolang.jeo.representation.xmir 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 XmlClass Modifier and Type Method Description XmlClass
XmlProgram. top()
Find top-level class.XmlClass
XmlClass. withField(XmlField field)
Add field.XmlClass
XmlClass. withName(String name)
Set class name in XML.Methods in org.eolang.jeo.representation.xmir with parameters of type XmlClass Modifier and Type Method Description XmlProgram
XmlProgram. with(XmlClass clazz)
Set top-level class and return new XmlProgram.
-