Uses of Interface
org.eolang.jeo.representation.xmir.XmlBytecodeEntry
-
Packages that use XmlBytecodeEntry Package Description org.eolang.jeo.representation.xmir Package for reading XMIR files and converting them into bytecode. -
-
Uses of XmlBytecodeEntry in org.eolang.jeo.representation.xmir
Classes in org.eolang.jeo.representation.xmir that implement XmlBytecodeEntry Modifier and Type Class Description class
XmlFrame
Xmir representation of bytecode frame.class
XmlInstruction
Bytecode instruction from XML.class
XmlLabel
XML representation of bytecode label.class
XmlTryCatchEntry
XML try-catch entry.
-