public final class org.apache.bcel.classfile.ConstantModule extends org.apache.bcel.classfile.Constant implements org.apache.bcel.classfile.ConstantObject
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.bcel.classfile.ConstantModule
  super_class: org.apache.bcel.classfile.Constant
{
  private int nameIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.bcel.classfile.ConstantModule);
    descriptor: (Lorg/apache/bcel/classfile/ConstantModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // org.apache.bcel.classfile.ConstantModule c
         0: .line 44
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantModule.getNameIndex:()I
            invokespecial org.apache.bcel.classfile.ConstantModule.<init>:(I)V
         1: .line 45
            return
        end local 1 // org.apache.bcel.classfile.ConstantModule c
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantModule;
            0    2     1     c  Lorg/apache/bcel/classfile/ConstantModule;
    MethodParameters:
      Name  Flags
      c     final

  void <init>(java.io.DataInput);
    descriptor: (Ljava/io/DataInput;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // java.io.DataInput file
         0: .line 55
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            invokespecial org.apache.bcel.classfile.ConstantModule.<init>:(I)V
         1: .line 56
            return
        end local 1 // java.io.DataInput file
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantModule;
            0    2     1  file  Ljava/io/DataInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // int nameIndex
         0: .line 64
            aload 0 /* this */
            bipush 19
            invokespecial org.apache.bcel.classfile.Constant.<init>:(B)V
         1: .line 65
            aload 0 /* this */
            iload 1 /* nameIndex */
            putfield org.apache.bcel.classfile.ConstantModule.nameIndex:I
         2: .line 66
            return
        end local 1 // int nameIndex
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/bcel/classfile/ConstantModule;
            0    3     1  nameIndex  I
    MethodParameters:
           Name  Flags
      nameIndex  final

  public void accept(org.apache.bcel.classfile.Visitor);
    descriptor: (Lorg/apache/bcel/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // org.apache.bcel.classfile.Visitor v
         0: .line 78
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface org.apache.bcel.classfile.Visitor.visitConstantModule:(Lorg/apache/bcel/classfile/ConstantModule;)V
         1: .line 79
            return
        end local 1 // org.apache.bcel.classfile.Visitor v
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantModule;
            0    2     1     v  Lorg/apache/bcel/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     final

  public void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // java.io.DataOutputStream file
         0: .line 90
            aload 1 /* file */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Constant.getTag:()B
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 91
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantModule.nameIndex:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 92
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/ConstantModule;
            0    3     1  file  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public int getNameIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantModule this
         0: .line 99
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantModule.nameIndex:I
            ireturn
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantModule;

  public void setNameIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // int nameIndex
         0: .line 107
            aload 0 /* this */
            iload 1 /* nameIndex */
            putfield org.apache.bcel.classfile.ConstantModule.nameIndex:I
         1: .line 108
            return
        end local 1 // int nameIndex
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/bcel/classfile/ConstantModule;
            0    2     1  nameIndex  I
    MethodParameters:
           Name  Flags
      nameIndex  final

  public java.lang.Object getConstantValue(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // org.apache.bcel.classfile.ConstantPool cp
         0: .line 115
            aload 1 /* cp */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantModule.nameIndex:I
            iconst_1
            invokevirtual org.apache.bcel.classfile.ConstantPool.getConstant:(IB)Lorg/apache/bcel/classfile/Constant;
            astore 2 /* c */
        start local 2 // org.apache.bcel.classfile.Constant c
         1: .line 116
            aload 2 /* c */
            checkcast org.apache.bcel.classfile.ConstantUtf8
            invokevirtual org.apache.bcel.classfile.ConstantUtf8.getBytes:()Ljava/lang/String;
            areturn
        end local 2 // org.apache.bcel.classfile.Constant c
        end local 1 // org.apache.bcel.classfile.ConstantPool cp
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantModule;
            0    2     1    cp  Lorg/apache/bcel/classfile/ConstantPool;
            1    2     2     c  Lorg/apache/bcel/classfile/Constant;
    MethodParameters:
      Name  Flags
      cp    final

  public java.lang.String getBytes(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantModule this
        start local 1 // org.apache.bcel.classfile.ConstantPool cp
         0: .line 123
            aload 0 /* this */
            aload 1 /* cp */
            invokevirtual org.apache.bcel.classfile.ConstantModule.getConstantValue:(Lorg/apache/bcel/classfile/ConstantPool;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantPool cp
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantModule;
            0    1     1    cp  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
      Name  Flags
      cp    final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantModule this
         0: .line 132
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Constant.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "(nameIndex = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantModule.nameIndex:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.bcel.classfile.ConstantModule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantModule;
}
SourceFile: "ConstantModule.java"