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 Type
    Method
    Description
    Convert to bytecode entry.
  • Method Details

    • bytecode

      BytecodeEntry bytecode()
      Convert to bytecode entry.
      Returns:
      Bytecode entry.