public class org.eclipse.jdt.internal.compiler.lookup.ImportBinding extends org.eclipse.jdt.internal.compiler.lookup.Binding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.ImportBinding
  super_class: org.eclipse.jdt.internal.compiler.lookup.Binding
{
  public char[][] compoundName;
    descriptor: [[C
    flags: (0x0001) ACC_PUBLIC

  public boolean onDemand;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.ImportReference reference;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.Binding resolvedImport;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(char[][], boolean, org.eclipse.jdt.internal.compiler.lookup.Binding, org.eclipse.jdt.internal.compiler.ast.ImportReference);
    descriptor: ([[CZLorg/eclipse/jdt/internal/compiler/lookup/Binding;Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
        start local 1 // char[][] compoundName
        start local 2 // boolean isOnDemand
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding binding
        start local 4 // org.eclipse.jdt.internal.compiler.ast.ImportReference reference
         0: .line 26
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.Binding.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* compoundName */
            putfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
         2: .line 28
            aload 0 /* this */
            iload 2 /* isOnDemand */
            putfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.onDemand:Z
         3: .line 29
            aload 0 /* this */
            aload 3 /* binding */
            putfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.resolvedImport:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
         4: .line 30
            aload 0 /* this */
            aload 4 /* reference */
            putfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.reference:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
         5: .line 31
            return
        end local 4 // org.eclipse.jdt.internal.compiler.ast.ImportReference reference
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding binding
        end local 2 // boolean isOnDemand
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
            0    6     1  compoundName  [[C
            0    6     2    isOnDemand  Z
            0    6     3       binding  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            0    6     4     reference  Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
    MethodParameters:
              Name  Flags
      compoundName  
      isOnDemand    
      binding       
      reference     

  public final int kind();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
         0: .line 38
            bipush 32
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;

  public boolean isStatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
         0: .line 41
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.reference:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.reference:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ImportReference.isStatic:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;

  public char[] readableName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
         0: .line 45
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.onDemand:Z
            ifeq 2
         1: .line 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            ldc ".*"
            invokevirtual java.lang.String.toCharArray:()[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:([C[C)[C
            areturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ImportBinding.compoundName:[[C
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
         0: .line 52
            new java.lang.StringBuilder
            dup
            ldc "import : "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            new java.lang.String
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ImportBinding.readableName:()[C
            invokespecial java.lang.String.<init>:([C)V
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ImportBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ImportBinding;
}
SourceFile: "ImportBinding.java"