public class org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker implements org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
  super_class: java.lang.Object
{
  protected final org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final long matches;
    descriptor: J
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final int pathPtr;
    descriptor: I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[]);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
         0: .line 30
            aload 0 /* this */
            aload 1 /* typeAnnotations */
            ldc -1
            bipush 64
            aload 1 /* typeAnnotations */
            arraylength
            isub
            lushr
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;J)V
         1: .line 31
            return
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0    2     1  typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
                 Name  Flags
      typeAnnotations  

  void <init>(org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[], long);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        start local 2 // long matchBits
         0: .line 33
            aload 0 /* this */
            aload 1 /* typeAnnotations */
            lload 2 /* matchBits */
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JI)V
         1: .line 34
            return
        end local 2 // long matchBits
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0    2     1  typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            0    2     2        matchBits  J
    MethodParameters:
                 Name  Flags
      typeAnnotations  
      matchBits        

  protected void <init>(org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[], long, int);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        start local 2 // long matchBits
        start local 4 // int pathPtr
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* typeAnnotations */
            putfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
         2: .line 37
            aload 0 /* this */
            lload 2 /* matchBits */
            putfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
         3: .line 38
            aload 0 /* this */
            iload 4 /* pathPtr */
            putfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
         4: .line 39
            return
        end local 4 // int pathPtr
        end local 2 // long matchBits
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0    5     1  typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            0    5     2        matchBits  J
            0    5     4          pathPtr  I
    MethodParameters:
                 Name  Flags
      typeAnnotations  
      matchBits        
      pathPtr          

  protected org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker restrict(long, int);
    descriptor: (JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // long newMatches
        start local 3 // int newPathPtr
         0: .line 42
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lload 1 /* newMatches */
            lcmp
            ifne 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iload 3 /* newPathPtr */
            if_icmpne 1
            aload 0 /* this */
            areturn
         1: .line 43
      StackMap locals:
      StackMap stack:
            lload 1 /* newMatches */
            lconst_0
            lcmp
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            ifnull 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            ifne 3
         2: .line 44
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 45
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            lload 1 /* newMatches */
            iload 3 /* newPathPtr */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JI)V
            areturn
        end local 3 // int newPathPtr
        end local 1 // long newMatches
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0    4     1  newMatches  J
            0    4     3  newPathPtr  I
    MethodParameters:
            Name  Flags
      newMatches  
      newPathPtr  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toField();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
         0: .line 52
            aload 0 /* this */
            bipush 19
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toTarget:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toMethodReturn();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
         0: .line 57
            aload 0 /* this */
            bipush 20
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toTarget:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toReceiver();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
         0: .line 62
            aload 0 /* this */
            bipush 21
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toTarget:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;

  protected org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTarget(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=8, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // int targetType
         0: .line 69
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 2 /* newMatches */
        start local 2 // long newMatches
         1: .line 70
            lload 2 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 71
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 72
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: .line 73
            lconst_1
            lstore 5 /* mask */
        start local 5 // long mask
         5: .line 74
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 10
         7: .line 75
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 7 /* i */
            aaload
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTargetType:()I
            iload 1 /* targetType */
            if_icmpeq 9
         8: .line 76
            lload 2 /* newMatches */
            lload 5 /* mask */
            ldc -1
            lxor
            land
            lstore 2 /* newMatches */
         9: .line 74
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
            lload 5 /* mask */
            iconst_1
            lshl
            lstore 5 /* mask */
      StackMap locals:
      StackMap stack:
        10: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 7 // int i
        11: .line 78
            aload 0 /* this */
            lload 2 /* newMatches */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 5 // long mask
        end local 4 // int length
        end local 2 // long newMatches
        end local 1 // int targetType
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   12     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   12     1  targetType  I
            1   12     2  newMatches  J
            4   12     4      length  I
            5   12     5        mask  J
            6   11     7           i  I
    MethodParameters:
            Name  Flags
      targetType  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeParameter(boolean, int);
    descriptor: (ZI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // boolean isClassTypeParameter
        start local 2 // int rank
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 3 /* newMatches */
        start local 3 // long newMatches
         1: .line 84
            lload 3 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 85
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 86
      StackMap locals: long
      StackMap stack:
            iload 1 /* isClassTypeParameter */
            ifeq 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* targetType */
        start local 5 // int targetType
         6: .line 87
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 6 /* length */
        start local 6 // int length
         7: .line 88
            lconst_1
            lstore 7 /* mask */
        start local 7 // long mask
         8: .line 89
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         9: goto 14
        10: .line 90
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker int int long int int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 9 /* i */
            aaload
            astore 10 /* candidate */
        start local 10 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        11: .line 91
            aload 10 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTargetType:()I
            iload 5 /* targetType */
            if_icmpne 12
            aload 10 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTypeParameterIndex:()I
            iload 2 /* rank */
            if_icmpeq 13
        12: .line 92
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
      StackMap stack:
            lload 3 /* newMatches */
            lload 7 /* mask */
            ldc -1
            lxor
            land
            lstore 3 /* newMatches */
        end local 10 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        13: .line 89
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
            lload 7 /* mask */
            iconst_1
            lshl
            lstore 7 /* mask */
      StackMap locals:
      StackMap stack:
        14: iload 9 /* i */
            iload 6 /* length */
            if_icmplt 10
        end local 9 // int i
        15: .line 95
            aload 0 /* this */
            lload 3 /* newMatches */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 7 // long mask
        end local 6 // int length
        end local 5 // int targetType
        end local 3 // long newMatches
        end local 2 // int rank
        end local 1 // boolean isClassTypeParameter
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   16     0                  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   16     1  isClassTypeParameter  Z
            0   16     2                  rank  I
            1   16     3            newMatches  J
            6   16     5            targetType  I
            7   16     6                length  I
            8   16     7                  mask  J
            9   15     9                     i  I
           11   13    10             candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
                      Name  Flags
      isClassTypeParameter  
      rank                  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeParameterBounds(boolean, int);
    descriptor: (ZI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=11, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // boolean isClassTypeParameter
        start local 2 // int parameterRank
         0: .line 100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 3 /* newMatches */
        start local 3 // long newMatches
         1: .line 101
            lload 3 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 102
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 103
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 5 /* length */
        start local 5 // int length
         4: .line 104
            iload 1 /* isClassTypeParameter */
            ifeq 6
         5: .line 105
            bipush 17
            goto 7
      StackMap locals: int
      StackMap stack:
         6: bipush 18
         7: .line 104
      StackMap locals:
      StackMap stack: int
            istore 6 /* targetType */
        start local 6 // int targetType
         8: .line 106
            lconst_1
            lstore 7 /* mask */
        start local 7 // long mask
         9: .line 107
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        10: goto 15
        11: .line 108
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 9 /* i */
            aaload
            astore 10 /* candidate */
        start local 10 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        12: .line 109
            aload 10 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTargetType:()I
            iload 6 /* targetType */
            if_icmpne 13
            aload 10 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTypeParameterIndex:()I
            i2s
            iload 2 /* parameterRank */
            if_icmpeq 14
        13: .line 110
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
      StackMap stack:
            lload 3 /* newMatches */
            lload 7 /* mask */
            ldc -1
            lxor
            land
            lstore 3 /* newMatches */
        end local 10 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        14: .line 107
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
            lload 7 /* mask */
            iconst_1
            lshl
            lstore 7 /* mask */
      StackMap locals:
      StackMap stack:
        15: iload 9 /* i */
            iload 5 /* length */
            if_icmplt 11
        end local 9 // int i
        16: .line 113
            aload 0 /* this */
            lload 3 /* newMatches */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 7 // long mask
        end local 6 // int targetType
        end local 5 // int length
        end local 3 // long newMatches
        end local 2 // int parameterRank
        end local 1 // boolean isClassTypeParameter
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   17     0                  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   17     1  isClassTypeParameter  Z
            0   17     2         parameterRank  I
            1   17     3            newMatches  J
            4   17     5                length  I
            8   17     6            targetType  I
            9   17     7                  mask  J
           10   16     9                     i  I
           12   14    10             candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
                      Name  Flags
      isClassTypeParameter  
      parameterRank         

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeBound(short);
    descriptor: (S)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // short boundIndex
         0: .line 118
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 2 /* newMatches */
        start local 2 // long newMatches
         1: .line 119
            lload 2 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 120
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 121
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: .line 122
            lconst_1
            lstore 5 /* mask */
        start local 5 // long mask
         5: .line 123
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 11
         7: .line 124
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 7 /* i */
            aaload
            astore 8 /* candidate */
        start local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         8: .line 125
            aload 8 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getBoundIndex:()I
            i2s
            iload 1 /* boundIndex */
            if_icmpeq 10
         9: .line 126
            lload 2 /* newMatches */
            lload 5 /* mask */
            ldc -1
            lxor
            land
            lstore 2 /* newMatches */
        end local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        10: .line 123
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
            lload 5 /* mask */
            iconst_1
            lshl
            lstore 5 /* mask */
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 7 // int i
        12: .line 129
            aload 0 /* this */
            lload 2 /* newMatches */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 5 // long mask
        end local 4 // int length
        end local 2 // long newMatches
        end local 1 // short boundIndex
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   13     1  boundIndex  S
            1   13     2  newMatches  J
            4   13     4      length  I
            5   13     5        mask  J
            6   12     7           i  I
            8   10     8   candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
            Name  Flags
      boundIndex  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toSupertype(short, char[]);
    descriptor: (S[C)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // short index
        start local 2 // char[] superTypeSignature
         0: .line 139
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 3 /* newMatches */
        start local 3 // long newMatches
         1: .line 140
            lload 3 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 141
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 142
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 5 /* length */
        start local 5 // int length
         4: .line 143
            lconst_1
            lstore 6 /* mask */
        start local 6 // long mask
         5: .line 144
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         6: goto 11
         7: .line 145
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 8 /* i */
            aaload
            astore 9 /* candidate */
        start local 9 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         8: .line 146
            aload 9 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTargetType:()I
            bipush 16
            if_icmpne 9
            aload 9 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getSupertypeIndex:()I
            i2s
            iload 1 /* index */
            if_icmpeq 10
         9: .line 147
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
      StackMap stack:
            lload 3 /* newMatches */
            lload 6 /* mask */
            ldc -1
            lxor
            land
            lstore 3 /* newMatches */
        end local 9 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        10: .line 144
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
            lload 6 /* mask */
            iconst_1
            lshl
            lstore 6 /* mask */
      StackMap locals:
      StackMap stack:
        11: iload 8 /* i */
            iload 5 /* length */
            if_icmplt 7
        end local 8 // int i
        12: .line 150
            aload 0 /* this */
            lload 3 /* newMatches */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 6 // long mask
        end local 5 // int length
        end local 3 // long newMatches
        end local 2 // char[] superTypeSignature
        end local 1 // short index
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   13     0                this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   13     1               index  S
            0   13     2  superTypeSignature  [C
            1   13     3          newMatches  J
            4   13     5              length  I
            5   13     6                mask  J
            6   12     8                   i  I
            8   10     9           candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
                    Name  Flags
      index               
      superTypeSignature  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toMethodParameter(short);
    descriptor: (S)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // short index
         0: .line 155
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 2 /* newMatches */
        start local 2 // long newMatches
         1: .line 156
            lload 2 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 157
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 158
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: .line 159
            lconst_1
            lstore 5 /* mask */
        start local 5 // long mask
         5: .line 160
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 11
         7: .line 161
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 7 /* i */
            aaload
            astore 8 /* candidate */
        start local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         8: .line 162
            aload 8 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTargetType:()I
            bipush 22
            if_icmpne 9
            aload 8 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getMethodFormalParameterIndex:()I
            i2s
            iload 1 /* index */
            if_icmpeq 10
         9: .line 163
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
      StackMap stack:
            lload 2 /* newMatches */
            lload 5 /* mask */
            ldc -1
            lxor
            land
            lstore 2 /* newMatches */
        end local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        10: .line 160
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
            lload 5 /* mask */
            iconst_1
            lshl
            lstore 5 /* mask */
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 7 // int i
        12: .line 166
            aload 0 /* this */
            lload 2 /* newMatches */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 5 // long mask
        end local 4 // int length
        end local 2 // long newMatches
        end local 1 // short index
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   13     1       index  S
            1   13     2  newMatches  J
            4   13     4      length  I
            5   13     5        mask  J
            6   12     7           i  I
            8   10     8   candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toThrows(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // int index
         0: .line 171
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 2 /* newMatches */
        start local 2 // long newMatches
         1: .line 172
            lload 2 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 173
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 174
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: .line 175
            lconst_1
            lstore 5 /* mask */
        start local 5 // long mask
         5: .line 176
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 11
         7: .line 177
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 7 /* i */
            aaload
            astore 8 /* candidate */
        start local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         8: .line 178
            aload 8 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTargetType:()I
            bipush 23
            if_icmpne 9
            aload 8 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getThrowsTypeIndex:()I
            iload 1 /* index */
            if_icmpeq 10
         9: .line 179
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
      StackMap stack:
            lload 2 /* newMatches */
            lload 5 /* mask */
            ldc -1
            lxor
            land
            lstore 2 /* newMatches */
        end local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        10: .line 176
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
            lload 5 /* mask */
            iconst_1
            lshl
            lstore 5 /* mask */
      StackMap locals:
      StackMap stack:
        11: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 7 // int i
        12: .line 182
            aload 0 /* this */
            lload 2 /* newMatches */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 5 // long mask
        end local 4 // int length
        end local 2 // long newMatches
        end local 1 // int index
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   13     1       index  I
            1   13     2  newMatches  J
            4   13     4      length  I
            5   13     5        mask  J
            6   12     7           i  I
            8   10     8   candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeArgument(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // int rank
         0: .line 190
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 2 /* newMatches */
        start local 2 // long newMatches
         1: .line 191
            lload 2 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 192
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 193
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: .line 194
            lconst_1
            lstore 5 /* mask */
        start local 5 // long mask
         5: .line 195
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 14
         7: .line 196
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 7 /* i */
            aaload
            astore 8 /* candidate */
        start local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         8: .line 197
            aload 8 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTypePath:()[I
            astore 9 /* path */
        start local 9 // int[] path
         9: .line 198
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            aload 9 /* path */
            arraylength
            if_icmpge 12
        10: .line 199
            aload 9 /* path */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iaload
            iconst_3
            if_icmpne 12
        11: .line 200
            aload 9 /* path */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iconst_1
            iadd
            iaload
            iload 1 /* rank */
            if_icmpeq 13
        12: .line 201
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation int[]
      StackMap stack:
            lload 2 /* newMatches */
            lload 5 /* mask */
            ldc -1
            lxor
            land
            lstore 2 /* newMatches */
        end local 9 // int[] path
        end local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        13: .line 195
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
            lload 5 /* mask */
            iconst_1
            lshl
            lstore 5 /* mask */
      StackMap locals:
      StackMap stack:
        14: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 7 // int i
        15: .line 204
            aload 0 /* this */
            lload 2 /* newMatches */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iconst_2
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 5 // long mask
        end local 4 // int length
        end local 2 // long newMatches
        end local 1 // int rank
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   16     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   16     1        rank  I
            1   16     2  newMatches  J
            4   16     4      length  I
            5   16     5        mask  J
            6   15     7           i  I
            8   13     8   candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            9   13     9        path  [I
    MethodParameters:
      Name  Flags
      rank  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toWildcardBound();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
         0: .line 209
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 1 /* newMatches */
        start local 1 // long newMatches
         1: .line 210
            lload 1 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 211
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.EMPTY_ANNOTATION_WALKER:Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 212
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         4: .line 213
            lconst_1
            lstore 4 /* mask */
        start local 4 // long mask
         5: .line 214
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 13
         7: .line 215
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 6 /* i */
            aaload
            astore 7 /* candidate */
        start local 7 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         8: .line 216
            aload 7 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTypePath:()[I
            astore 8 /* path */
        start local 8 // int[] path
         9: .line 217
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            aload 8 /* path */
            arraylength
            if_icmpge 11
        10: .line 218
            aload 8 /* path */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iaload
            iconst_2
            if_icmpeq 12
        11: .line 219
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation int[]
      StackMap stack:
            lload 1 /* newMatches */
            lload 4 /* mask */
            ldc -1
            lxor
            land
            lstore 1 /* newMatches */
        end local 8 // int[] path
        end local 7 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        12: .line 214
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
            lload 4 /* mask */
            iconst_1
            lshl
            lstore 4 /* mask */
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 3 /* length */
            if_icmplt 7
        end local 6 // int i
        14: .line 222
            aload 0 /* this */
            lload 1 /* newMatches */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iconst_2
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 4 // long mask
        end local 3 // int length
        end local 1 // long newMatches
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   15     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            1   15     1  newMatches  J
            4   15     3      length  I
            5   15     4        mask  J
            6   14     6           i  I
            8   12     7   candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            9   12     8        path  [I

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toNextArrayDimension();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
         0: .line 227
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toNextDetail:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toNextNestedType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
         0: .line 232
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toNextDetail:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;

  protected org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toNextDetail(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=10, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // int detailKind
         0: .line 239
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lstore 2 /* newMatches */
        start local 2 // long newMatches
         1: .line 240
            lload 2 /* newMatches */
            lconst_0
            lcmp
            ifne 3
         2: .line 241
            aload 0 /* this */
            lload 2 /* newMatches */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iconst_2
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
         3: .line 242
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 4 /* length */
        start local 4 // int length
         4: .line 243
            lconst_1
            lstore 5 /* mask */
        start local 5 // long mask
         5: .line 244
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         6: goto 12
         7: .line 245
      StackMap locals: int long int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 7 /* i */
            aaload
            astore 8 /* candidate */
        start local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         8: .line 246
            aload 8 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTypePath:()[I
            astore 9 /* path */
        start local 9 // int[] path
         9: .line 247
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            aload 9 /* path */
            arraylength
            if_icmpge 10
            aload 9 /* path */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iaload
            iload 1 /* detailKind */
            if_icmpeq 11
        10: .line 248
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation int[]
      StackMap stack:
            lload 2 /* newMatches */
            lload 5 /* mask */
            ldc -1
            lxor
            land
            lstore 2 /* newMatches */
        end local 9 // int[] path
        end local 8 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        11: .line 244
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
            lload 5 /* mask */
            iconst_1
            lshl
            lstore 5 /* mask */
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 7 // int i
        13: .line 251
            aload 0 /* this */
            lload 2 /* newMatches */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iconst_2
            iadd
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 5 // long mask
        end local 4 // int length
        end local 2 // long newMatches
        end local 1 // int detailKind
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   14     1  detailKind  I
            1   14     2  newMatches  J
            4   14     4      length  I
            5   14     5        mask  J
            6   13     7           i  I
            8   11     8   candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            9   11     9        path  [I
    MethodParameters:
            Name  Flags
      detailKind  

  public org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] getAnnotationsAtCursor(int, boolean);
    descriptor: (IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
        start local 1 // int currentTypeId
        start local 2 // boolean mayApplyArrayContentsDefaultNullness
         0: .line 258
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            istore 3 /* length */
        start local 3 // int length
         1: .line 259
            iload 3 /* length */
            anewarray org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
            astore 4 /* filtered */
        start local 4 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] filtered
         2: .line 260
            lconst_1
            lstore 5 /* ptr */
        start local 5 // long ptr
         3: .line 261
            iconst_0
            istore 7 /* count */
        start local 7 // int count
         4: .line 262
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         5: goto 13
         6: .line 263
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker int int int org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] long int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            lload 5 /* ptr */
            land
            lconst_0
            lcmp
            ifne 8
         7: .line 264
            goto 12
         8: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            iload 8 /* i */
            aaload
            astore 9 /* candidate */
        start local 9 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
         9: .line 266
            aload 9 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getTypePath:()[I
            arraylength
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            if_icmple 11
        10: .line 267
            goto 12
        11: .line 268
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation
      StackMap stack:
            aload 4 /* filtered */
            iload 7 /* count */
            iinc 7 /* count */ 1
            aload 9 /* candidate */
            invokeinterface org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation.getAnnotation:()Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aastore
        end local 9 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation candidate
        12: .line 262
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
            lload 5 /* ptr */
            iconst_1
            lshl
            lstore 5 /* ptr */
      StackMap locals:
      StackMap stack:
        13: iload 8 /* i */
            iload 3 /* length */
            if_icmplt 6
        end local 8 // int i
        14: .line 270
            iload 7 /* count */
            ifne 16
        15: .line 271
            getstatic org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            areturn
        16: .line 272
      StackMap locals:
      StackMap stack:
            iload 7 /* count */
            iload 3 /* length */
            if_icmpge 18
        17: .line 273
            aload 4 /* filtered */
            iconst_0
            iload 7 /* count */
            anewarray org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
            dup
            astore 4 /* filtered */
            iconst_0
            iload 7 /* count */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 274
      StackMap locals:
      StackMap stack:
            aload 4 /* filtered */
            areturn
        end local 7 // int count
        end local 5 // long ptr
        end local 4 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] filtered
        end local 3 // int length
        end local 2 // boolean mayApplyArrayContentsDefaultNullness
        end local 1 // int currentTypeId
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0   19     0                                  this  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            0   19     1                         currentTypeId  I
            0   19     2  mayApplyArrayContentsDefaultNullness  Z
            1   19     3                                length  I
            2   19     4                              filtered  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            3   19     5                                   ptr  J
            4   19     7                                 count  I
            5   14     8                                     i  I
            9   12     9                             candidate  Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
    MethodParameters:
                                      Name  Flags
      currentTypeId                         
      mayApplyArrayContentsDefaultNullness  
}
SourceFile: "TypeAnnotationWalker.java"