Class UnpackedCode

java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.UnpackedCode

public class UnpackedCode extends Object
Unpacked code for a method. Contains set of all opcodes in the method, as well as a map of bytecode offsets to opcodes.
  • Constructor Details

    • UnpackedCode

      public UnpackedCode(MethodBytecodeSet bytecodeSet, short[] offsetToBytecodeMap)
  • Method Details

    • getBytecodeSet

      public MethodBytecodeSet getBytecodeSet()
      Returns:
      Returns the bytecodeSet.
    • getOffsetToBytecodeMap

      public short[] getOffsetToBytecodeMap()
      Returns:
      Returns the offsetToBytecodeMap.