abstract class org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor
  super_class: java.lang.Object
{
  public static final java.lang.Object STOP_BRANCH;
    descriptor: Ljava/lang/Object;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final java.lang.Object CONTINUE;
    descriptor: Ljava/lang/Object;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 1917
            new org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor$1
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor$1.<init>:()V
            putstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.STOP_BRANCH:Ljava/lang/Object;
         1: .line 1921
            new org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor$2
            dup
            invokespecial org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor$2.<init>:()V
            putstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.CONTINUE:Ljava/lang/Object;
         2: .line 1924
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor this
         0: .line 1916
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/codeassist/SelectionEngine$InheritDocVisitor;

  public abstract java.lang.Object visit(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
          Name  Flags
      currType  

  public java.lang.Object visitInheritDoc(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
         0: .line 1953
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* visited */
        start local 2 // java.util.ArrayList visited
         1: .line 1954
            aload 2 /* visited */
            aload 1 /* currentType */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         2: .line 1955
            aload 0 /* this */
            aload 2 /* visited */
            aload 1 /* currentType */
            invokevirtual org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.visitInheritDocInterfaces:(Ljava/util/ArrayList;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
            astore 3 /* result */
        start local 3 // java.lang.Object result
         3: .line 1956
            aload 3 /* result */
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.CONTINUE:Ljava/lang/Object;
            if_acmpeq 5
         4: .line 1957
            aload 3 /* result */
            areturn
         5: .line 1959
      StackMap locals: java.util.ArrayList java.lang.Object
      StackMap stack:
            aload 1 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* superClass */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superClass
         6: .line 1961
            goto 18
         7: .line 1962
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 0 /* this */
            aload 4 /* superClass */
            invokevirtual org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
            astore 3 /* result */
         8: .line 1963
            aload 3 /* result */
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.STOP_BRANCH:Ljava/lang/Object;
            if_acmpne 10
         9: .line 1964
            aconst_null
            areturn
        10: .line 1965
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.CONTINUE:Ljava/lang/Object;
            if_acmpne 17
        11: .line 1966
            aload 2 /* visited */
            aload 4 /* superClass */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        12: .line 1967
            aload 0 /* this */
            aload 2 /* visited */
            aload 4 /* superClass */
            invokevirtual org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.visitInheritDocInterfaces:(Ljava/util/ArrayList;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
            astore 3 /* result */
        13: .line 1968
            aload 3 /* result */
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.CONTINUE:Ljava/lang/Object;
            if_acmpeq 15
        14: .line 1969
            aload 3 /* result */
            areturn
        15: .line 1971
      StackMap locals:
      StackMap stack:
            aload 4 /* superClass */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superclass:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* superClass */
        16: .line 1972
            goto 18
        17: .line 1973
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            areturn
        18: .line 1961
      StackMap locals:
      StackMap stack:
            aload 4 /* superClass */
            ifnull 19
            aload 2 /* visited */
            aload 4 /* superClass */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 7
        19: .line 1977
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superClass
        end local 3 // java.lang.Object result
        end local 2 // java.util.ArrayList visited
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        end local 0 // org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lorg/eclipse/jdt/internal/codeassist/SelectionEngine$InheritDocVisitor;
            0   20     1  currentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            1   20     2      visited  Ljava/util/ArrayList;
            3   20     3       result  Ljava/lang/Object;
            6   20     4   superClass  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
             Name  Flags
      currentType  

  private java.lang.Object visitInheritDocInterfaces(java.util.ArrayList, org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding);
    descriptor: (Ljava/util/ArrayList;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor this
        start local 1 // java.util.ArrayList visited
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
         0: .line 1989
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 3 /* toVisitChildren */
        start local 3 // java.util.ArrayList toVisitChildren
         1: .line 1990
            aload 2 /* currentType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.superInterfaces:()[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 4 /* superInterfaces */
        start local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] superInterfaces
         2: .line 1991
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 15
         4: .line 1992
      StackMap locals: java.util.ArrayList org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] int
      StackMap stack:
            aload 4 /* superInterfaces */
            iload 5 /* i */
            aaload
            astore 6 /* superInterface */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superInterface
         5: .line 1993
            aload 1 /* visited */
            aload 6 /* superInterface */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 1994
            goto 14
         7: .line 1995
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
      StackMap stack:
            aload 1 /* visited */
            aload 6 /* superInterface */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         8: .line 1996
            aload 0 /* this */
            aload 6 /* superInterface */
            invokevirtual org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
            astore 7 /* result */
        start local 7 // java.lang.Object result
         9: .line 1997
            aload 7 /* result */
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.STOP_BRANCH:Ljava/lang/Object;
            if_acmpeq 14
        10: .line 1999
            aload 7 /* result */
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.CONTINUE:Ljava/lang/Object;
            if_acmpne 13
        11: .line 2000
            aload 3 /* toVisitChildren */
            aload 6 /* superInterface */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        12: .line 2001
            goto 14
        13: .line 2002
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 7 /* result */
            areturn
        end local 7 // java.lang.Object result
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding superInterface
        14: .line 1991
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            aload 4 /* superInterfaces */
            arraylength
            if_icmplt 4
        end local 5 // int i
        16: .line 2005
            aload 3 /* toVisitChildren */
            invokevirtual java.util.ArrayList.iterator:()Ljava/util/Iterator;
            astore 5 /* iter */
        start local 5 // java.util.Iterator iter
        17: goto 22
        18: .line 2006
      StackMap locals: org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor java.util.ArrayList org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding java.util.ArrayList org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] java.util.Iterator
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            astore 6 /* child */
        start local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding child
        19: .line 2007
            aload 0 /* this */
            aload 1 /* visited */
            aload 6 /* child */
            invokevirtual org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.visitInheritDocInterfaces:(Ljava/util/ArrayList;Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;)Ljava/lang/Object;
            astore 7 /* result */
        start local 7 // java.lang.Object result
        20: .line 2008
            aload 7 /* result */
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.CONTINUE:Ljava/lang/Object;
            if_acmpeq 22
        21: .line 2009
            aload 7 /* result */
            areturn
        end local 7 // java.lang.Object result
        end local 6 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding child
        22: .line 2005
      StackMap locals:
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 18
        end local 5 // java.util.Iterator iter
        23: .line 2011
            getstatic org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor.CONTINUE:Ljava/lang/Object;
            areturn
        end local 4 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding[] superInterfaces
        end local 3 // java.util.ArrayList toVisitChildren
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding currentType
        end local 1 // java.util.ArrayList visited
        end local 0 // org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   24     0             this  Lorg/eclipse/jdt/internal/codeassist/SelectionEngine$InheritDocVisitor;
            0   24     1          visited  Ljava/util/ArrayList;
            0   24     2      currentType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            1   24     3  toVisitChildren  Ljava/util/ArrayList;
            2   24     4  superInterfaces  [Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            3   16     5                i  I
            5   14     6   superInterface  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            9   14     7           result  Ljava/lang/Object;
           17   23     5             iter  Ljava/util/Iterator;
           19   22     6            child  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
           20   22     7           result  Ljava/lang/Object;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
             Name  Flags
      visited      
      currentType  
}
SourceFile: "SelectionEngine.java"
NestHost: org.eclipse.jdt.internal.codeassist.SelectionEngine
InnerClasses:
  abstract InheritDocVisitor = org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor of org.eclipse.jdt.internal.codeassist.SelectionEngine
  org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor$1
  org.eclipse.jdt.internal.codeassist.SelectionEngine$InheritDocVisitor$2