|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mebigfatguy.fbcontrib.utils.AttributesUtils
public class AttributesUtils
a collection of static methods for working with code attribute queries
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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 check
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |