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.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.Methods in org.eolang.jeo.representation.xmir with parameters of type XmlBytecodeEntry Modifier and Type Method Description boolean
XmlMethod.Without. test(XmlBytecodeEntry instr)
Method parameters in org.eolang.jeo.representation.xmir with type arguments of type XmlBytecodeEntry Modifier and Type Method Description void
XmlMethod. setInstructions(List<XmlBytecodeEntry> updated)
Set instructions for method.Constructors in org.eolang.jeo.representation.xmir with parameters of type XmlBytecodeEntry Constructor Description XmlMethod(String name, int access, String descriptor, XmlBytecodeEntry... entries)
Constructor.
-