public class org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute extends org.aspectj.weaver.AjAttribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute
  super_class: org.aspectj.weaver.AjAttribute
{
  public static final java.lang.String AttributeName;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.aspectj.weaver.MethodDeclarationLineNumber"

  private final int lineNumber;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int offset;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public java.lang.String getNameString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
         0: .line 414
            ldc "org.aspectj.weaver.MethodDeclarationLineNumber"
            areturn
        end local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/weaver/AjAttribute$MethodDeclarationLineNumberAttribute;

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
        start local 1 // int line
        start local 2 // int offset
         0: .line 423
            aload 0 /* this */
            invokespecial org.aspectj.weaver.AjAttribute.<init>:()V
         1: .line 424
            aload 0 /* this */
            iload 1 /* line */
            putfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.lineNumber:I
         2: .line 425
            aload 0 /* this */
            iload 2 /* offset */
            putfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.offset:I
         3: .line 426
            return
        end local 2 // int offset
        end local 1 // int line
        end local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/aspectj/weaver/AjAttribute$MethodDeclarationLineNumberAttribute;
            0    4     1    line  I
            0    4     2  offset  I
    MethodParameters:
        Name  Flags
      line    
      offset  

  public int getLineNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
         0: .line 429
            aload 0 /* this */
            getfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.lineNumber:I
            ireturn
        end local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/weaver/AjAttribute$MethodDeclarationLineNumberAttribute;

  public int getOffset();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
         0: .line 433
            aload 0 /* this */
            getfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.offset:I
            ireturn
        end local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/weaver/AjAttribute$MethodDeclarationLineNumberAttribute;

  public void write(org.aspectj.weaver.CompressingDataOutputStream);
    descriptor: (Lorg/aspectj/weaver/CompressingDataOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
        start local 1 // org.aspectj.weaver.CompressingDataOutputStream s
         0: .line 438
            aload 1 /* s */
            aload 0 /* this */
            getfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.lineNumber:I
            invokevirtual org.aspectj.weaver.CompressingDataOutputStream.writeInt:(I)V
         1: .line 439
            aload 1 /* s */
            aload 0 /* this */
            getfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.offset:I
            invokevirtual org.aspectj.weaver.CompressingDataOutputStream.writeInt:(I)V
         2: .line 440
            return
        end local 1 // org.aspectj.weaver.CompressingDataOutputStream s
        end local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/aspectj/weaver/AjAttribute$MethodDeclarationLineNumberAttribute;
            0    3     1     s  Lorg/aspectj/weaver/CompressingDataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  public static org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute read(org.aspectj.weaver.VersionedDataInputStream);
    descriptor: (Lorg/aspectj/weaver/VersionedDataInputStream;)Lorg/aspectj/weaver/AjAttribute$MethodDeclarationLineNumberAttribute;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.aspectj.weaver.VersionedDataInputStream s
         0: .line 443
            aload 0 /* s */
            invokevirtual org.aspectj.weaver.VersionedDataInputStream.readInt:()I
            istore 1 /* line */
        start local 1 // int line
         1: .line 444
            iconst_0
            istore 2 /* offset */
        start local 2 // int offset
         2: .line 445
            aload 0 /* s */
            invokevirtual org.aspectj.weaver.VersionedDataInputStream.available:()I
            ifle 4
         3: .line 446
            aload 0 /* s */
            invokevirtual org.aspectj.weaver.VersionedDataInputStream.readInt:()I
            istore 2 /* offset */
         4: .line 448
      StackMap locals: int int
      StackMap stack:
            new org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute
            dup
            iload 1 /* line */
            iload 2 /* offset */
            invokespecial org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.<init>:(II)V
            areturn
        end local 2 // int offset
        end local 1 // int line
        end local 0 // org.aspectj.weaver.VersionedDataInputStream s
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0       s  Lorg/aspectj/weaver/VersionedDataInputStream;
            1    5     1    line  I
            2    5     2  offset  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  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.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
         0: .line 453
            new java.lang.StringBuilder
            dup
            ldc "org.aspectj.weaver.MethodDeclarationLineNumber: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.lineNumber:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute.offset:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/aspectj/weaver/AjAttribute$MethodDeclarationLineNumberAttribute;
}
SourceFile: "AjAttribute.java"
NestHost: org.aspectj.weaver.AjAttribute
InnerClasses:
  public MethodDeclarationLineNumberAttribute = org.aspectj.weaver.AjAttribute$MethodDeclarationLineNumberAttribute of org.aspectj.weaver.AjAttribute