|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.classfile.engine.bcel.UnpackedBytecodeCallback
public class UnpackedBytecodeCallback
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 |
---|
public UnpackedBytecodeCallback(int codeSize)
Method Detail |
---|
public void handleInstruction(int opcode, int index)
BytecodeScanner.Callback
handleInstruction
in interface BytecodeScanner.Callback
opcode
- the opcode of the instructionindex
- the bytecode offset of the instructionpublic UnpackedCode getUnpackedCode()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |