public class org.apache.fop.fo.properties.SpaceProperty extends org.apache.fop.fo.properties.LengthRangeProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.fo.properties.SpaceProperty
  super_class: org.apache.fop.fo.properties.LengthRangeProperty
{
  private org.apache.fop.fo.properties.Property precedence;
    descriptor: Lorg/apache/fop/fo/properties/Property;
    flags: (0x0002) ACC_PRIVATE

  private org.apache.fop.fo.properties.Property conditionality;
    descriptor: Lorg/apache/fop/fo/properties/Property;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 33
            aload 0 /* this */
            invokespecial org.apache.fop.fo.properties.LengthRangeProperty.<init>:()V
            return
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public void setComponent(int, org.apache.fop.fo.properties.Property, boolean);
    descriptor: (ILorg/apache/fop/fo/properties/Property;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
        start local 1 // int cmpId
        start local 2 // org.apache.fop.fo.properties.Property cmpnValue
        start local 3 // boolean bIsDefault
         0: .line 77
            iload 1 /* cmpId */
            sipush 4096
            if_icmpne 3
         1: .line 78
            aload 0 /* this */
            aload 2 /* cmpnValue */
            iload 3 /* bIsDefault */
            invokevirtual org.apache.fop.fo.properties.SpaceProperty.setPrecedence:(Lorg/apache/fop/fo/properties/Property;Z)V
         2: .line 79
            goto 7
      StackMap locals:
      StackMap stack:
         3: iload 1 /* cmpId */
            sipush 1024
            if_icmpne 6
         4: .line 80
            aload 0 /* this */
            aload 2 /* cmpnValue */
            iload 3 /* bIsDefault */
            invokevirtual org.apache.fop.fo.properties.SpaceProperty.setConditionality:(Lorg/apache/fop/fo/properties/Property;Z)V
         5: .line 81
            goto 7
         6: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* cmpId */
            aload 2 /* cmpnValue */
            iload 3 /* bIsDefault */
            invokespecial org.apache.fop.fo.properties.LengthRangeProperty.setComponent:(ILorg/apache/fop/fo/properties/Property;Z)V
         7: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean bIsDefault
        end local 2 // org.apache.fop.fo.properties.Property cmpnValue
        end local 1 // int cmpId
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/apache/fop/fo/properties/SpaceProperty;
            0    8     1       cmpId  I
            0    8     2   cmpnValue  Lorg/apache/fop/fo/properties/Property;
            0    8     3  bIsDefault  Z
    MethodParameters:
            Name  Flags
      cmpId       
      cmpnValue   
      bIsDefault  

  public org.apache.fop.fo.properties.Property getComponent(int);
    descriptor: (I)Lorg/apache/fop/fo/properties/Property;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
        start local 1 // int cmpId
         0: .line 90
            iload 1 /* cmpId */
            sipush 4096
            if_icmpne 2
         1: .line 91
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.properties.SpaceProperty.getPrecedence:()Lorg/apache/fop/fo/properties/Property;
            areturn
         2: .line 92
      StackMap locals:
      StackMap stack:
            iload 1 /* cmpId */
            sipush 1024
            if_icmpne 4
         3: .line 93
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.properties.SpaceProperty.getConditionality:()Lorg/apache/fop/fo/properties/Property;
            areturn
         4: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* cmpId */
            invokespecial org.apache.fop.fo.properties.LengthRangeProperty.getComponent:(I)Lorg/apache/fop/fo/properties/Property;
            areturn
        end local 1 // int cmpId
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/apache/fop/fo/properties/SpaceProperty;
            0    5     1  cmpId  I
    MethodParameters:
       Name  Flags
      cmpId  

  protected void setPrecedence(org.apache.fop.fo.properties.Property, boolean);
    descriptor: (Lorg/apache/fop/fo/properties/Property;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
        start local 1 // org.apache.fop.fo.properties.Property precedence
        start local 2 // boolean bIsDefault
         0: .line 105
            aload 0 /* this */
            aload 1 /* precedence */
            putfield org.apache.fop.fo.properties.SpaceProperty.precedence:Lorg/apache/fop/fo/properties/Property;
         1: .line 106
            return
        end local 2 // boolean bIsDefault
        end local 1 // org.apache.fop.fo.properties.Property precedence
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/fop/fo/properties/SpaceProperty;
            0    2     1  precedence  Lorg/apache/fop/fo/properties/Property;
            0    2     2  bIsDefault  Z
    MethodParameters:
            Name  Flags
      precedence  
      bIsDefault  

  protected void setConditionality(org.apache.fop.fo.properties.Property, boolean);
    descriptor: (Lorg/apache/fop/fo/properties/Property;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
        start local 1 // org.apache.fop.fo.properties.Property conditionality
        start local 2 // boolean bIsDefault
         0: .line 115
            aload 0 /* this */
            aload 1 /* conditionality */
            putfield org.apache.fop.fo.properties.SpaceProperty.conditionality:Lorg/apache/fop/fo/properties/Property;
         1: .line 116
            return
        end local 2 // boolean bIsDefault
        end local 1 // org.apache.fop.fo.properties.Property conditionality
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/fop/fo/properties/SpaceProperty;
            0    2     1  conditionality  Lorg/apache/fop/fo/properties/Property;
            0    2     2      bIsDefault  Z
    MethodParameters:
                Name  Flags
      conditionality  
      bIsDefault      

  public org.apache.fop.fo.properties.Property getPrecedence();
    descriptor: ()Lorg/apache/fop/fo/properties/Property;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 122
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.precedence:Lorg/apache/fop/fo/properties/Property;
            areturn
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public org.apache.fop.fo.properties.Property getConditionality();
    descriptor: ()Lorg/apache/fop/fo/properties/Property;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 129
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.conditionality:Lorg/apache/fop/fo/properties/Property;
            areturn
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public boolean isDiscard();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 137
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.conditionality:Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getEnum:()I
            bipush 32
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 142
            new java.lang.StringBuilder
            dup
            ldc "Space[min:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 143
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.fop.fo.properties.SpaceProperty.getMinimum:(Lorg/apache/fop/datatypes/PercentBaseContext;)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getObject:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 144
            ldc ", max:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.fop.fo.properties.SpaceProperty.getMaximum:(Lorg/apache/fop/datatypes/PercentBaseContext;)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getObject:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 145
            ldc ", opt:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aconst_null
            invokevirtual org.apache.fop.fo.properties.SpaceProperty.getOptimum:(Lorg/apache/fop/datatypes/PercentBaseContext;)Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getObject:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 146
            ldc ", precedence:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.precedence:Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getObject:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         5: .line 147
            ldc ", conditionality:"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.conditionality:Lorg/apache/fop/fo/properties/Property;
            invokevirtual org.apache.fop.fo.properties.Property.getObject:()Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 142
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public org.apache.fop.fo.properties.SpaceProperty getSpace();
    descriptor: ()Lorg/apache/fop/fo/properties/SpaceProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 154
            aload 0 /* this */
            areturn
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public org.apache.fop.fo.properties.LengthRangeProperty getLengthRange();
    descriptor: ()Lorg/apache/fop/fo/properties/LengthRangeProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 162
            aload 0 /* this */
            areturn
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public java.lang.Object getObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 169
            aload 0 /* this */
            areturn
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/SpaceProperty;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
         0: .line 175
            aload 0 /* this */
            invokespecial org.apache.fop.fo.properties.LengthRangeProperty.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 176
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.precedence:Lorg/apache/fop/fo/properties/Property;
            invokestatic org.apache.fop.util.CompareUtil.getHashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         2: .line 177
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.conditionality:Lorg/apache/fop/fo/properties/Property;
            invokestatic org.apache.fop.util.CompareUtil.getHashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         3: .line 178
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/fop/fo/properties/SpaceProperty;
            1    4     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.fop.fo.properties.SpaceProperty this
        start local 1 // java.lang.Object obj
         0: .line 183
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 184
            iconst_1
            ireturn
         2: .line 186
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.apache.fop.fo.properties.SpaceProperty
            ifne 4
         3: .line 187
            iconst_0
            ireturn
         4: .line 189
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.fop.fo.properties.SpaceProperty
            astore 2 /* other */
        start local 2 // org.apache.fop.fo.properties.SpaceProperty other
         5: .line 190
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial org.apache.fop.fo.properties.LengthRangeProperty.equals:(Ljava/lang/Object;)Z
            ifeq 9
         6: .line 191
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.precedence:Lorg/apache/fop/fo/properties/Property;
            aload 2 /* other */
            getfield org.apache.fop.fo.properties.SpaceProperty.precedence:Lorg/apache/fop/fo/properties/Property;
            invokestatic org.apache.fop.util.CompareUtil.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         7: .line 192
            aload 0 /* this */
            getfield org.apache.fop.fo.properties.SpaceProperty.conditionality:Lorg/apache/fop/fo/properties/Property;
            aload 2 /* other */
            getfield org.apache.fop.fo.properties.SpaceProperty.conditionality:Lorg/apache/fop/fo/properties/Property;
            invokestatic org.apache.fop.util.CompareUtil.equal:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 9
         8: .line 190
            iconst_1
            ireturn
      StackMap locals: org.apache.fop.fo.properties.SpaceProperty
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // org.apache.fop.fo.properties.SpaceProperty other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.fop.fo.properties.SpaceProperty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/apache/fop/fo/properties/SpaceProperty;
            0   10     1    obj  Ljava/lang/Object;
            5   10     2  other  Lorg/apache/fop/fo/properties/SpaceProperty;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "SpaceProperty.java"
NestMembers:
  org.apache.fop.fo.properties.SpaceProperty$Maker
InnerClasses:
  public Maker = org.apache.fop.fo.properties.SpaceProperty$Maker of org.apache.fop.fo.properties.SpaceProperty