FindBugs™ 1.3.9

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

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

public class UnpackedCode
extends java.lang.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 Summary
UnpackedCode(MethodBytecodeSet bytecodeSet, short[] offsetToBytecodeMap)
           
 
Method Summary
 MethodBytecodeSet getBytecodeSet()
           
 short[] getOffsetToBytecodeMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnpackedCode

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

getBytecodeSet

public MethodBytecodeSet getBytecodeSet()
Returns:
Returns the bytecodeSet.

getOffsetToBytecodeMap

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

FindBugs™ 1.3.9

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