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
XmlInstruction
Bytecode instruction from XML.class
XmlLabel
XML representation of bytecode label.class
XmlTryCatchEntry
XML try-catch entry.Methods in org.eolang.jeo.representation.xmir that return types with arguments of type XmlBytecodeEntry Modifier and Type Method Description List<XmlBytecodeEntry>
XmlMethod. instructions(Predicate<XmlBytecodeEntry>... predicates)
All method instructions.
-