public class org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern extends org.eclipse.jdt.internal.core.search.matching.MethodPattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern
  super_class: org.eclipse.jdt.internal.core.search.matching.MethodPattern
{
  protected org.eclipse.jdt.core.IJavaElement enclosingElement;
    descriptor: Lorg/eclipse/jdt/core/IJavaElement;
    flags: (0x0004) ACC_PROTECTED

  protected org.eclipse.jdt.internal.compiler.util.SimpleSet knownMethods;
    descriptor: Lorg/eclipse/jdt/internal/compiler/util/SimpleSet;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.eclipse.jdt.core.IJavaElement);
    descriptor: (Lorg/eclipse/jdt/core/IJavaElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern this
        start local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
         0: .line 28
            aload 0 /* this */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            iconst_2
            iconst_2
            invokespecial org.eclipse.jdt.internal.core.search.matching.MethodPattern.<init>:([C[C[C[C[C[[C[[CLorg/eclipse/jdt/core/IType;II)V
         1: .line 30
            aload 0 /* this */
            aload 1 /* enclosingElement */
            putfield org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern.enclosingElement:Lorg/eclipse/jdt/core/IJavaElement;
         2: .line 31
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.util.SimpleSet
            dup
            invokespecial org.eclipse.jdt.internal.compiler.util.SimpleSet.<init>:()V
            putfield org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern.knownMethods:Lorg/eclipse/jdt/internal/compiler/util/SimpleSet;
         3: .line 32
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern.mustResolve:Z
         4: .line 33
            return
        end local 1 // org.eclipse.jdt.core.IJavaElement enclosingElement
        end local 0 // org.eclipse.jdt.internal.core.search.matching.DeclarationOfReferencedMethodsPattern this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/eclipse/jdt/internal/core/search/matching/DeclarationOfReferencedMethodsPattern;
            0    5     1  enclosingElement  Lorg/eclipse/jdt/core/IJavaElement;
    MethodParameters:
                  Name  Flags
      enclosingElement  
}
SourceFile: "DeclarationOfReferencedMethodsPattern.java"