public abstract class org.eclipse.jdt.core.dom.rewrite.ImportRewrite$ImportRewriteContext
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.core.dom.rewrite.ImportRewrite$ImportRewriteContext
  super_class: java.lang.Object
{
  public static final int RES_NAME_FOUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int RES_NAME_UNKNOWN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int RES_NAME_CONFLICT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int RES_NAME_UNKNOWN_NEEDS_EXPLICIT_IMPORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int KIND_TYPE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int KIND_STATIC_FIELD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int KIND_STATIC_METHOD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.rewrite.ImportRewrite$ImportRewriteContext this
         0: .line 246
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.core.dom.rewrite.ImportRewrite$ImportRewriteContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/rewrite/ImportRewrite$ImportRewriteContext;

  public abstract int findInContext(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      qualifier  
      name       
      kind       

  public org.eclipse.jdt.core.dom.IAnnotationBinding[] removeRedundantTypeAnnotations(org.eclipse.jdt.core.dom.IAnnotationBinding[], org.eclipse.jdt.core.dom.rewrite.ImportRewrite$TypeLocation, org.eclipse.jdt.core.dom.ITypeBinding);
    descriptor: ([Lorg/eclipse/jdt/core/dom/IAnnotationBinding;Lorg/eclipse/jdt/core/dom/rewrite/ImportRewrite$TypeLocation;Lorg/eclipse/jdt/core/dom/ITypeBinding;)[Lorg/eclipse/jdt/core/dom/IAnnotationBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.core.dom.rewrite.ImportRewrite$ImportRewriteContext this
        start local 1 // org.eclipse.jdt.core.dom.IAnnotationBinding[] annotations
        start local 2 // org.eclipse.jdt.core.dom.rewrite.ImportRewrite$TypeLocation location
        start local 3 // org.eclipse.jdt.core.dom.ITypeBinding type
         0: .line 311
            aload 1 /* annotations */
            areturn
        end local 3 // org.eclipse.jdt.core.dom.ITypeBinding type
        end local 2 // org.eclipse.jdt.core.dom.rewrite.ImportRewrite$TypeLocation location
        end local 1 // org.eclipse.jdt.core.dom.IAnnotationBinding[] annotations
        end local 0 // org.eclipse.jdt.core.dom.rewrite.ImportRewrite$ImportRewriteContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/core/dom/rewrite/ImportRewrite$ImportRewriteContext;
            0    1     1  annotations  [Lorg/eclipse/jdt/core/dom/IAnnotationBinding;
            0    1     2     location  Lorg/eclipse/jdt/core/dom/rewrite/ImportRewrite$TypeLocation;
            0    1     3         type  Lorg/eclipse/jdt/core/dom/ITypeBinding;
    MethodParameters:
             Name  Flags
      annotations  
      location     
      type         
}
SourceFile: "ImportRewrite.java"
NestHost: org.eclipse.jdt.core.dom.rewrite.ImportRewrite
InnerClasses:
  public abstract ImportRewriteContext = org.eclipse.jdt.core.dom.rewrite.ImportRewrite$ImportRewriteContext of org.eclipse.jdt.core.dom.rewrite.ImportRewrite
  public final TypeLocation = org.eclipse.jdt.core.dom.rewrite.ImportRewrite$TypeLocation of org.eclipse.jdt.core.dom.rewrite.ImportRewrite