public class FBClassReader
extends org.objectweb.asm.ClassReader
Constructor and Description |
---|
FBClassReader(byte[] b) |
FBClassReader(byte[] b,
int off,
int len) |
Modifier and Type | Method and Description |
---|---|
void |
accept(org.objectweb.asm.ClassVisitor cv,
org.objectweb.asm.Attribute[] attrs,
int flags) |
protected org.objectweb.asm.Label |
readLabel(int offset,
org.objectweb.asm.Label[] labels) |
public FBClassReader(byte[] b)
public FBClassReader(byte[] b, int off, int len)
public void accept(org.objectweb.asm.ClassVisitor cv, org.objectweb.asm.Attribute[] attrs, int flags)
accept
in class org.objectweb.asm.ClassReader
protected org.objectweb.asm.Label readLabel(int offset, org.objectweb.asm.Label[] labels)
readLabel
in class org.objectweb.asm.ClassReader
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.