public final class AttributesUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
AttributesUtils() |
| 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-2018 MeBigFatGuy.com. All Rights Reserved.