FindBugs™ 1.3.9

edu.umd.cs.findbugs.classfile.engine.bcel
Class UnpackedBytecodeCallback

java.lang.Object
  extended by edu.umd.cs.findbugs.classfile.engine.bcel.UnpackedBytecodeCallback
All Implemented Interfaces:
BytecodeScanner.Callback

public class UnpackedBytecodeCallback
extends java.lang.Object
implements BytecodeScanner.Callback


Constructor Summary
UnpackedBytecodeCallback(int codeSize)
           
 
Method Summary
 UnpackedCode getUnpackedCode()
           
 void handleInstruction(int opcode, int index)
          Called to indicate that a particular bytecode has been scanned.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnpackedBytecodeCallback

public UnpackedBytecodeCallback(int codeSize)
Method Detail

handleInstruction

public void handleInstruction(int opcode,
                              int index)
Description copied from interface: BytecodeScanner.Callback
Called to indicate that a particular bytecode has been scanned.

Specified by:
handleInstruction in interface BytecodeScanner.Callback
Parameters:
opcode - the opcode of the instruction
index - the bytecode offset of the instruction

getUnpackedCode

public UnpackedCode getUnpackedCode()

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.