|
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.UnpackedCode
public class UnpackedCode
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 |
---|
public UnpackedCode(MethodBytecodeSet bytecodeSet, short[] offsetToBytecodeMap)
Method Detail |
---|
public MethodBytecodeSet getBytecodeSet()
public short[] getOffsetToBytecodeMap()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |