public class org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker extends org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
  super_class: org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
{
  private final int defaultNullness;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean atDefaultLocation;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean atTypeBound;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean currentArrayContentIsNonNull;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isEmpty;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation;
    descriptor: Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean nextIsDefaultLocation;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean nextIsTypeBound;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean nextArrayContentIsNonNull;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[], int, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        start local 2 // int defaultNullness
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 46
            aload 0 /* this */
            aload 1 /* typeAnnotations */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;)V
         1: .line 47
            aload 0 /* this */
            aload 3 /* environment */
            invokestatic org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.getNonNullAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
         2: .line 48
            aload 0 /* this */
            iload 2 /* defaultNullness */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
         3: .line 49
            aload 0 /* this */
            aload 3 /* environment */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
         4: .line 50
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atDefaultLocation:Z
         5: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atTypeBound:Z
         6: .line 52
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
         7: .line 53
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
         8: .line 54
            return
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 2 // int defaultNullness
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    9     1  typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            0    9     2  defaultNullness  I
            0    9     3      environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
                 Name  Flags
      typeAnnotations  
      defaultNullness  
      environment      

  public void <init>(int, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // int defaultNullness
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 58
            aload 0 /* this */
            iload 1 /* defaultNullness */
            aload 2 /* environment */
            invokestatic org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.getNonNullAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            iconst_0
            iconst_0
            aload 2 /* environment */
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.<init>:(ILorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;ZZLorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)V
         1: .line 59
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 1 // int defaultNullness
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    2     1  defaultNullness  I
            0    2     2      environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    MethodParameters:
                 Name  Flags
      defaultNullness  
      environment      

  void <init>(org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[], long, int, int, org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation, boolean, boolean, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment, boolean);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JIILorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;ZZLorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=11, args_size=10
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        start local 2 // long newMatches
        start local 4 // int newPathPtr
        start local 5 // int defaultNullness
        start local 6 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation
        start local 7 // boolean atDefaultLocation
        start local 8 // boolean atTypeBound
        start local 9 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        start local 10 // boolean currentArrayContentIsNonNull
         0: .line 65
            aload 0 /* this */
            aload 1 /* typeAnnotations */
            lload 2 /* newMatches */
            iload 4 /* newPathPtr */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JI)V
         1: .line 66
            aload 0 /* this */
            iload 5 /* defaultNullness */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
         2: .line 67
            aload 0 /* this */
            aload 6 /* nonNullAnnotation */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
         3: .line 68
            aload 0 /* this */
            iload 7 /* atDefaultLocation */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atDefaultLocation:Z
         4: .line 69
            aload 0 /* this */
            iload 8 /* atTypeBound */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atTypeBound:Z
         5: .line 70
            aload 0 /* this */
            aload 9 /* environment */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
         6: .line 71
            aload 0 /* this */
            aload 0 /* this */
            iload 10 /* currentArrayContentIsNonNull */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
         7: .line 72
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
         8: .line 73
            return
        end local 10 // boolean currentArrayContentIsNonNull
        end local 9 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 8 // boolean atTypeBound
        end local 7 // boolean atDefaultLocation
        end local 6 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation
        end local 5 // int defaultNullness
        end local 4 // int newPathPtr
        end local 2 // long newMatches
        end local 1 // org.eclipse.jdt.internal.compiler.env.IBinaryTypeAnnotation[] typeAnnotations
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    9     0                          this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    9     1               typeAnnotations  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            0    9     2                    newMatches  J
            0    9     4                    newPathPtr  I
            0    9     5               defaultNullness  I
            0    9     6             nonNullAnnotation  Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            0    9     7             atDefaultLocation  Z
            0    9     8                   atTypeBound  Z
            0    9     9                   environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    9    10  currentArrayContentIsNonNull  Z
    MethodParameters:
                              Name  Flags
      typeAnnotations               
      newMatches                    
      newPathPtr                    
      defaultNullness               
      nonNullAnnotation             
      atDefaultLocation             
      atTypeBound                   
      environment                   
      currentArrayContentIsNonNull  

  void <init>(int, org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation, boolean, boolean, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment, boolean);
    descriptor: (ILorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;ZZLorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // int defaultNullness
        start local 2 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation
        start local 3 // boolean atDefaultLocation
        start local 4 // boolean atTypeBound
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        start local 6 // boolean currentArrayContentIsNonNull
         0: .line 78
            aload 0 /* this */
            aconst_null
            lconst_0
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JI)V
         1: .line 79
            aload 0 /* this */
            aload 2 /* nonNullAnnotation */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
         2: .line 80
            aload 0 /* this */
            iload 1 /* defaultNullness */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
         3: .line 81
            aload 0 /* this */
            iload 3 /* atDefaultLocation */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atDefaultLocation:Z
         4: .line 82
            aload 0 /* this */
            iload 4 /* atTypeBound */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atTypeBound:Z
         5: .line 83
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
         6: .line 84
            aload 0 /* this */
            aload 5 /* environment */
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
         7: .line 85
            aload 0 /* this */
            aload 0 /* this */
            iload 6 /* currentArrayContentIsNonNull */
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
         8: .line 86
            return
        end local 6 // boolean currentArrayContentIsNonNull
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 4 // boolean atTypeBound
        end local 3 // boolean atDefaultLocation
        end local 2 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation
        end local 1 // int defaultNullness
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                          Name  Signature
            0    9     0                          this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    9     1               defaultNullness  I
            0    9     2             nonNullAnnotation  Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            0    9     3             atDefaultLocation  Z
            0    9     4                   atTypeBound  Z
            0    9     5                   environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    9     6  currentArrayContentIsNonNull  Z
    MethodParameters:
                              Name  Flags
      defaultNullness               
      nonNullAnnotation             
      atDefaultLocation             
      atTypeBound                   
      environment                   
      currentArrayContentIsNonNull  

  private static org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation getNonNullAnnotation(org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 90
            bipush 76
            aload 0 /* environment */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.getNonNullAnnotationName:()[[C
            bipush 47
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            bipush 59
         1: .line 89
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concat:(C[CC)[C
            astore 1 /* nonNullAnnotationName */
        start local 1 // char[] nonNullAnnotationName
         2: .line 92
            new org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker$1
            dup
            aload 1 /* nonNullAnnotationName */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker$1.<init>:([C)V
            areturn
        end local 1 // char[] nonNullAnnotationName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0            environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            2    3     1  nonNullAnnotationName  [C
    MethodParameters:
             Name  Flags
      environment  

  protected org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker restrict(long, int);
    descriptor: (JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // long newMatches
        start local 3 // int newPathPtr
         0: .line 109
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            lload 1 /* newMatches */
            lcmp
            ifne 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            iload 3 /* newPathPtr */
            if_icmpne 7
         1: .line 110
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atDefaultLocation:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
            if_icmpne 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atTypeBound:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
            if_icmpne 7
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
            if_icmpne 7
         2: .line 111
            aload 0 /* this */
            astore 5
         3: .line 121
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
         4: .line 122
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
         5: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
         6: .line 111
            aload 5
            areturn
         7: .line 113
      StackMap locals:
      StackMap stack:
            lload 1 /* newMatches */
            lconst_0
            lcmp
            ifeq 8
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            ifnull 8
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            arraylength
            ifne 15
         8: .line 114
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
         9: .line 115
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
        10: .line 114
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.<init>:(ILorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;ZZLorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)V
            astore 5
        11: .line 121
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
        12: .line 122
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
        13: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
        14: .line 114
            aload 5
            areturn
        15: .line 117
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
            lload 1 /* newMatches */
            iload 3 /* newPathPtr */
        16: .line 118
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
        17: .line 119
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
        18: .line 117
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JIILorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;ZZLorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)V
            astore 5
        19: .line 121
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
        20: .line 122
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
        21: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
        22: .line 117
            aload 5
            areturn
        23: .line 120
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        24: .line 121
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
        25: .line 122
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
        26: .line 123
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
        27: .line 124
            aload 4
            athrow
        end local 3 // int newPathPtr
        end local 1 // long newMatches
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   28     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0   28     1  newMatches  J
            0   28     3  newPathPtr  I
      Exception table:
        from    to  target  type
           0     3      23  any
           7    11      23  any
          15    19      23  any
    MethodParameters:
            Name  Flags
      newMatches  
      newPathPtr  

  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=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // short index
        start local 2 // char[] superTypeSignature
         0: .line 129
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         1: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            aload 2 /* superTypeSignature */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toSupertype:(S[C)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 2 // char[] superTypeSignature
        end local 1 // short index
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    2     1               index  S
            0    2     2  superTypeSignature  [C
    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=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // short index
         0: .line 136
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         1: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toMethodParameter:(S)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 1 // short index
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    2     1  index  S
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toField();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
         0: .line 143
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         1: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toField:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toMethodReturn();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
         0: .line 150
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         1: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toMethodReturn:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;

  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=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // short boundIndex
         0: .line 156
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            sipush 256
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
         1: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int
         2: putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
         3: .line 157
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
         4: .line 158
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
         5: .line 159
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 6
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         6: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* boundIndex */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toTypeBound:(S)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 1 // short boundIndex
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    7     1  boundIndex  S
    MethodParameters:
            Name  Flags
      boundIndex  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toWildcardBound();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
         0: .line 165
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            sipush 256
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
         1: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int
         2: putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
         3: .line 166
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
         4: .line 167
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
         5: .line 168
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 6
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         6: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toWildcardBound:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;

  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=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // boolean isClassTypeParameter
        start local 2 // int parameterRank
         0: .line 174
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            sipush 256
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
         1: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int int
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int
         2: putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
         3: .line 175
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
         4: .line 176
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
         5: .line 177
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 6
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         6: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* isClassTypeParameter */
            iload 2 /* parameterRank */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toTypeParameterBounds:(ZI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 2 // int parameterRank
        end local 1 // boolean isClassTypeParameter
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    7     1  isClassTypeParameter  Z
            0    7     2         parameterRank  I
    MethodParameters:
                      Name  Flags
      isClassTypeParameter  
      parameterRank         

  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=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // int rank
         0: .line 183
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            bipush 64
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
         1: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int
         2: putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
         3: .line 184
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
         4: .line 185
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
         5: .line 186
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 6
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         6: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* rank */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toTypeArgument:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 1 // int rank
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    7     1  rank  I
    MethodParameters:
      Name  Flags
      rank  

  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=4, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // boolean isClassTypeParameter
        start local 2 // int rank
         0: .line 192
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            sipush 128
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
         1: iconst_0
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int int
      StackMap stack: org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker int
         2: putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
         3: .line 193
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
         4: .line 194
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
         5: .line 195
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 6
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         6: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* isClassTypeParameter */
            iload 2 /* rank */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toTypeParameter:(ZI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 2 // int rank
        end local 1 // boolean isClassTypeParameter
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    7     1  isClassTypeParameter  Z
            0    7     2                  rank  I
    MethodParameters:
                      Name  Flags
      isClassTypeParameter  
      rank                  

  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=4, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // int detailKind
         0: .line 201
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 1
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         1: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* detailKind */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toNextDetail:(I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 1 // int detailKind
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0    2     1  detailKind  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=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
        start local 1 // int currentTypeId
        start local 2 // boolean mayApplyArrayContentsDefaultNullness
         0: .line 207
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 1
            getstatic org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            iload 1 /* currentTypeId */
            iload 2 /* mayApplyArrayContentsDefaultNullness */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.getAnnotationsAtCursor:(IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[]
         2: astore 3 /* normalAnnotations */
        start local 3 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] normalAnnotations
         3: .line 208
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atDefaultLocation:Z
            ifne 4
            iload 2 /* mayApplyArrayContentsDefaultNullness */
            ifeq 15
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.currentArrayContentIsNonNull:Z
            ifeq 15
         4: .line 209
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[]
      StackMap stack:
            iload 1 /* currentTypeId */
            iconst_m1
            if_icmpeq 15
         5: .line 210
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.atTypeBound:Z
            ifeq 6
            iload 1 /* currentTypeId */
            iconst_1
            if_icmpeq 15
         6: .line 212
      StackMap locals:
      StackMap stack:
            aload 3 /* normalAnnotations */
            ifnull 7
            aload 3 /* normalAnnotations */
            arraylength
            ifne 8
         7: .line 213
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aastore
            areturn
         8: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 3 /* normalAnnotations */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.containsNullTypeAnnotation:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;)Z
            ifeq 10
         9: .line 216
            aload 3 /* normalAnnotations */
            areturn
        10: .line 219
      StackMap locals:
      StackMap stack:
            aload 3 /* normalAnnotations */
            arraylength
            istore 4 /* len */
        start local 4 // int len
        11: .line 220
            iload 4 /* len */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
            astore 5 /* newAnnots */
        start local 5 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] newAnnots
        12: .line 221
            aload 3 /* normalAnnotations */
            iconst_0
            aload 5 /* newAnnots */
            iconst_0
            iload 4 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        13: .line 222
            aload 5 /* newAnnots */
            iload 4 /* len */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            aastore
        14: .line 223
            aload 5 /* newAnnots */
            areturn
        end local 5 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] newAnnots
        end local 4 // int len
        15: .line 226
      StackMap locals:
      StackMap stack:
            aload 3 /* normalAnnotations */
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] normalAnnotations
        end local 2 // boolean mayApplyArrayContentsDefaultNullness
        end local 1 // int currentTypeId
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0   16     0                                  this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            0   16     1                         currentTypeId  I
            0   16     2  mayApplyArrayContentsDefaultNullness  Z
            3   16     3                     normalAnnotations  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
           11   15     4                                   len  I
           12   15     5                             newAnnots  [Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    MethodParameters:
                                      Name  Flags
      currentTypeId                         
      mayApplyArrayContentsDefaultNullness  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toNextArrayDimension();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
         0: .line 231
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.defaultNullness:I
            sipush 512
            iand
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* hasNNBDForArrayContents */
        start local 1 // boolean hasNNBDForArrayContents
         3: .line 232
            iload 1 /* hasNNBDForArrayContents */
            ifeq 5
         4: .line 233
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextArrayContentIsNonNull:Z
         5: .line 235
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsDefaultLocation:Z
         6: .line 236
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nextIsTypeBound:Z
         7: .line 237
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 9
         8: .line 238
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
         9: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.toNextArrayDimension:()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            areturn
        end local 1 // boolean hasNNBDForArrayContents
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   10     0                     this  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
            3   10     1  hasNNBDForArrayContents  Z

  public static org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker updateWalkerForParamNonNullDefault(org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker, int, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=6, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
        start local 1 // int defaultNullness
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
         0: .line 244
            aload 2 /* environment */
            getfield org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.globalOptions:Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.isAnnotationBasedNullAnalysisEnabled:Z
            ifeq 24
         1: .line 245
            iload 1 /* defaultNullness */
            ifeq 24
         2: .line 246
            iload 1 /* defaultNullness */
            iconst_2
            if_icmpne 10
         3: .line 247
            aload 0 /* walker */
            instanceof org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            ifeq 9
         4: .line 248
            aload 0 /* walker */
            checkcast org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            astore 3 /* nonNullDefaultAwareTypeAnnotationWalker */
        start local 3 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker nonNullDefaultAwareTypeAnnotationWalker
         5: .line 249
            new org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
            dup
            aload 3 /* nonNullDefaultAwareTypeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
         6: .line 250
            aload 3 /* nonNullDefaultAwareTypeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.matches:J
         7: .line 251
            aload 3 /* nonNullDefaultAwareTypeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.pathPtr:I
         8: .line 249
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JI)V
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker nonNullDefaultAwareTypeAnnotationWalker
         9: .line 253
      StackMap locals:
      StackMap stack:
            aload 0 /* walker */
            areturn
        10: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* walker */
            instanceof org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
            ifeq 23
        11: .line 257
            aload 0 /* walker */
            checkcast org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
            astore 3 /* typeAnnotationWalker */
        start local 3 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker typeAnnotationWalker
        12: .line 260
            aload 0 /* walker */
            instanceof org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            ifeq 18
        13: .line 261
            aload 0 /* walker */
            checkcast org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            astore 5 /* nonNullDefaultAwareTypeAnnotationWalker */
        start local 5 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker nonNullDefaultAwareTypeAnnotationWalker
        14: .line 262
            aload 5 /* nonNullDefaultAwareTypeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.isEmpty:Z
            ifeq 16
        15: .line 263
            new org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            dup
            iload 1 /* defaultNullness */
            aload 2 /* environment */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.<init>:(ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            areturn
        16: .line 265
      StackMap locals: org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker top org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
      StackMap stack:
            aload 5 /* nonNullDefaultAwareTypeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.nonNullAnnotation:Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            astore 4 /* nonNullAnnotation2 */
        end local 5 // org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker nonNullDefaultAwareTypeAnnotationWalker
        start local 4 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation2
        17: .line 266
            goto 19
        end local 4 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation2
        18: .line 267
      StackMap locals: org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker int org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker
      StackMap stack:
            aload 2 /* environment */
            invokestatic org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.getNonNullAnnotation:(Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            astore 4 /* nonNullAnnotation2 */
        start local 4 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation2
        19: .line 269
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            dup
            aload 3 /* typeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.typeAnnotations:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;
        20: .line 270
            aload 3 /* typeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.matches:J
            aload 3 /* typeAnnotationWalker */
            getfield org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker.pathPtr:I
            iload 1 /* defaultNullness */
        21: .line 271
            aload 4 /* nonNullAnnotation2 */
            iconst_0
            iconst_0
            aload 2 /* environment */
            iconst_0
        22: .line 269
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.<init>:([Lorg/eclipse/jdt/internal/compiler/env/IBinaryTypeAnnotation;JIILorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;ZZLorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)V
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation nonNullAnnotation2
        end local 3 // org.eclipse.jdt.internal.compiler.classfmt.TypeAnnotationWalker typeAnnotationWalker
        23: .line 274
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker
            dup
            iload 1 /* defaultNullness */
            aload 2 /* environment */
            invokespecial org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.<init>:(ILorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;)V
            areturn
        24: .line 279
      StackMap locals:
      StackMap stack:
            aload 0 /* walker */
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 1 // int defaultNullness
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker walker
      LocalVariableTable:
        Start  End  Slot                                     Name  Signature
            0   25     0                                   walker  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
            0   25     1                          defaultNullness  I
            0   25     2                              environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            5    9     3  nonNullDefaultAwareTypeAnnotationWalker  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
           12   23     3                     typeAnnotationWalker  Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
           17   18     4                       nonNullAnnotation2  Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
           19   23     4                       nonNullAnnotation2  Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
           14   17     5  nonNullDefaultAwareTypeAnnotationWalker  Lorg/eclipse/jdt/internal/compiler/classfmt/NonNullDefaultAwareTypeAnnotationWalker;
    MethodParameters:
                 Name  Flags
      walker           
      defaultNullness  
      environment      

  protected org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker restrict(long, int);
    descriptor: (JI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
         0: .line 1
            aload 0
            lload 1
            iload 3
            invokevirtual org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker.restrict:(JI)Lorg/eclipse/jdt/internal/compiler/classfmt/TypeAnnotationWalker;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NonNullDefaultAwareTypeAnnotationWalker.java"
NestMembers:
  org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker$1
InnerClasses:
  org.eclipse.jdt.internal.compiler.classfmt.NonNullDefaultAwareTypeAnnotationWalker$1