Class BytecodeInstructionIndex


  • public final class BytecodeInstructionIndex
    extends java.lang.Object
    Helper class providing access to the bytecode instruction index.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static de.carne.mcd.instruction.InstructionIndex open()
      Opens the bytecode instruction index.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • open

        public static de.carne.mcd.instruction.InstructionIndex open()
                                                              throws java.io.IOException
        Opens the bytecode instruction index.
        Returns:
        the bytecode instruction index.
        Throws:
        java.io.IOException - if an I/O error occurs while opening the index.