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 42
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.<init>:()V
         1: .line 43
            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 50
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* index */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.<init>:(SI)V
         1: .line 51
            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=6, 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 59
            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 60
            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
            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;
            astore 4 /* opcodeName */
        start local 4 // java.lang.String opcodeName
         3: .line 64
            new java.lang.StringBuilder
            dup
            aload 4 /* opcodeName */
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 5 /* sb */
        start local 5 // java.lang.StringBuilder sb
         4: .line 65
            aload 3 /* tok */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifeq 9
         5: .line 66
            aload 5 /* sb */
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 67
            aload 5 /* sb */
            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;
            pop
         7: .line 68
            aload 3 /* tok */
            invokevirtual java.util.StringTokenizer.hasMoreTokens:()Z
            ifeq 9
         8: .line 69
            aload 5 /* sb */
            aload 3 /* tok */
            invokevirtual java.util.StringTokenizer.nextToken:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 73
      StackMap locals: com.sun.org.apache.bcel.internal.generic.InvokeInstruction com.sun.org.apache.bcel.internal.classfile.ConstantPool com.sun.org.apache.bcel.internal.classfile.Constant java.util.StringTokenizer java.lang.String java.lang.StringBuilder
      StackMap stack:
            aload 5 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 5 // java.lang.StringBuilder sb
        end local 4 // java.lang.String opcodeName
        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   10     0        this  Lcom/sun/org/apache/bcel/internal/generic/InvokeInstruction;
            0   10     1          cp  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
            1   10     2           c  Lcom/sun/org/apache/bcel/internal/classfile/Constant;
            2   10     3         tok  Ljava/util/StringTokenizer;
            3   10     4  opcodeName  Ljava/lang/String;
            4   10     5          sb  Ljava/lang/StringBuilder;
    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 85
            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 86
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* sum */
        start local 2 // int sum
         2: .line 87
            goto 4
        end local 2 // int sum
         3: .line 88
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* sum */
        start local 2 // int sum
         4: .line 91
      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 92
            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 93
            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 104
            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 105
            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 120
            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 121
            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 122
            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 123
            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 130
            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 137
            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 144
            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 151
            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"