public final class javax.xml.xpath.XPathEvaluationResult$XPathResultType extends java.lang.Enum<javax.xml.xpath.XPathEvaluationResult$XPathResultType>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: javax.xml.xpath.XPathEvaluationResult$XPathResultType
super_class: java.lang.Enum
{
public static final javax.xml.xpath.XPathEvaluationResult$XPathResultType ANY;
descriptor: Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.xml.xpath.XPathEvaluationResult$XPathResultType BOOLEAN;
descriptor: Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.xml.xpath.XPathEvaluationResult$XPathResultType NUMBER;
descriptor: Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.xml.xpath.XPathEvaluationResult$XPathResultType STRING;
descriptor: Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.xml.xpath.XPathEvaluationResult$XPathResultType NODESET;
descriptor: Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final javax.xml.xpath.XPathEvaluationResult$XPathResultType NODE;
descriptor: Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
final javax.xml.namespace.QName qnameType;
descriptor: Ljavax/xml/namespace/QName;
flags: (0x0010) ACC_FINAL
final java.lang.Class<?> clsType;
descriptor: Ljava/lang/Class;
flags: (0x0010) ACC_FINAL
Signature: Ljava/lang/Class<*>;
private static final javax.xml.xpath.XPathEvaluationResult$XPathResultType[] ENUM$VALUES;
descriptor: [Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=8, locals=0, args_size=0
0: new javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
ldc "ANY"
iconst_0
1: new javax.xml.namespace.QName
dup
ldc "http://www.w3.org/1999/XSL/Transform"
ldc "any"
invokespecial javax.xml.namespace.QName.<init>:(Ljava/lang/String;Ljava/lang/String;)V
ldc Ljavax/xml/xpath/XPathEvaluationResult;
invokespecial javax.xml.xpath.XPathEvaluationResult$XPathResultType.<init>:(Ljava/lang/String;ILjavax/xml/namespace/QName;Ljava/lang/Class;)V
putstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.ANY:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
2: new javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
ldc "BOOLEAN"
iconst_1
3: getstatic javax.xml.xpath.XPathConstants.BOOLEAN:Ljavax/xml/namespace/QName;
ldc Ljava/lang/Boolean;
invokespecial javax.xml.xpath.XPathEvaluationResult$XPathResultType.<init>:(Ljava/lang/String;ILjavax/xml/namespace/QName;Ljava/lang/Class;)V
putstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.BOOLEAN:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
4: new javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
ldc "NUMBER"
iconst_2
5: getstatic javax.xml.xpath.XPathConstants.NUMBER:Ljavax/xml/namespace/QName;
ldc Ljava/lang/Number;
invokespecial javax.xml.xpath.XPathEvaluationResult$XPathResultType.<init>:(Ljava/lang/String;ILjavax/xml/namespace/QName;Ljava/lang/Class;)V
putstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.NUMBER:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
6: new javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
ldc "STRING"
iconst_3
7: getstatic javax.xml.xpath.XPathConstants.STRING:Ljavax/xml/namespace/QName;
ldc Ljava/lang/String;
invokespecial javax.xml.xpath.XPathEvaluationResult$XPathResultType.<init>:(Ljava/lang/String;ILjavax/xml/namespace/QName;Ljava/lang/Class;)V
putstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.STRING:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
8: new javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
ldc "NODESET"
iconst_4
9: getstatic javax.xml.xpath.XPathConstants.NODESET:Ljavax/xml/namespace/QName;
ldc Ljavax/xml/xpath/XPathNodes;
invokespecial javax.xml.xpath.XPathEvaluationResult$XPathResultType.<init>:(Ljava/lang/String;ILjavax/xml/namespace/QName;Ljava/lang/Class;)V
putstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.NODESET:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
10: new javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
ldc "NODE"
iconst_5
11: getstatic javax.xml.xpath.XPathConstants.NODE:Ljavax/xml/namespace/QName;
ldc Lorg/w3c/dom/Node;
invokespecial javax.xml.xpath.XPathEvaluationResult$XPathResultType.<init>:(Ljava/lang/String;ILjavax/xml/namespace/QName;Ljava/lang/Class;)V
putstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.NODE:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
12: bipush 6
anewarray javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
iconst_0
getstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.ANY:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
aastore
dup
iconst_1
getstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.BOOLEAN:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
aastore
dup
iconst_2
getstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.NUMBER:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
aastore
dup
iconst_3
getstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.STRING:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
aastore
dup
iconst_4
getstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.NODESET:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
aastore
dup
iconst_5
getstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.NODE:Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
aastore
putstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.ENUM$VALUES:[Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(javax.xml.namespace.QName, java.lang.Class<?>);
descriptor: (Ljava/lang/String;ILjavax/xml/namespace/QName;Ljava/lang/Class;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=5, args_size=5
start local 0 start local 3 start local 4 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
aload 3
putfield javax.xml.xpath.XPathEvaluationResult$XPathResultType.qnameType:Ljavax/xml/namespace/QName;
2: aload 0
aload 4
putfield javax.xml.xpath.XPathEvaluationResult$XPathResultType.clsType:Ljava/lang/Class;
3: return
end local 4 end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
0 4 3 qnameType Ljavax/xml/namespace/QName;
0 4 4 clsType Ljava/lang/Class<*>;
Signature: (Ljavax/xml/namespace/QName;Ljava/lang/Class<*>;)V
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
qnameType
clsType
private boolean equalsClassType(java.lang.Class<?>);
descriptor: (Ljava/lang/Class;)Z
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic java.util.Objects.nonNull:(Ljava/lang/Object;)Z
pop
1: aload 1
aload 0
getfield javax.xml.xpath.XPathEvaluationResult$XPathResultType.clsType:Ljava/lang/Class;
invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
ifeq 3
2: iconst_1
ireturn
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
0 4 1 clsType Ljava/lang/Class<*>;
Signature: (Ljava/lang/Class<*>;)Z
MethodParameters:
Name Flags
clsType
public static javax.xml.namespace.QName getQNameType(java.lang.Class<?>);
descriptor: (Ljava/lang/Class;)Ljavax/xml/namespace/QName;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=5, args_size=1
start local 0 0: invokestatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.values:()[Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
dup
astore 4
arraylength
istore 3
iconst_0
istore 2
goto 5
StackMap locals: java.lang.Class top int int javax.xml.xpath.XPathEvaluationResult$XPathResultType[]
StackMap stack:
1: aload 4
iload 2
aaload
astore 1
start local 1 2: aload 1
aload 0
invokevirtual javax.xml.xpath.XPathEvaluationResult$XPathResultType.equalsClassType:(Ljava/lang/Class;)Z
ifeq 4
3: aload 1
getfield javax.xml.xpath.XPathEvaluationResult$XPathResultType.qnameType:Ljavax/xml/namespace/QName;
areturn
end local 1 4: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
iload 3
if_icmplt 1
6: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 clsType Ljava/lang/Class<*>;
2 4 1 type Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
Signature: (Ljava/lang/Class<*>;)Ljavax/xml/namespace/QName;
MethodParameters:
Name Flags
clsType
public static javax.xml.xpath.XPathEvaluationResult$XPathResultType[] values();
descriptor: ()[Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic javax.xml.xpath.XPathEvaluationResult$XPathResultType.ENUM$VALUES:[Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray javax.xml.xpath.XPathEvaluationResult$XPathResultType
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static javax.xml.xpath.XPathEvaluationResult$XPathResultType valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast javax.xml.xpath.XPathEvaluationResult$XPathResultType
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Ljavax/xml/xpath/XPathEvaluationResult$XPathResultType;>;
SourceFile: "XPathEvaluationResult.java"
NestHost: javax.xml.xpath.XPathEvaluationResult
InnerClasses:
public final XPathResultType = javax.xml.xpath.XPathEvaluationResult$XPathResultType of javax.xml.xpath.XPathEvaluationResult