Class XmlProgram
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlProgram
-
public final class XmlProgram extends Object
XMIR Program.- Since:
- 0.1
-
-
Constructor Summary
Constructors Constructor Description XmlProgram(com.jcabi.xml.XML xml)
Constructor.XmlProgram(String... lines)
Constructor.XmlProgram(XmlNode root)
Constructor.
-
-
-
Method Detail
-
bytecode
public BytecodeProgram bytecode()
Convert to bytecode.- Returns:
- Bytecode program.
-
-