Class CopiedOverriddenMethod.CodeInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.CopiedOverriddenMethod.CodeInfo
Enclosing class:
CopiedOverriddenMethod

static class CopiedOverriddenMethod.CodeInfo extends Object
represents of code bytes and access flag for a method
  • Field Details

    • code

      private org.apache.bcel.classfile.Code code
    • exceptions

      private Set<String> exceptions
    • access

      private int access
  • Constructor Details

    • CodeInfo

      public CodeInfo(org.apache.bcel.classfile.Code c, org.apache.bcel.classfile.ExceptionTable et, int acc)
  • Method Details

    • getCode

      public org.apache.bcel.classfile.Code getCode()
    • removeException

      public void removeException(String ex)
    • hasExceptions

      public boolean hasExceptions()
    • getAccess

      public int getAccess()
    • toString

      public String toString()
      Overrides:
      toString in class Object