public class org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant
  super_class: java.lang.Object
{
  public final java.util.List<org.apache.fop.layoutmgr.ListElement> knuthList;
    descriptor: Ljava/util/List;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Ljava/util/List<Lorg/apache/fop/layoutmgr/ListElement;>;

  public final int width;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private final org.apache.fop.layoutmgr.KnuthPenalty penalty;
    descriptor: Lorg/apache/fop/layoutmgr/KnuthPenalty;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.fop.layoutmgr.WhitespaceManagementPenalty this$0;
    descriptor: Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(java.util.List<org.apache.fop.layoutmgr.ListElement>, );
    descriptor: (Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty;Ljava/util/List;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant this
        start local 2 // java.util.List knuthList
        start local 3 // int width
         0: .line 41
            aload 0 /* this */
            aload 1
            putfield org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant.this$0:Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 2 /* knuthList */
            putfield org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant.knuthList:Ljava/util/List;
         2: .line 43
            aload 0 /* this */
            iload 3 /* width */
            putfield org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant.width:I
         3: .line 44
            aload 0 /* this */
            new org.apache.fop.layoutmgr.KnuthPenalty
            dup
            iload 3 /* width */
            iconst_0
            iconst_0
            aconst_null
            iconst_0
            invokespecial org.apache.fop.layoutmgr.KnuthPenalty.<init>:(IIZLorg/apache/fop/layoutmgr/Position;Z)V
            putfield org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant.penalty:Lorg/apache/fop/layoutmgr/KnuthPenalty;
         4: .line 45
            return
        end local 3 // int width
        end local 2 // java.util.List knuthList
        end local 0 // org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty$Variant;
            0    5     2  knuthList  Ljava/util/List<Lorg/apache/fop/layoutmgr/ListElement;>;
            0    5     3      width  I
    Signature: (Ljava/util/List<Lorg/apache/fop/layoutmgr/ListElement;>;I)V
    MethodParameters:
           Name  Flags
      this$0     final
      knuthList  
      width      

  public org.apache.fop.layoutmgr.KnuthElement getPenalty();
    descriptor: ()Lorg/apache/fop/layoutmgr/KnuthElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant.penalty:Lorg/apache/fop/layoutmgr/KnuthPenalty;
            areturn
        end local 0 // org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty$Variant;

  public org.apache.fop.layoutmgr.WhitespaceManagementPenalty getWhitespaceManagementPenalty();
    descriptor: ()Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant this
         0: .line 52
            aload 0 /* this */
            getfield org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant.this$0:Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty;
            areturn
        end local 0 // org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/layoutmgr/WhitespaceManagementPenalty$Variant;
}
SourceFile: "WhitespaceManagementPenalty.java"
NestHost: org.apache.fop.layoutmgr.WhitespaceManagementPenalty
InnerClasses:
  public Variant = org.apache.fop.layoutmgr.WhitespaceManagementPenalty$Variant of org.apache.fop.layoutmgr.WhitespaceManagementPenalty