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: 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: 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: 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: 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: 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.util.PropertyState.status:Lcom/sun/org/apache/xerces/internal/util/Status;
2: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.util.PropertyState.state:Ljava/lang/Object;
3: return
end local 2 end local 1 end local 0 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 0: new com.sun.org.apache.xerces.internal.util.PropertyState
dup
aload 0
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 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 0: 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
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 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 0: aload 0
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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/util/PropertyState;
}
SourceFile: "PropertyState.java"