Uses of Class
org.eolang.jeo.representation.xmir.XmlProgram
-
Packages that use XmlProgram Package Description org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of XmlProgram in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return XmlProgram Modifier and Type Method Description XmlProgramXmlProgram. copy()Create a copy of this program.XmlProgramXmlProgram. with(XmlClass clazz)Set top-level class and return new XmlProgram.XmlProgramXmlProgram. withListing(String listing)Set listing.XmlProgramXmlProgram. withName(String name)Set program name.XmlProgramXmlProgram. withTime(LocalDateTime time)Set program time.
-