public class org.eclipse.jdt.internal.compiler.env.AccessRuleSet
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.env.AccessRuleSet
  super_class: java.lang.Object
{
  private org.eclipse.jdt.internal.compiler.env.AccessRule[] accessRules;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
    flags: (0x0002) ACC_PRIVATE

  public byte classpathEntryType;
    descriptor: B
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String classpathEntryName;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.env.AccessRule[], byte, java.lang.String);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/AccessRule;BLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
        start local 1 // org.eclipse.jdt.internal.compiler.env.AccessRule[] accessRules
        start local 2 // byte classpathEntryType
        start local 3 // java.lang.String classpathEntryName
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* accessRules */
            putfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
         2: .line 38
            aload 0 /* this */
            iload 2 /* classpathEntryType */
            putfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryType:B
         3: .line 39
            aload 0 /* this */
            aload 3 /* classpathEntryName */
            putfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
         4: .line 40
            return
        end local 3 // java.lang.String classpathEntryName
        end local 2 // byte classpathEntryType
        end local 1 // org.eclipse.jdt.internal.compiler.env.AccessRule[] accessRules
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            0    5     1         accessRules  [Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            0    5     2  classpathEntryType  B
            0    5     3  classpathEntryName  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      accessRules         
      classpathEntryType  
      classpathEntryName  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
        start local 1 // java.lang.Object object
         0: .line 47
            aload 0 /* this */
            aload 1 /* object */
            if_acmpne 2
         1: .line 48
            iconst_1
            ireturn
         2: .line 49
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof org.eclipse.jdt.internal.compiler.env.AccessRuleSet
            ifne 4
         3: .line 50
            iconst_0
            ireturn
         4: .line 51
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            checkcast org.eclipse.jdt.internal.compiler.env.AccessRuleSet
            astore 2 /* otherRuleSet */
        start local 2 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet otherRuleSet
         5: .line 52
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryType:B
            aload 2 /* otherRuleSet */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryType:B
            if_icmpne 8
         6: .line 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            ifnonnull 7
            aload 2 /* otherRuleSet */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            ifnonnull 8
         7: .line 54
      StackMap locals: org.eclipse.jdt.internal.compiler.env.AccessRuleSet
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            aload 2 /* otherRuleSet */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 55
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         9: .line 57
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            arraylength
            istore 3 /* rulesLength */
        start local 3 // int rulesLength
        10: .line 58
            iload 3 /* rulesLength */
            aload 2 /* otherRuleSet */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            arraylength
            if_icmpeq 11
            iconst_0
            ireturn
        11: .line 59
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        12: goto 16
        13: .line 60
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            iload 4 /* i */
            aaload
            aload 2 /* otherRuleSet */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            iload 4 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.env.AccessRule.equals:(Ljava/lang/Object;)Z
            ifne 15
        14: .line 61
            iconst_0
            ireturn
        15: .line 59
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            iload 3 /* rulesLength */
            if_icmplt 13
        end local 4 // int i
        17: .line 62
            iconst_1
            ireturn
        end local 3 // int rulesLength
        end local 2 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet otherRuleSet
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            0   18     1        object  Ljava/lang/Object;
            5   18     2  otherRuleSet  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
           10   18     3   rulesLength  I
           12   17     4             i  I
    MethodParameters:
        Name  Flags
      object  

  public org.eclipse.jdt.internal.compiler.env.AccessRule[] getAccessRules();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
         0: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;

  public org.eclipse.jdt.internal.compiler.env.AccessRestriction getViolatedRestriction(char[]);
    descriptor: ([C)Lorg/eclipse/jdt/internal/compiler/env/AccessRestriction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
        start local 1 // char[] targetTypeFilePath
         0: .line 77
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         2: goto 12
         3: .line 78
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            iload 2 /* i */
            aaload
            astore 4 /* accessRule */
        start local 4 // org.eclipse.jdt.internal.compiler.env.AccessRule accessRule
         4: .line 79
            aload 4 /* accessRule */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRule.pattern:[C
            aload 1 /* targetTypeFilePath */
         5: .line 80
            iconst_1
            bipush 47
         6: .line 79
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.pathMatch:([C[CZC)Z
         7: .line 80
            ifeq 11
         8: .line 81
            aload 4 /* accessRule */
            invokevirtual org.eclipse.jdt.internal.compiler.env.AccessRule.getProblemId:()I
            lookupswitch { // 2
             16777496: 9
             16777523: 9
              default: 10
          }
         9: .line 84
      StackMap locals: org.eclipse.jdt.internal.compiler.env.AccessRule
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.env.AccessRestriction
            dup
            aload 4 /* accessRule */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryType:B
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            invokespecial org.eclipse.jdt.internal.compiler.env.AccessRestriction.<init>:(Lorg/eclipse/jdt/internal/compiler/env/AccessRule;BLjava/lang/String;)V
            areturn
        10: .line 86
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.env.AccessRule accessRule
        11: .line 77
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            iload 3 /* length */
            if_icmplt 3
        end local 3 // int length
        end local 2 // int i
        13: .line 90
            aconst_null
            areturn
        end local 1 // char[] targetTypeFilePath
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   14     0                this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            0   14     1  targetTypeFilePath  [C
            1   13     2                   i  I
            2   13     3              length  I
            4   11     4          accessRule  Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
    MethodParameters:
                    Name  Flags
      targetTypeFilePath  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
         0: .line 96
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 97
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            invokevirtual org.eclipse.jdt.internal.compiler.env.AccessRuleSet.hashCode:([Lorg/eclipse/jdt/internal/compiler/env/AccessRule;)I
            iadd
            istore 1 /* result */
         2: .line 98
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.env.AccessRuleSet int
      StackMap stack: int
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: org.eclipse.jdt.internal.compiler.env.AccessRuleSet int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 99
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryType:B
            iadd
            istore 1 /* result */
         6: .line 100
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            1    7     1  result  I

  private int hashCode(org.eclipse.jdt.internal.compiler.env.AccessRule[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/AccessRule;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
        start local 1 // org.eclipse.jdt.internal.compiler.env.AccessRule[] rules
         0: .line 105
            aload 1 /* rules */
            ifnonnull 2
         1: .line 106
            iconst_0
            ireturn
         2: .line 107
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* result */
        start local 2 // int result
         3: .line 108
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: aload 1 /* rules */
            arraylength
            istore 4 /* length */
        start local 4 // int length
         5: goto 10
         6: .line 109
      StackMap locals: int int int
      StackMap stack:
            bipush 31
            iload 2 /* result */
            imul
            aload 1 /* rules */
            iload 3 /* i */
            aaload
            ifnonnull 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: int
         7: aload 1 /* rules */
            iload 3 /* i */
            aaload
            invokevirtual org.eclipse.jdt.internal.compiler.env.AccessRule.hashCode:()I
      StackMap locals: org.eclipse.jdt.internal.compiler.env.AccessRuleSet org.eclipse.jdt.internal.compiler.env.AccessRule[] int int int
      StackMap stack: int int
         8: iadd
            istore 2 /* result */
         9: .line 108
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 6
        end local 4 // int length
        end local 3 // int i
        11: .line 111
            iload 2 /* result */
            ireturn
        end local 2 // int result
        end local 1 // org.eclipse.jdt.internal.compiler.env.AccessRule[] rules
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            0   12     1   rules  [Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            3   12     2  result  I
            4   11     3       i  I
            5   11     4  length  I
    MethodParameters:
       Name  Flags
      rules  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
         0: .line 116
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.env.AccessRuleSet.toString:(Z)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;

  public java.lang.String toString(boolean);
    descriptor: (Z)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
        start local 1 // boolean wrap
         0: .line 120
            new java.lang.StringBuffer
            dup
            sipush 200
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 2 /* buffer */
        start local 2 // java.lang.StringBuffer buffer
         1: .line 121
            aload 2 /* buffer */
            ldc "AccessRuleSet {"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 122
            iload 1 /* wrap */
            ifeq 4
         3: .line 123
            aload 2 /* buffer */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         4: .line 124
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         6: goto 16
         7: .line 125
      StackMap locals: int int
      StackMap stack:
            iload 1 /* wrap */
            ifeq 9
         8: .line 126
            aload 2 /* buffer */
            bipush 9
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         9: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.accessRules:[Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
            iload 3 /* i */
            aaload
            astore 5 /* accessRule */
        start local 5 // org.eclipse.jdt.internal.compiler.env.AccessRule accessRule
        10: .line 128
            aload 2 /* buffer */
            aload 5 /* accessRule */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        11: .line 129
            iload 1 /* wrap */
            ifeq 13
        12: .line 130
            aload 2 /* buffer */
            bipush 10
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
            goto 15
        13: .line 131
      StackMap locals: org.eclipse.jdt.internal.compiler.env.AccessRule
      StackMap stack:
            iload 3 /* i */
            iload 4 /* length */
            iconst_1
            isub
            if_icmpge 15
        14: .line 132
            aload 2 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        end local 5 // org.eclipse.jdt.internal.compiler.env.AccessRule accessRule
        15: .line 124
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 4 // int length
        end local 3 // int i
        17: .line 134
            aload 2 /* buffer */
            ldc "} [classpath entry: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        18: .line 135
            aload 2 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.AccessRuleSet.classpathEntryName:Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        19: .line 136
            aload 2 /* buffer */
            ldc "]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        20: .line 137
            aload 2 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuffer buffer
        end local 1 // boolean wrap
        end local 0 // org.eclipse.jdt.internal.compiler.env.AccessRuleSet this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Lorg/eclipse/jdt/internal/compiler/env/AccessRuleSet;
            0   21     1        wrap  Z
            1   21     2      buffer  Ljava/lang/StringBuffer;
            5   17     3           i  I
            6   17     4      length  I
           10   15     5  accessRule  Lorg/eclipse/jdt/internal/compiler/env/AccessRule;
    MethodParameters:
      Name  Flags
      wrap  
}
SourceFile: "AccessRuleSet.java"