class org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange
  super_class: java.lang.Object
{
  final int start;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int end;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  int value;
    descriptor: I
    flags: (0x0000) 

  private org.eclipse.jdt.internal.compiler.ast.Annotation[] annotations;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
    flags: (0x0002) ACC_PRIVATE

  org.eclipse.jdt.internal.compiler.lookup.Binding target;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
    flags: (0x0000) 

  void <init>(int, org.eclipse.jdt.internal.compiler.ast.Annotation, int, int, org.eclipse.jdt.internal.compiler.lookup.Binding);
    descriptor: (ILorg/eclipse/jdt/internal/compiler/ast/Annotation;IILorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange this
        start local 1 // int value
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
        start local 3 // int start
        start local 4 // int end
        start local 5 // org.eclipse.jdt.internal.compiler.lookup.Binding target
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 121
            aload 0 /* this */
            iload 3 /* start */
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.start:I
         2: .line 122
            aload 0 /* this */
            iload 4 /* end */
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.end:I
         3: .line 123
            aload 0 /* this */
            iload 1 /* value */
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.value:I
         4: .line 124
            aload 0 /* this */
            iconst_1
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation
            dup
            iconst_0
            aload 2 /* annotation */
            aastore
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
         5: .line 125
            aload 0 /* this */
            aload 5 /* target */
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.target:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
         6: .line 126
            return
        end local 5 // org.eclipse.jdt.internal.compiler.lookup.Binding target
        end local 4 // int end
        end local 3 // int start
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
        end local 1 // int value
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$NullDefaultRange;
            0    7     1       value  I
            0    7     2  annotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            0    7     3       start  I
            0    7     4         end  I
            0    7     5      target  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
    MethodParameters:
            Name  Flags
      value       
      annotation  
      start       
      end         
      target      

  boolean contains(org.eclipse.jdt.internal.compiler.ast.Annotation);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/Annotation;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
         0: .line 129
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange org.eclipse.jdt.internal.compiler.ast.Annotation top int int org.eclipse.jdt.internal.compiler.ast.Annotation[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* annotation2 */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation2
         2: .line 130
            aload 2 /* annotation2 */
            aload 1 /* annotation */
            if_acmpne 4
         3: .line 131
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation2
         4: .line 129
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 133
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.compiler.ast.Annotation annotation
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$NullDefaultRange;
            0    7     1   annotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            2    4     2  annotation2  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
    MethodParameters:
            Name  Flags
      annotation  

  void merge(int, org.eclipse.jdt.internal.compiler.ast.Annotation, org.eclipse.jdt.internal.compiler.lookup.Binding);
    descriptor: (ILorg/eclipse/jdt/internal/compiler/ast/Annotation;Lorg/eclipse/jdt/internal/compiler/lookup/Binding;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange this
        start local 1 // int nextValue
        start local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation nextAnnotation
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding nextTarget
         0: .line 137
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            arraylength
            istore 4 /* len */
        start local 4 // int len
         1: .line 138
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iconst_0
            aload 0 /* this */
            iload 4 /* len */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.ast.Annotation
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iconst_0
            iload 4 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 139
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.annotations:[Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            iload 4 /* len */
            aload 2 /* nextAnnotation */
            aastore
         3: .line 140
            aload 0 /* this */
            aload 3 /* nextTarget */
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.target:Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
         4: .line 141
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.value:I
            iload 1 /* nextValue */
            ior
            putfield org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange.value:I
         5: .line 142
            return
        end local 4 // int len
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.Binding nextTarget
        end local 2 // org.eclipse.jdt.internal.compiler.ast.Annotation nextAnnotation
        end local 1 // int nextValue
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/eclipse/jdt/internal/compiler/lookup/Scope$NullDefaultRange;
            0    6     1       nextValue  I
            0    6     2  nextAnnotation  Lorg/eclipse/jdt/internal/compiler/ast/Annotation;
            0    6     3      nextTarget  Lorg/eclipse/jdt/internal/compiler/lookup/Binding;
            1    6     4             len  I
    MethodParameters:
                Name  Flags
      nextValue       
      nextAnnotation  
      nextTarget      
}
SourceFile: "Scope.java"
NestHost: org.eclipse.jdt.internal.compiler.lookup.Scope
InnerClasses:
  private NullDefaultRange = org.eclipse.jdt.internal.compiler.lookup.Scope$NullDefaultRange of org.eclipse.jdt.internal.compiler.lookup.Scope