Class UnpackedBytecodeCallback
java.lang.Object
edu.umd.cs.findbugs.classfile.engine.bcel.UnpackedBytecodeCallback
- All Implemented Interfaces:
BytecodeScanner.Callback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleInstruction(int opcode, int index) Called to indicate that a particular bytecode has been scanned.
-
Constructor Details
-
UnpackedBytecodeCallback
public UnpackedBytecodeCallback(int codeSize)
-
-
Method Details
-
handleInstruction
public void handleInstruction(int opcode, int index) Description copied from interface:BytecodeScanner.CallbackCalled to indicate that a particular bytecode has been scanned.- Specified by:
handleInstructionin interfaceBytecodeScanner.Callback- Parameters:
opcode- the opcode of the instructionindex- the bytecode offset of the instruction
-
getUnpackedCode
-