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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytecodeEntry
bytecode()
Convert to bytecode entry.
-
-
-
Method Detail
-
bytecode
BytecodeEntry bytecode()
Convert to bytecode entry.- Returns:
- Bytecode entry.
-
-