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
Modifier and TypeMethodDescriptionvoid
writeTo
(BytecodeMethod method) Write instruction to the bytecode method.
-
Method Details
-
writeTo
Write instruction to the bytecode method.- Parameters:
method
- Bytecode Method where instruction should be written.
-