public abstract class com.sun.org.apache.bcel.internal.generic.FieldInstruction extends com.sun.org.apache.bcel.internal.generic.FieldOrMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.bcel.internal.generic.FieldInstruction
  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.FieldInstruction this
         0: .line 37
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.<init>:()V
         1: .line 38
            return
        end local 0 // com.sun.org.apache.bcel.internal.generic.FieldInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/generic/FieldInstruction;

  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.FieldInstruction this
        start local 1 // short opcode
        start local 2 // int index
         0: .line 45
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* index */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.<init>:(SI)V
         1: .line 46
            return
        end local 2 // int index
        end local 1 // short opcode
        end local 0 // com.sun.org.apache.bcel.internal.generic.FieldInstruction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/org/apache/bcel/internal/generic/FieldInstruction;
            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=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.FieldInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cp
         0: .line 54
            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;
         1: .line 55
            aload 1 /* cp */
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.generic.FieldOrMethod.getIndex:()I
            bipush 9
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 54
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantPool cp
        end local 0 // com.sun.org.apache.bcel.internal.generic.FieldInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/generic/FieldInstruction;
            0    3     1    cp  Lcom/sun/org/apache/bcel/internal/classfile/ConstantPool;
    MethodParameters:
      Name  Flags
      cp    final

  protected int getFieldSize(com.sun.org.apache.bcel.internal.generic.ConstantPoolGen);
    descriptor: (Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.generic.FieldInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 62
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.FieldInstruction.getSignature:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getTypeSize:(Ljava/lang/String;)I
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.size:(I)I
            ireturn
        end local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
        end local 0 // com.sun.org.apache.bcel.internal.generic.FieldInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/FieldInstruction;
            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 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.FieldInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 70
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.FieldInstruction.getFieldType:(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.FieldInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/FieldInstruction;
            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 getFieldType(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.FieldInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 77
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.FieldInstruction.getSignature:(Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;)Ljava/lang/String;
            invokestatic com.sun.org.apache.bcel.internal.generic.Type.getType:(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.FieldInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/FieldInstruction;
            0    1     1   cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
    MethodParameters:
      Name  Flags
      cpg   final

  public java.lang.String getFieldName(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.FieldInstruction this
        start local 1 // com.sun.org.apache.bcel.internal.generic.ConstantPoolGen cpg
         0: .line 84
            aload 0 /* this */
            aload 1 /* cpg */
            invokevirtual com.sun.org.apache.bcel.internal.generic.FieldInstruction.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.FieldInstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/generic/FieldInstruction;
            0    1     1   cpg  Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
    MethodParameters:
      Name  Flags
      cpg   final
}
SourceFile: "FieldInstruction.java"