public abstract class com.sun.org.apache.bcel.internal.generic.InvokeInstruction extends com.sun.org.apache.bcel.internal.generic.FieldOrMethod implements com.sun.org.apache.bcel.internal.generic.ExceptionThrower, com.sun.org.apache.bcel.internal.generic.StackConsumer, com.sun.org.apache.bcel.internal.generic.StackProducer
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.bcel.internal.generic.InvokeInstruction
  super_class: com.sun.org.apache.bcel.internal.generic.FieldOrMethod
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
         0: .line 43
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.<init>:()V
         1: .line 44
            return
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;

  protected void <init>(short, int);
    descriptor: (SI)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // short opcode
        start local 2 // int index
         0: .line 51
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* index */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.<init>:(SI)V
         1: .line 52
            return
        end local 2 // int index
        end local 1 // short opcode
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    2     1  opcode  S
            0    2     2   index  I
    MethodParameters:
        Name  Flags
      opcode  final
      index   final

  public java.lang.String toString(com.sun.org.apache.bcel.internal.classfile.ConstantPool);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cp
         0: .line 60
            aload 1 /* cp */
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.getIndex:()I
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(I)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            astore 2 /* c */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.Constant c
         1: .line 61
            new java.util.StringTokenizer
            dup
            aload 1 /* cp */
            aload 2 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(Lcom/sun/org/apache/bcel/internal/classfile/Constant;)Ljava/lang/String;
            invokespecial java.util.StringTokenizer.<init>:(Ljava/lang/String;)V
            astore 3 /* tok */
        start local 3 // java.util.StringTokenizer tok
         2: .line 62
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.getOpcode:()S
            invokestatic com.sun.org.apache.bcel.internal.Const.getOpcodeName:(I)Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* tok */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            bipush 46
            bipush 47
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 63
            aload 3 /* tok */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 62
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.util.StringTokenizer tok
        end local 2 // com.sun.org.apache.bcel.internal.classfile.Constant c
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cp
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    5     1    cp  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1    5     2     c  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            2    5     3   tok  Ljava/util/StringTokenizer;
    MethodParameters:
      Name  Flags
      cp    final

  public int consumeStack(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 75
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.getOpcode:()S
            sipush 184
            if_icmpeq 1
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.getOpcode:()S
            sipush 186
            if_icmpne 3
         1: .line 76
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* sum */
        start local 2 // int sum
         2: .line 77
            goto 4
        end local 2 // int sum
         3: .line 78
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* sum */
        start local 2 // int sum
         4: .line 81
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.InvokeInstruction.getSignature:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
            astore 3 /* signature */
        start local 3 // java.lang.String signature
         5: .line 82
            iload 2 /* sum */
            aload 3 /* signature */
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getArgumentTypesSize:(Ljava/lang/String;)I
            iadd
            istore 2 /* sum */
         6: .line 83
            iload 2 /* sum */
            ireturn
        end local 3 // java.lang.String signature
        end local 2 // int sum
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    7     1        cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
            2    3     2        sum  I
            4    7     2        sum  I
            5    7     3  signature  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      cpg   final

  public int produceStack(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 94
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.InvokeInstruction.getSignature:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
            astore 2 /* signature */
        start local 2 // java.lang.String signature
         1: .line 95
            aload 2 /* signature */
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getReturnTypeSize:(Ljava/lang/String;)I
            ireturn
        end local 2 // java.lang.String signature
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    2     1        cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
            1    2     2  signature  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      cpg   final

  public java.lang.String getClassName(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 110
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.getConstantPool:()Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            astore 2 /* cp */
        start local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cp
         1: .line 111
            aload 2 /* cp */
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.getIndex:()I
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstant:(I)Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            checkcast com.sun.org.apache.bcel.internal.classfile.ConstantCP
            astore 3 /* cmr */
        start local 3 // com.sun.org.apache.bcel.internal.classfile.ConstantCP cmr
         2: .line 112
            aload 2 /* cp */
            aload 3 /* cmr */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantCP.getClassIndex:()I
            bipush 7
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.getConstantString:(IB)Ljava/lang/String;
            astore 4 /* className */
        start local 4 // java.lang.String className
         3: .line 113
            aload 4 /* className */
            bipush 47
            bipush 46
            invokevirtual java.lang.String.replace:(CC)Ljava/lang/String;
            areturn
        end local 4 // java.lang.String className
        end local 3 // com.sun.org.apache.bcel.internal.classfile.ConstantCP cmr
        end local 2 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cp
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    4     1        cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
            1    4     2         cp  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            2    4     3        cmr  Lcom/sun/org/apache/bcel/internal/classfile/ConstantCP;
            3    4     4  className  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      cpg   final

  public com.sun.org.apache.bcel.internal.generic.Type getType(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Lcom/sun/org/apache/bcel/internal/generic/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 120
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.InvokeInstruction.getReturnType:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Lcom/sun/org/apache/bcel/internal/generic/Type;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    1     1   cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
    MethodParameters:
      Name  Flags
      cpg   final

  public java.lang.String getMethodName(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 127
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.InvokeInstruction.getName:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    1     1   cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
    MethodParameters:
      Name  Flags
      cpg   final

  public com.sun.org.apache.bcel.internal.generic.Type getReturnType(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Lcom/sun/org/apache/bcel/internal/generic/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 134
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.InvokeInstruction.getSignature:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getReturnType:(Ljava/lang/String;)Lcom/sun/org/apache/bcel/internal/generic/Type;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    1     1   cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
    MethodParameters:
      Name  Flags
      cpg   final

  public com.sun.org.apache.bcel.internal.generic.Type[] getArgumentTypes(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)[Lcom/sun/org/apache/bcel/internal/generic/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 141
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.InvokeInstruction.getSignature:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getArgumentTypes:(Ljava/lang/String;)[Lcom/sun/org/apache/bcel/internal/generic/Type;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.InvokeInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0    1     1   cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
    MethodParameters:
      Name  Flags
      cpg   final
}
SourceFile: "InvokeInstruction.java"