class com.sun.tools.classfile.ReferenceFinder$2 implements com.sun.tools.classfile.Instruction$KindVisitor<java.lang.Integer, java.util.List<java.lang.Integer>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.classfile.ReferenceFinder$2
  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$2 this
         0: .line 206
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.classfile.ReferenceFinder$2.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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/classfile/ReferenceFinder$2;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.lang.Integer visitNoOperands(com.sun.tools.classfile.Instruction, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // java.util.List p
         0: .line 209
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // java.util.List p
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;Ljava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      p      

  public java.lang.Integer visitArrayType(com.sun.tools.classfile.Instruction, com.sun.tools.classfile.Instruction$TypeKind, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // com.sun.tools.classfile.Instruction$TypeKind kind
        start local 3 // java.util.List p
         0: .line 213
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 3 // java.util.List p
        end local 2 // com.sun.tools.classfile.Instruction$TypeKind kind
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2   kind  Lcom/sun/tools/classfile/Instruction$TypeKind;
            0    1     3      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;Lcom/sun/tools/classfile/Instruction$TypeKind;Ljava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      kind   
      p      

  public java.lang.Integer visitBranch(com.sun.tools.classfile.Instruction, int, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int offset
        start local 3 // java.util.List p
         0: .line 217
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 3 // java.util.List p
        end local 2 // int offset
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1   instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  offset  I
            0    1     3       p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
        Name  Flags
      instr   
      offset  
      p       

  public java.lang.Integer visitConstantPoolRef(com.sun.tools.classfile.Instruction, int, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // java.util.List p
         0: .line 221
            aload 3 /* p */
            iload 2 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 1
            iload 2 /* index */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 3 // java.util.List p
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    3     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    3     2  index  I
            0    3     3      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      index  
      p      

  public java.lang.Integer visitConstantPoolRefAndValue(com.sun.tools.classfile.Instruction, int, int, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // int value
        start local 4 // java.util.List p
         0: .line 225
            aload 4 /* p */
            iload 2 /* index */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            ifeq 1
            iload 2 /* index */
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 4 // java.util.List p
        end local 3 // int value
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    3     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    3     2  index  I
            0    3     3  value  I
            0    3     4      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;IILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      index  
      value  
      p      

  public java.lang.Integer visitLocal(com.sun.tools.classfile.Instruction, int, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // java.util.List p
         0: .line 229
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 3 // java.util.List p
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  index  I
            0    1     3      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      index  
      p      

  public java.lang.Integer visitLocalAndValue(com.sun.tools.classfile.Instruction, int, int, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=5, args_size=5
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int index
        start local 3 // int value
        start local 4 // java.util.List p
         0: .line 233
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 4 // java.util.List p
        end local 3 // int value
        end local 2 // int index
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  index  I
            0    1     3  value  I
            0    1     4      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;IILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      index  
      value  
      p      

  public java.lang.Integer visitLookupSwitch(com.sun.tools.classfile.Instruction, int, int, int[], int[], java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=7, args_size=7
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int default_
        start local 3 // int npairs
        start local 4 // int[] matches
        start local 5 // int[] offsets
        start local 6 // java.util.List p
         0: .line 237
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 6 // java.util.List p
        end local 5 // int[] offsets
        end local 4 // int[] matches
        end local 3 // int npairs
        end local 2 // int default_
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1     instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  default_  I
            0    1     3    npairs  I
            0    1     4   matches  [I
            0    1     5   offsets  [I
            0    1     6         p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
          Name  Flags
      instr     
      default_  
      npairs    
      matches   
      offsets   
      p         

  public java.lang.Integer visitTableSwitch(com.sun.tools.classfile.Instruction, int, int, int, int[], java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;III[ILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=7, args_size=7
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int default_
        start local 3 // int low
        start local 4 // int high
        start local 5 // int[] offsets
        start local 6 // java.util.List p
         0: .line 241
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 6 // java.util.List p
        end local 5 // int[] offsets
        end local 4 // int high
        end local 3 // int low
        end local 2 // int default_
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1     instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  default_  I
            0    1     3       low  I
            0    1     4      high  I
            0    1     5   offsets  [I
            0    1     6         p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;III[ILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
          Name  Flags
      instr     
      default_  
      low       
      high      
      offsets   
      p         

  public java.lang.Integer visitValue(com.sun.tools.classfile.Instruction, int, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // int value
        start local 3 // java.util.List p
         0: .line 245
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 3 // java.util.List p
        end local 2 // int value
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2  value  I
            0    1     3      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;ILjava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      value  
      p      

  public java.lang.Integer visitUnknown(com.sun.tools.classfile.Instruction, java.util.List<java.lang.Integer>);
    descriptor: (Lcom/sun/tools/classfile/Instruction;Ljava/util/List;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
        start local 1 // com.sun.tools.classfile.Instruction instr
        start local 2 // java.util.List p
         0: .line 249
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // java.util.List p
        end local 1 // com.sun.tools.classfile.Instruction instr
        end local 0 // com.sun.tools.classfile.ReferenceFinder$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/classfile/ReferenceFinder$2;
            0    1     1  instr  Lcom/sun/tools/classfile/Instruction;
            0    1     2      p  Ljava/util/List<Ljava/lang/Integer;>;
    Signature: (Lcom/sun/tools/classfile/Instruction;Ljava/util/List<Ljava/lang/Integer;>;)Ljava/lang/Integer;
    MethodParameters:
       Name  Flags
      instr  
      p      

  public java.lang.Object visitBranch(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitBranch:(Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitNoOperands(com.sun.tools.classfile.Instruction, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;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 java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitNoOperands:(Lcom/sun/tools/classfile/Instruction;Ljava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLookupSwitch(com.sun.tools.classfile.Instruction, int, int, int[], int[], java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;II[I[ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            aload 5
            aload 6
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitLookupSwitch:(Lcom/sun/tools/classfile/Instruction;II[I[ILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitValue(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitValue:(Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitTableSwitch(com.sun.tools.classfile.Instruction, int, int, int, int[], java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;III[ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=7
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            iload 4
            aload 5
            aload 6
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitTableSwitch:(Lcom/sun/tools/classfile/Instruction;III[ILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLocalAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitLocalAndValue:(Lcom/sun/tools/classfile/Instruction;IILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitConstantPoolRef(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitConstantPoolRef:(Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitUnknown(com.sun.tools.classfile.Instruction, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;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 java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitUnknown:(Lcom/sun/tools/classfile/Instruction;Ljava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object visitLocal(com.sun.tools.classfile.Instruction, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            aload 3
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitLocal:(Lcom/sun/tools/classfile/Instruction;ILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public java.lang.Object visitConstantPoolRefAndValue(com.sun.tools.classfile.Instruction, int, int, java.lang.Object);
    descriptor: (Lcom/sun/tools/classfile/Instruction;IILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            checkcast java.util.List
            invokevirtual com.sun.tools.classfile.ReferenceFinder$2.visitConstantPoolRefAndValue:(Lcom/sun/tools/classfile/Instruction;IILjava/util/List;)Ljava/lang/Integer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/sun/tools/classfile/Instruction$KindVisitor<Ljava/lang/Integer;Ljava/util/List<Ljava/lang/Integer;>;>;
SourceFile: "ReferenceFinder.java"
EnclosingMethod: com.sun.tools.classfile.ReferenceFinder
NestHost: com.sun.tools.classfile.ReferenceFinder
InnerClasses:
  public abstract KindVisitor = com.sun.tools.classfile.Instruction$KindVisitor of com.sun.tools.classfile.Instruction
  public final TypeKind = com.sun.tools.classfile.Instruction$TypeKind of com.sun.tools.classfile.Instruction
  com.sun.tools.classfile.ReferenceFinder$2