class org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor extends org.eclipse.jdt.internal.corext.dom.HierarchicalASTVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor
  super_class: org.eclipse.jdt.internal.corext.dom.HierarchicalASTVisitor
{
  private final int fPosition;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int fFlags;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$IBindingRequestor fRequestor;
    descriptor: Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$IBindingRequestor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  final org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer this$0;
    descriptor: Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer, int, int, org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$IBindingRequestor);
    descriptor: (Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer;IILorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$IBindingRequestor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
        start local 2 // int position
        start local 3 // int flags
        start local 4 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$IBindingRequestor requestor
         0: .line 863
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.this$0:Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer;
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.corext.dom.HierarchicalASTVisitor.<init>:()V
         1: .line 864
            aload 0 /* this */
            iload 2 /* position */
            putfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fPosition:I
         2: .line 865
            aload 0 /* this */
            iload 3 /* flags */
            putfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fFlags:I
         3: .line 866
            aload 0 /* this */
            aload 4 /* requestor */
            putfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fRequestor:Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$IBindingRequestor;
         4: .line 867
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fBreak:Z
         5: .line 868
            return
        end local 4 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$IBindingRequestor requestor
        end local 3 // int flags
        end local 2 // int position
        end local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$DeclarationsAfterVisitor;
            0    6     2   position  I
            0    6     3      flags  I
            0    6     4  requestor  Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$IBindingRequestor;
    MethodParameters:
           Name  Flags
      this$0     final
      position   
      flags      
      requestor  

  public boolean visit(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 872
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fBreak:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$DeclarationsAfterVisitor;
            0    3     1  node  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.VariableDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/VariableDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
        start local 1 // org.eclipse.jdt.core.dom.VariableDeclaration node
         0: .line 877
            iconst_2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fFlags:I
            invokestatic org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer.hasFlag:(II)Z
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fPosition:I
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclaration.getStartPosition:()I
            if_icmpge 2
         1: .line 878
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fRequestor:Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$IBindingRequestor;
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.VariableDeclaration.resolveBinding:()Lorg/eclipse/jdt/core/dom/IVariableBinding;
            invokeinterface org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$IBindingRequestor.acceptBinding:(Lorg/eclipse/jdt/core/dom/IBinding;)Z
            putfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fBreak:Z
         2: .line 880
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.VariableDeclaration node
        end local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$DeclarationsAfterVisitor;
            0    3     1  node  Lorg/eclipse/jdt/core/dom/VariableDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.AnonymousClassDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/AnonymousClassDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
        start local 1 // org.eclipse.jdt.core.dom.AnonymousClassDeclaration node
         0: .line 885
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.AnonymousClassDeclaration node
        end local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$DeclarationsAfterVisitor;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/AnonymousClassDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.TypeDeclarationStatement);
    descriptor: (Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
        start local 1 // org.eclipse.jdt.core.dom.TypeDeclarationStatement node
         0: .line 890
            iconst_4
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fFlags:I
            invokestatic org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer.hasFlag:(II)Z
            ifeq 2
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fPosition:I
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.getStartPosition:()I
            if_icmpge 2
         1: .line 891
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fRequestor:Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$IBindingRequestor;
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.TypeDeclarationStatement.resolveBinding:()Lorg/eclipse/jdt/core/dom/ITypeBinding;
            invokeinterface org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$IBindingRequestor.acceptBinding:(Lorg/eclipse/jdt/core/dom/IBinding;)Z
            putfield org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor.fBreak:Z
         2: .line 893
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.TypeDeclarationStatement node
        end local 0 // org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/corext/dom/ScopeAnalyzer$DeclarationsAfterVisitor;
            0    3     1  node  Lorg/eclipse/jdt/core/dom/TypeDeclarationStatement;
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "ScopeAnalyzer.java"
NestHost: org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer
InnerClasses:
  private DeclarationsAfterVisitor = org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$DeclarationsAfterVisitor of org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer
  private abstract IBindingRequestor = org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer$IBindingRequestor of org.eclipse.jdt.internal.corext.dom.ScopeAnalyzer