class com.sun.tools.classfile.ReferenceFinder$1 implements com.sun.tools.classfile.ConstantPool$Visitor<java.lang.Boolean, com.sun.tools.classfile.ConstantPool>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.classfile.ReferenceFinder$1
  super_class: java.lang.Object
{
  final com.sun.tools.classfile.ReferenceFinder this$0;
    descriptor: Lcom/sun/tools/classfile/ReferenceFinder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.classfile.ReferenceFinder);
    descriptor: (Lcom/sun/tools/classfile/ReferenceFinder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
         0: .line 133
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.classfile.ReferenceFinder$1.this$0:Lcom/sun/tools/classfile/ReferenceFinder;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ReferenceFinder$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Boolean visitClass(com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 136
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitFieldref(com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 140
            aload 0 /* this */
            getfield com.sun.tools.classfile.ReferenceFinder$1.this$0:Lcom/sun/tools/classfile/ReferenceFinder;
            getfield com.sun.tools.classfile.ReferenceFinder.filter:Lcom/sun/tools/classfile/ReferenceFinder$Filter;
            aload 2 /* cpool */
            aload 1 /* info */
            invokeinterface com.sun.tools.classfile.ReferenceFinder$Filter.accept:(Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitDouble(com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 144
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitFloat(com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 148
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitInteger(com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 152
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitInterfaceMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 156
            aload 0 /* this */
            getfield com.sun.tools.classfile.ReferenceFinder$1.this$0:Lcom/sun/tools/classfile/ReferenceFinder;
            getfield com.sun.tools.classfile.ReferenceFinder.filter:Lcom/sun/tools/classfile/ReferenceFinder$Filter;
            aload 2 /* cpool */
            aload 1 /* info */
            invokeinterface com.sun.tools.classfile.ReferenceFinder$Filter.accept:(Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitInvokeDynamic(com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 160
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitDynamicConstant(com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info info
        start local 2 // com.sun.tools.classfile.ConstantPool constantPool
         0: .line 165
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool constantPool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1          info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;
            0    1     2  constantPool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
              Name  Flags
      info          
      constantPool  

  public java.lang.Boolean visitLong(com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 169
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitMethodHandle(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 173
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 177
            aload 0 /* this */
            getfield com.sun.tools.classfile.ReferenceFinder$1.this$0:Lcom/sun/tools/classfile/ReferenceFinder;
            getfield com.sun.tools.classfile.ReferenceFinder.filter:Lcom/sun/tools/classfile/ReferenceFinder$Filter;
            aload 2 /* cpool */
            aload 1 /* info */
            invokeinterface com.sun.tools.classfile.ReferenceFinder$Filter.accept:(Lcom/sun/tools/classfile/ConstantPool;Lcom/sun/tools/classfile/ConstantPool$CPRefInfo;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitMethodType(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 181
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitModule(com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 185
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitNameAndType(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 189
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitPackage(com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 193
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitString(com.sun.tools.classfile.ConstantPool$CONSTANT_String_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_String_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 197
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_String_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Boolean visitUtf8(com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info, com.sun.tools.classfile.ConstantPool);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
        start local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info info
        start local 2 // com.sun.tools.classfile.ConstantPool cpool
         0: .line 201
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // com.sun.tools.classfile.ConstantPool cpool
        end local 1 // com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info info
        end local 0 // com.sun.tools.classfile.ReferenceFinder$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$1;
            0    1     1   info  Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;
            0    1     2  cpool  Lcom/sun/tools/classfile/ConstantPool;
    MethodParameters:
       Name  Flags
      info   
      cpool  

  public java.lang.Object visitDynamicConstant(com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitDynamicConstant:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Dynamic_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitFloat(com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitFloat:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Float_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethodType(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitMethodType:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodType_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitDouble(com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitDouble:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Double_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitUtf8(com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitUtf8:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Utf8_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethodHandle(com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitMethodHandle:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_MethodHandle_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitInterfaceMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitInterfaceMethodref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InterfaceMethodref_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLong(com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitLong:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Long_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitNameAndType(com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitNameAndType:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_NameAndType_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitFieldref(com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitFieldref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Fieldref_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitModule(com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitModule:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Module_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitInteger(com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitInteger:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Integer_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitInvokeDynamic(com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitInvokeDynamic:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_InvokeDynamic_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitPackage(com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitPackage:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Package_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitClass(com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitClass:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Class_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitMethodref(com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitMethodref:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_Methodref_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitString(com.sun.tools.classfile.ConstantPool$CONSTANT_String_info, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast com.sun.tools.classfile.ConstantPool
            invokevirtual com.sun.tools.classfile.ReferenceFinder$1.visitString:(Lcom/sun/tools/classfile/ConstantPool$CONSTANT_String_info;Lcom/sun/tools/classfile/ConstantPool;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/sun/tools/classfile/ConstantPool$Visitor<Ljava/lang/Boolean;Lcom/sun/tools/classfile/ConstantPool;>;
SourceFile: "ReferenceFinder.java"
EnclosingMethod: com.sun.tools.classfile.ReferenceFinder
NestHost: com.sun.tools.classfile.ReferenceFinder
InnerClasses:
  public CONSTANT_Class_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Class_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Double_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Double_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Dynamic_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Dynamic_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Fieldref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Fieldref_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Float_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Float_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Integer_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Integer_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_InterfaceMethodref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_InterfaceMethodref_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_InvokeDynamic_info = com.sun.tools.classfile.ConstantPool$CONSTANT_InvokeDynamic_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Long_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Long_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_MethodHandle_info = com.sun.tools.classfile.ConstantPool$CONSTANT_MethodHandle_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_MethodType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_MethodType_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Methodref_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Methodref_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Module_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Module_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_NameAndType_info = com.sun.tools.classfile.ConstantPool$CONSTANT_NameAndType_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Package_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Package_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_String_info = com.sun.tools.classfile.ConstantPool$CONSTANT_String_info of com.sun.tools.classfile.ConstantPool
  public CONSTANT_Utf8_info = com.sun.tools.classfile.ConstantPool$CONSTANT_Utf8_info of com.sun.tools.classfile.ConstantPool
  public abstract CPRefInfo = com.sun.tools.classfile.ConstantPool$CPRefInfo of com.sun.tools.classfile.ConstantPool
  public abstract Visitor = com.sun.tools.classfile.ConstantPool$Visitor of com.sun.tools.classfile.ConstantPool
  com.sun.tools.classfile.ReferenceFinder$1
  public abstract Filter = com.sun.tools.classfile.ReferenceFinder$Filter of com.sun.tools.classfile.ReferenceFinder