public class AttributesUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isValidLineNumber(org.apache.bcel.classfile.Code obj,
int pc)
returns whether the pc is at a line number that also appears for a another byte code offset
later on in the method.
|
public static boolean isValidLineNumber(org.apache.bcel.classfile.Code obj, int pc)
obj
- the code object to find line number attributes frompc
- the pc to checkCopyright © 2005-2010 MeBigFatGuy.com. All Rights Reserved.