public class org.apache.fop.pdf.PDFDests extends org.apache.fop.pdf.PDFNameTreeNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.pdf.PDFDests
  super_class: org.apache.fop.pdf.PDFNameTreeNode
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.pdf.PDFDests this
         0: .line 34
            aload 0 /* this */
            invokespecial org.apache.fop.pdf.PDFNameTreeNode.<init>:()V
         1: .line 35
            return
        end local 0 // org.apache.fop.pdf.PDFDests this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/pdf/PDFDests;

  public void <init>(java.util.List);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.fop.pdf.PDFDests this
        start local 1 // java.util.List destinationList
         0: .line 42
            aload 0 /* this */
            invokespecial org.apache.fop.pdf.PDFDests.<init>:()V
         1: .line 43
            aload 0 /* this */
            new org.apache.fop.pdf.PDFArray
            dup
            aload 0 /* this */
            aload 1 /* destinationList */
            invokespecial org.apache.fop.pdf.PDFArray.<init>:(Lorg/apache/fop/pdf/PDFObject;Ljava/util/List;)V
            invokevirtual org.apache.fop.pdf.PDFDests.setNames:(Lorg/apache/fop/pdf/PDFArray;)V
         2: .line 44
            return
        end local 1 // java.util.List destinationList
        end local 0 // org.apache.fop.pdf.PDFDests this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/apache/fop/pdf/PDFDests;
            0    3     1  destinationList  Ljava/util/List;
    MethodParameters:
                 Name  Flags
      destinationList  
}
SourceFile: "PDFDests.java"