public class org.apache.fop.fo.flow.PageNumberCitation extends org.apache.fop.fo.flow.AbstractPageNumberCitation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.flow.PageNumberCitation
  super_class: org.apache.fop.fo.flow.AbstractPageNumberCitation
{
  public void <init>(org.apache.fop.fo.FONode);
    descriptor: (Lorg/apache/fop/fo/FONode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.flow.PageNumberCitation this
        start local 1 // org.apache.fop.fo.FONode parent
         0: .line 40
            aload 0 /* this */
            aload 1 /* parent */
            invokespecial org.apache.fop.fo.flow.AbstractPageNumberCitation.<init>:(Lorg/apache/fop/fo/FONode;)V
         1: .line 41
            return
        end local 1 // org.apache.fop.fo.FONode parent
        end local 0 // org.apache.fop.fo.flow.PageNumberCitation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/fop/fo/flow/PageNumberCitation;
            0    2     1  parent  Lorg/apache/fop/fo/FONode;
    MethodParameters:
        Name  Flags
      parent  

  public void startOfNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.PageNumberCitation this
         0: .line 45
            aload 0 /* this */
            invokespecial org.apache.fop.fo.flow.AbstractPageNumberCitation.startOfNode:()V
         1: .line 46
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.flow.PageNumberCitation.getFOEventHandler:()Lorg/apache/fop/fo/FOEventHandler;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOEventHandler.startPageNumberCitation:(Lorg/apache/fop/fo/flow/PageNumberCitation;)V
         2: .line 47
            return
        end local 0 // org.apache.fop.fo.flow.PageNumberCitation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/flow/PageNumberCitation;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  public void endOfNode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.PageNumberCitation this
         0: .line 51
            aload 0 /* this */
            invokespecial org.apache.fop.fo.flow.AbstractPageNumberCitation.endOfNode:()V
         1: .line 52
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.flow.PageNumberCitation.getFOEventHandler:()Lorg/apache/fop/fo/FOEventHandler;
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.FOEventHandler.endPageNumberCitation:(Lorg/apache/fop/fo/flow/PageNumberCitation;)V
         2: .line 53
            return
        end local 0 // org.apache.fop.fo.flow.PageNumberCitation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/fo/flow/PageNumberCitation;
    Exceptions:
      throws org.apache.fop.apps.FOPException

  public java.lang.String getLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.PageNumberCitation this
         0: .line 57
            ldc "page-number-citation"
            areturn
        end local 0 // org.apache.fop.fo.flow.PageNumberCitation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/PageNumberCitation;

  public int getNameId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.flow.PageNumberCitation this
         0: .line 65
            bipush 51
            ireturn
        end local 0 // org.apache.fop.fo.flow.PageNumberCitation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/flow/PageNumberCitation;
}
SourceFile: "PageNumberCitation.java"