class org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2 extends org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2
  super_class: org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
{
  private boolean isInitialized;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.jdt.internal.compiler.ast.LocalDeclaration this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.internal.compiler.lookup.BlockScope val$scope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.compiler.ast.LocalDeclaration, org.eclipse.jdt.internal.compiler.ast.LocalDeclaration, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int, boolean, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZLorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2 this
        start local 2 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration $anonymous0
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding $anonymous1
        start local 4 // int $anonymous2
        start local 5 // boolean $anonymous3
         0: .line 315
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.this$0:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            aload 0 /* this */
            aload 6
            putfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.val$scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            iload 5 /* $anonymous3 */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
         1: .line 316
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.isInitialized:Z
         2: .line 315
            return
        end local 5 // boolean $anonymous3
        end local 4 // int $anonymous2
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding $anonymous1
        end local 2 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration $anonymous0
        end local 0 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration$2;
            0    3     2  $anonymous0  Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            0    3     3  $anonymous1  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    3     4  $anonymous2  I
            0    3     5  $anonymous3  Z
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      val$scope    final

  public void markReferenced();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2 this
         0: .line 320
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.isInitialized:Z
            ifne 4
         1: .line 321
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.val$scope:Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.BlockScope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.this$0:Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.varLocalReferencesItself:(Lorg/eclipse/jdt/internal/compiler/ast/AbstractVariableDeclaration;)V
         2: .line 322
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.type:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         3: .line 323
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.isInitialized:Z
         4: .line 325
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration$2;

  public void markInitialized();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2 this
         0: .line 328
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2.isInitialized:Z
         1: .line 329
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration$2;
}
SourceFile: "LocalDeclaration.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
NestHost: org.eclipse.jdt.internal.compiler.ast.LocalDeclaration
InnerClasses:
  org.eclipse.jdt.internal.compiler.ast.LocalDeclaration$2