public class com.sun.org.apache.xerces.internal.util.PropertyState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xerces.internal.util.PropertyState
  super_class: java.lang.Object
{
  public final com.sun.org.apache.xerces.internal.util.Status status;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/Status;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final java.lang.Object state;
    descriptor: Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public static final com.sun.org.apache.xerces.internal.util.PropertyState UNKNOWN;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.org.apache.xerces.internal.util.PropertyState RECOGNIZED;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.org.apache.xerces.internal.util.PropertyState NOT_SUPPORTED;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.org.apache.xerces.internal.util.PropertyState NOT_RECOGNIZED;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.org.apache.xerces.internal.util.PropertyState NOT_ALLOWED;
    descriptor: Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 33
            new com.sun.org.apache.xerces.internal.util.PropertyState
            dup
            getstatic com.sun.org.apache.xerces.internal.util.Status.UNKNOWN:Lcom/sun/org/apache/xerces/internal/util/Status;
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.util.PropertyState.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
            putstatic com.sun.org.apache.xerces.internal.util.PropertyState.UNKNOWN:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
         1: .line 34
            new com.sun.org.apache.xerces.internal.util.PropertyState
            dup
            getstatic com.sun.org.apache.xerces.internal.util.Status.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.util.PropertyState.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
            putstatic com.sun.org.apache.xerces.internal.util.PropertyState.RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
         2: .line 35
            new com.sun.org.apache.xerces.internal.util.PropertyState
            dup
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_SUPPORTED:Lcom/sun/org/apache/xerces/internal/util/Status;
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.util.PropertyState.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
            putstatic com.sun.org.apache.xerces.internal.util.PropertyState.NOT_SUPPORTED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
         3: .line 36
            new com.sun.org.apache.xerces.internal.util.PropertyState
            dup
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/Status;
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.util.PropertyState.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
            putstatic com.sun.org.apache.xerces.internal.util.PropertyState.NOT_RECOGNIZED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
         4: .line 37
            new com.sun.org.apache.xerces.internal.util.PropertyState
            dup
            getstatic com.sun.org.apache.xerces.internal.util.Status.NOT_ALLOWED:Lcom/sun/org/apache/xerces/internal/util/Status;
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.util.PropertyState.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
            putstatic com.sun.org.apache.xerces.internal.util.PropertyState.NOT_ALLOWED:Lcom/sun/org/apache/xerces/internal/util/PropertyState;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.org.apache.xerces.internal.util.Status, java.lang.Object);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.util.PropertyState this
        start local 1 // com.sun.org.apache.xerces.internal.util.Status status
        start local 2 // java.lang.Object state
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* status */
            putfield com.sun.org.apache.xerces.internal.util.PropertyState.status:Lcom/sun/org/apache/xerces/internal/util/Status;
         2: .line 42
            aload 0 /* this */
            aload 2 /* state */
            putfield com.sun.org.apache.xerces.internal.util.PropertyState.state:Ljava/lang/Object;
         3: .line 43
            return
        end local 2 // java.lang.Object state
        end local 1 // com.sun.org.apache.xerces.internal.util.Status status
        end local 0 // com.sun.org.apache.xerces.internal.util.PropertyState this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xerces/internal/util/PropertyState;
            0    4     1  status  Lcom/sun/org/apache/xerces/internal/util/Status;
            0    4     2   state  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      status  
      state   

  public static com.sun.org.apache.xerces.internal.util.PropertyState of(com.sun.org.apache.xerces.internal.util.Status);
    descriptor: (Lcom/sun/org/apache/xerces/internal/util/Status;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.Status status
         0: .line 46
            new com.sun.org.apache.xerces.internal.util.PropertyState
            dup
            aload 0 /* status */
            aconst_null
            invokespecial com.sun.org.apache.xerces.internal.util.PropertyState.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.util.Status status
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  status  Lcom/sun/org/apache/xerces/internal/util/Status;
    MethodParameters:
        Name  Flags
      status  

  public static com.sun.org.apache.xerces.internal.util.PropertyState is(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/sun/org/apache/xerces/internal/util/PropertyState;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 50
            new com.sun.org.apache.xerces.internal.util.PropertyState
            dup
            getstatic com.sun.org.apache.xerces.internal.util.Status.SET:Lcom/sun/org/apache/xerces/internal/util/Status;
            aload 0 /* value */
            invokespecial com.sun.org.apache.xerces.internal.util.PropertyState.<init>:(Lcom/sun/org/apache/xerces/internal/util/Status;Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public boolean isExceptional();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.util.PropertyState this
         0: .line 54
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.util.PropertyState.status:Lcom/sun/org/apache/xerces/internal/util/Status;
            invokevirtual com.sun.org.apache.xerces.internal.util.Status.isExceptional:()Z
            ireturn
        end local 0 // com.sun.org.apache.xerces.internal.util.PropertyState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/util/PropertyState;
}
SourceFile: "PropertyState.java"