public abstract class org.apache.fop.fo.properties.Property
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.fop.fo.properties.Property
  super_class: java.lang.Object
{
  protected static final org.apache.commons.logging.Log log;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private java.lang.String specVal;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            ldc Lorg/apache/fop/fo/properties/PropertyMaker;
            invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
            putstatic org.apache.fop.fo.properties.Property.log:Lorg/apache/commons/logging/Log;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.Property this
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public void setSpecifiedValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.properties.Property this
        start local 1 // java.lang.String value
         0: .line 52
            aload 0 /* this */
            aload 1 /* value */
            putfield org.apache.fop.fo.properties.Property.specVal:Ljava/lang/String;
         1: .line 53
            return
        end local 1 // java.lang.String value
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/fop/fo/properties/Property;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

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

  public org.apache.fop.datatypes.Length getLength();
    descriptor: ()Lorg/apache/fop/datatypes/Length;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 73
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public java.awt.Color getColor(org.apache.fop.apps.FOUserAgent);
    descriptor: (Lorg/apache/fop/apps/FOUserAgent;)Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.fop.fo.properties.Property this
        start local 1 // org.apache.fop.apps.FOUserAgent foUserAgent
         0: .line 82
            aconst_null
            areturn
        end local 1 // org.apache.fop.apps.FOUserAgent foUserAgent
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/fop/fo/properties/Property;
            0    1     1  foUserAgent  Lorg/apache/fop/apps/FOUserAgent;
    MethodParameters:
             Name  Flags
      foUserAgent  

  public org.apache.fop.fo.properties.CondLengthProperty getCondLength();
    descriptor: ()Lorg/apache/fop/fo/properties/CondLengthProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 90
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  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.Property this
         0: .line 98
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public org.apache.fop.fo.properties.LengthPairProperty getLengthPair();
    descriptor: ()Lorg/apache/fop/fo/properties/LengthPairProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 106
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  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.Property this
         0: .line 114
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

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

  public int getEnum();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 130
            iconst_0
            ireturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

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

  public char getCharacter();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 143
            iconst_0
            ireturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public java.util.List getList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 151
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public java.lang.Number getNumber();
    descriptor: ()Ljava/lang/Number;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 159
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public org.apache.fop.datatypes.Numeric getNumeric();
    descriptor: ()Lorg/apache/fop/datatypes/Numeric;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 167
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public java.lang.String getNCname();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 175
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  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.Property this
         0: .line 183
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public java.lang.String getString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 191
            aconst_null
            areturn
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/fo/properties/Property;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.fop.fo.properties.Property this
         0: .line 196
            aload 0 /* this */
            invokevirtual org.apache.fop.fo.properties.Property.getObject:()Ljava/lang/Object;
            astore 1 /* obj */
        start local 1 // java.lang.Object obj
         1: .line 197
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpeq 3
         2: .line 198
            aload 1 /* obj */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
         3: .line 200
      StackMap locals: java.lang.Object
      StackMap stack:
            ldc ""
            areturn
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.fop.fo.properties.Property this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/fo/properties/Property;
            1    4     1   obj  Ljava/lang/Object;
}
SourceFile: "Property.java"