Uses of Class
org.eolang.jeo.representation.xmir.XmlNode
Packages that use XmlNode
Package
Description
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 XmlNodeModifier and TypeMethodDescriptionGet child node.Get child node by attribute.XmlNode.firstChild()
Get first child.XmlInstruction.toNode()
Get XML node.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlNodeModifier and TypeMethodDescriptionXmlNode.children()
Get all child nodes.XmlMethod.nodes()
All the method instructions.Get optional child node.Get optional child node by attribute.Methods in org.eolang.jeo.representation.xmir with parameters of type XmlNodeModifier and TypeMethodDescriptionXmlMethod.withInstructions
(XmlNode... entries) Method instructions.Constructors in org.eolang.jeo.representation.xmir with parameters of type XmlNodeModifierConstructorDescriptionXmlAnnotation
(XmlNode xmlnode) Constructor.XmlAnnotationProperty
(XmlNode node) Constructor.XmlAnnotations
(XmlNode xmlnode) Constructor.XmlAttribute
(XmlNode node) Constructor.XmlAttributes
(XmlNode node) Constructor.Constructor.XmlClassProperties
(XmlNode clazz) Constructor.XmlDefaultValue
(XmlNode node) Constructor.Constructor.Constructor.XmlInstruction
(XmlNode node) Constructor.Constructor.Constructor.Constructor.XmlOperand
(XmlNode node) Constructor.Constructor.XmlTryCatchEntry
(XmlNode xmlnode) Constructor.XmlTryCatchEntry
(XmlNode node, AllLabels labels) Constructor.Constructor.