Package org.eolang.jeo.representation.xmir
Package for reading XMIR files and converting them into bytecode.
This package contains classes that read XMIR files and convert them into
bytecode by using classes from
org.eolang.jeo.representation.bytecode
package.- Since:
- 0.1.0
-
Interface Summary Interface Description XmlBytecodeEntry XML representation of bytecode instruction or a label.XmlDoc XML document abstraction interface.XmlNode XML document node. -
Class Summary Class Description JcabiXmlDoc Jcabi XML document.JcabiXmlNode Jcabi XML node.NativeXmlDoc Native XML document.NativeXmlNode XML smart element.XmlAnnotations Xmir annotations.XmlAnnotationValue Xmir annotation property.XmlAttribute Xml representation of a single bytecode attribute.XmlAttributes Xml representation of a class attributes.XmlClass XML representation of a Java class from XMIR.XmlDefaultValue XMIR of annotation default value.XmlDelegateObject Xml representation of an EO delegate object.XmlExceptions XML representation of method exceptions.XmlField XML field.XmlFrame Xmir representation of bytecode frame.XmlInstruction Bytecode instruction from XML.XmlLabel XML representation of bytecode label.XmlLocalVariable Xml representation of a local variable.XmlMaxs Xmir representation of max stack and max locals of a method.XmlMethod XML method.XmlMethodParam Xmir representation of a method parameter.XmlModule XML representation module.XmlModuleExported XML representation of an exported module.XmlModuleRequired XML representation of a required module.XmlNamedObject This is EO object in XML representation.XmlObject XMIR Program.XmlParamAnnotations MirrorsBytecodeParamAnnotations
.XmlSimpleDelegate Xml representation of a simple EO delegate object.XmlSourceFile Convert XML SourceFile node to bytecode attribute.XmlTryCatchEntry XML try-catch entry.XmlUnknownAttribute XML unknown attribute.XmlValue XML value. -
Annotation Types Summary Annotation Type Description Parameter