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. -
Class Summary Class Description XmlAnnotation Xmir representation of an annotation.XmlAnnotations Xmir annotations.XmlAnnotationValue Xmir annotation property.XmlAttribute Xml representation of a single bytecode attribute.XmlAttributes Xml representation of a class attributes.XmlClass XML class.XmlClassProperties XML representation of a class.XmlDefaultValue XMIR of annotation default value.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.XmlNode XML smart element.XmlOperand XML operand.XmlParam Xmir representation of a method parameter.XmlParams XML method params.XmlProgram XMIR Program.XmlTryCatchEntry XML try-catch entry.XmlValue XML value. -
Annotation Types Summary Annotation Type Description Parameter