Uses of Class
org.eolang.jeo.representation.xmir.XmlInstruction
-
Packages that use XmlInstruction Package Description org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of XmlInstruction in org.eolang.jeo.representation.xmir
Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlInstruction Modifier and Type Method Description List<XmlInstruction>
XmlMethod. instructions()
Method instructions.Method parameters in org.eolang.jeo.representation.xmir with type arguments of type XmlInstruction Modifier and Type Method Description void
XmlMethod. setInstructions(List<XmlInstruction> updated)
Set instructions for method.
-