FindBugs™ 1.3.9

edu.umd.cs.findbugs.asm
Class FBClassReader

java.lang.Object
  extended by org.objectweb.asm.ClassReader
      extended by edu.umd.cs.findbugs.asm.FBClassReader

public class FBClassReader
extends org.objectweb.asm.ClassReader


Field Summary
 
Fields inherited from class org.objectweb.asm.ClassReader
b, EXPAND_FRAMES, header, SKIP_CODE, SKIP_DEBUG, SKIP_FRAMES
 
Constructor Summary
FBClassReader(byte[] b)
           
FBClassReader(byte[] b, int off, int len)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.objectweb.asm.ClassReader
accept, getAccess, getClassName, getInterfaces, getItem, getSuperName, readByte, readClass, readConst, readInt, readLong, readShort, readUnsignedShort, readUTF8
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBClassReader

public FBClassReader(byte[] b)

FBClassReader

public FBClassReader(byte[] b,
                     int off,
                     int len)
Method Detail

accept

public void accept(org.objectweb.asm.ClassVisitor cv,
                   org.objectweb.asm.Attribute[] attrs,
                   int flags)
Overrides:
accept in class org.objectweb.asm.ClassReader

readLabel

protected org.objectweb.asm.Label readLabel(int offset,
                                            org.objectweb.asm.Label[] labels)
Overrides:
readLabel in class org.objectweb.asm.ClassReader

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.