Interface XmlBytecodeEntry
- All Known Implementing Classes:
XmlFrame
,XmlInstruction
,XmlLabel
,XmlTryCatchEntry
public interface XmlBytecodeEntry
XML representation of bytecode instruction or a label.
Usually each method in bytecode contains a list of bytecode entries.
Since they aren't always instructions, we call them entries.
- Since:
- 0.1
-
Method Summary
-
Method Details
-
bytecode
BytecodeEntry bytecode()Convert to bytecode entry.- Returns:
- Bytecode entry.
-