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
-
Class Summary Class Description XmlBytecode XML to Java bytecode.XmlClass XML class.XmlField XML field.XmlInstruction Bytecode instruction from XML.XmlMethod XML method.XmlProgram XMIR Program.