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 AllLabels All the labels that have been found in bytecode.XmlBytecode XML to Java bytecode.XmlClass XML class.XmlField XML field.XmlInstruction Bytecode instruction from XML.XmlInvokeVirtual Abstraction over invoke virtual call.XmlLabel XML representation of bytecode label.XmlMethod XML method.XmlMethod.Without Predicated for filtering commands.XmlProgram XMIR Program.