class org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1 extends org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1
  super_class: org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
{
  private final org.eclipse.jface.text.IDocument val$doc;
    descriptor: Lorg/eclipse/jface/text/IDocument;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jface.text.IDocument);
    descriptor: (Lorg/eclipse/jface/text/IDocument;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1 this
         0: .line 27
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1.val$doc:Lorg/eclipse/jface/text/IDocument;
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.core.dom.rewrite.LineInformation.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/dom/rewrite/LineInformation$1;
    MethodParameters:
         Name  Flags
      val$doc  final

  public int getLineOfOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1 this
        start local 1 // int offset
         0: .line 31
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1.val$doc:Lorg/eclipse/jface/text/IDocument;
            iload 1 /* offset */
            invokeinterface org.eclipse.jface.text.IDocument.getLineOfOffset:(I)I
         1: ireturn
         2: .line 32
      StackMap locals:
      StackMap stack: org.eclipse.jface.text.BadLocationException
            pop
         3: .line 33
            iconst_m1
            ireturn
        end local 1 // int offset
        end local 0 // org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/jdt/internal/core/dom/rewrite/LineInformation$1;
            0    4     1  offset  I
      Exception table:
        from    to  target  type
           0     1       2  Class org.eclipse.jface.text.BadLocationException
    MethodParameters:
        Name  Flags
      offset  

  public int getLineOffset(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1 this
        start local 1 // int line
         0: .line 40
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1.val$doc:Lorg/eclipse/jface/text/IDocument;
            iload 1 /* line */
            invokeinterface org.eclipse.jface.text.IDocument.getLineOffset:(I)I
         1: ireturn
         2: .line 41
      StackMap locals:
      StackMap stack: org.eclipse.jface.text.BadLocationException
            pop
         3: .line 42
            iconst_m1
            ireturn
        end local 1 // int line
        end local 0 // org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jdt/internal/core/dom/rewrite/LineInformation$1;
            0    4     1  line  I
      Exception table:
        from    to  target  type
           0     1       2  Class org.eclipse.jface.text.BadLocationException
    MethodParameters:
      Name  Flags
      line  
}
SourceFile: "LineInformation.java"
EnclosingMethod: org.eclipse.jdt.internal.core.dom.rewrite.LineInformation.create:(Lorg/eclipse/jface/text/IDocument;)Lorg/eclipse/jdt/internal/core/dom/rewrite/LineInformation;
NestHost: org.eclipse.jdt.internal.core.dom.rewrite.LineInformation
InnerClasses:
  org.eclipse.jdt.internal.core.dom.rewrite.LineInformation$1