Class FBClassReader

java.lang.Object
org.objectweb.asm.ClassReader
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

    Constructors
    Constructor
    Description
    FBClassReader(byte[] b)
     
    FBClassReader(byte[] b, int off, int len)
     
  • Method Summary

    Modifier and Type
    Method
    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)
     

    Methods inherited from class org.objectweb.asm.ClassReader

    accept, getAccess, getClassName, getInterfaces, getItem, getItemCount, getMaxStringLength, getSuperName, readByte, readClass, readConst, readInt, readLong, readModule, readPackage, readShort, readUnsignedShort, readUTF8

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FBClassReader

      public FBClassReader(byte[] b)
    • FBClassReader

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

    • 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