Uses of Class
org.eolang.jeo.representation.xmir.XmlNode
-
Packages that use XmlNode Package Description org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of XmlNode in org.eolang.jeo.representation.xmir
Constructors in org.eolang.jeo.representation.xmir with parameters of type XmlNode Constructor Description XmlAnnotation(XmlNode xmlnode)Constructor.XmlAnnotations(XmlNode xmlnode)Constructor.XmlClass(XmlNode node)Constructor.XmlClassProperties(XmlNode clazz)Constructor.XmlField(XmlNode xmlnode)Constructor.XmlLabel(XmlNode node)Constructor.XmlMethod(XmlNode xmlnode)Constructor.XmlTryCatchEntry(XmlNode node)Constructor.
-