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
Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlNode Modifier and Type Method Description Stream<XmlNode>
XmlNode. children()
Get all child nodes.Constructors in org.eolang.jeo.representation.xmir with parameters of type XmlNode Constructor Description XmlAnnotationValue(XmlNode xmlnode)
Constructor.XmlClass(XmlNode node)
Constructor.XmlFrame(XmlNode xmlnode)
Constructor.XmlMethod(XmlNode xmlnode)
Constructor.XmlParam(XmlNode root)
Constructor.XmlParams(XmlNode node)
Constructor.XmlTryCatchEntry(XmlNode node)
Constructor.XmlValue(XmlNode node)
Constructor.
-