class com.sun.tools.javac.tree.TreeInfo$1 implements com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.tree.TreeInfo$1
  super_class: java.lang.Object
{
  private final com.sun.tools.javac.tree.JCTree val$tree;
    descriptor: Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$endPos;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.tree.JCTree, int);
    descriptor: (Lcom/sun/tools/javac/tree/JCTree;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
         0: .line 595
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.tree.TreeInfo$1.val$tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 0 /* this */
            iload 2
            putfield com.sun.tools.javac.tree.TreeInfo$1.val$endPos:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/TreeInfo$1;
    MethodParameters:
            Name  Flags
      val$tree    final
      val$endPos  final

  public com.sun.tools.javac.tree.JCTree getTree();
    descriptor: ()Lcom/sun/tools/javac/tree/JCTree;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
         0: .line 596
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1.val$tree:Lcom/sun/tools/javac/tree/JCTree;
            areturn
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/TreeInfo$1;

  public int getStartPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
         0: .line 597
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1.val$tree:Lcom/sun/tools/javac/tree/JCTree;
            invokestatic com.sun.tools.javac.tree.TreeInfo.getStartPos:(Lcom/sun/tools/javac/tree/JCTree;)I
            ireturn
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/TreeInfo$1;

  public int getPreferredPosition();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
         0: .line 598
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1.val$endPos:I
            ireturn
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/tree/TreeInfo$1;

  public int getEndPosition(com.sun.tools.javac.tree.EndPosTable);
    descriptor: (Lcom/sun/tools/javac/tree/EndPosTable;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
        start local 1 // com.sun.tools.javac.tree.EndPosTable endPosTable
         0: .line 600
            aload 0 /* this */
            getfield com.sun.tools.javac.tree.TreeInfo$1.val$tree:Lcom/sun/tools/javac/tree/JCTree;
            aload 1 /* endPosTable */
            invokestatic com.sun.tools.javac.tree.TreeInfo.getEndPos:(Lcom/sun/tools/javac/tree/JCTree;Lcom/sun/tools/javac/tree/EndPosTable;)I
            ireturn
        end local 1 // com.sun.tools.javac.tree.EndPosTable endPosTable
        end local 0 // com.sun.tools.javac.tree.TreeInfo$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/tools/javac/tree/TreeInfo$1;
            0    1     1  endPosTable  Lcom/sun/tools/javac/tree/EndPosTable;
    MethodParameters:
             Name  Flags
      endPosTable  
}
SourceFile: "TreeInfo.java"
EnclosingMethod: com.sun.tools.javac.tree.TreeInfo.diagEndPos:(Lcom/sun/tools/javac/tree/JCTree;)Lcom/sun/tools/javac/util/JCDiagnostic$DiagnosticPosition;
NestHost: com.sun.tools.javac.tree.TreeInfo
InnerClasses:
  com.sun.tools.javac.tree.TreeInfo$1
  public abstract DiagnosticPosition = com.sun.tools.javac.util.JCDiagnostic$DiagnosticPosition of com.sun.tools.javac.util.JCDiagnostic