public class com.sun.org.apache.xerces.internal.impl.xpath.XPath
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xpath.XPath
super_class: java.lang.Object
{
private static final boolean DEBUG_ALL;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
private static final boolean DEBUG_XPATH_PARSE;
descriptor: Z
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
protected final java.lang.String fExpression;
descriptor: Ljava/lang/String;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final com.sun.org.apache.xerces.internal.util.SymbolTable fSymbolTable;
descriptor: Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath[] fLocationPaths;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
public void <init>(java.lang.String, com.sun.org.apache.xerces.internal.util.SymbolTable, com.sun.org.apache.xerces.internal.xni.NamespaceContext);
descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fExpression:Ljava/lang/String;
2: aload 0
aload 2
putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
3: aload 0
aload 0
aload 3
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.parseExpression:(Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fLocationPaths:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
0 5 1 xpath Ljava/lang/String;
0 5 2 symbolTable Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
0 5 3 context Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
Exceptions:
throws com.sun.org.apache.xerces.internal.impl.xpath.XPathException
MethodParameters:
Name Flags
xpath
symbolTable
context
public com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath[] getLocationPaths();
descriptor: ()[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fLocationPaths:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
arraylength
anewarray com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath[] int
StackMap stack:
aload 1
iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fLocationPaths:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
iload 2
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.clone:()Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
aastore
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fLocationPaths:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
arraylength
if_icmplt 3
end local 2 6: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
1 7 1 ret [Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
2 6 2 i I
public com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath getLocationPath();
descriptor: ()Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fLocationPaths:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
iconst_0
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.clone:()Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fLocationPaths:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
astore 1
start local 1 1: aload 1
invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
2: invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
com/sun/org/apache/xerces/internal/impl/xpath/XPath.lambda$0(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;)Ljava/lang/String; (6)
(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;)Ljava/lang/String;
invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
3: ldc "|"
invokestatic java.util.stream.Collectors.joining:(Ljava/lang/CharSequence;)Ljava/util/stream/Collector;
invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
checkcast java.lang.String
4: astore 2
start local 2 5: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
1 6 1 l Ljava/util/List<Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;>;
5 6 2 s Ljava/lang/String;
private static void check(boolean);
descriptor: (Z)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: iload 0
ifne 1
new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
1: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 b Z
Exceptions:
throws com.sun.org.apache.xerces.internal.impl.xpath.XPathException
MethodParameters:
Name Flags
b
private com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath buildLocationPath(java.util.ArrayList<com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step>);
descriptor: (Ljava/util/ArrayList;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.util.ArrayList.size:()I
istore 2
start local 2 1: iload 2
ifeq 2
iconst_1
goto 3
StackMap locals: int
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
4: iload 2
anewarray com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
astore 3
start local 3 5: aload 1
aload 3
invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step[]
astore 3
6: aload 1
invokevirtual java.util.ArrayList.clear:()V
7: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
dup
aload 3
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.<init>:([Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
0 8 1 stepsVector Ljava/util/ArrayList<Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;>;
1 8 2 size I
5 8 3 steps [Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
Exceptions:
throws com.sun.org.apache.xerces.internal.impl.xpath.XPathException
Signature: (Ljava/util/ArrayList<Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;>;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
MethodParameters:
Name Flags
stepsVector
private com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath[] parseExpression(com.sun.org.apache.xerces.internal.xni.NamespaceContext);
descriptor: (Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=13, args_size=2
start local 0 start local 1 0: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens
dup
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.<init>:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
astore 2
start local 2 1: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$1
dup
aload 0
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$1.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;Lcom/sun/org/apache/xerces/internal/util/SymbolTable;)V
astore 3
start local 3 2: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fExpression:Ljava/lang/String;
invokevirtual java.lang.String.length:()I
istore 4
start local 4 3: aload 3
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
4: aload 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fExpression:Ljava/lang/String;
iconst_0
iload 4
5: invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Scanner.scanExpr:(Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;Ljava/lang/String;II)Z
istore 5
start local 5 6: iload 5
ifne 8
7: new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals: com.sun.org.apache.xerces.internal.impl.xpath.XPath com.sun.org.apache.xerces.internal.xni.NamespaceContext com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens com.sun.org.apache.xerces.internal.impl.xpath.XPath$Scanner int int
StackMap stack:
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 6
start local 6 9: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 7
start local 7 10: iconst_1
istore 8
start local 8 11: goto 80
12: StackMap locals: java.util.ArrayList java.util.ArrayList int
StackMap stack:
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextToken:()I
istore 9
start local 9 13: iload 9
lookupswitch { // 11
4: 56
6: 20
8: 73
9: 38
10: 38
11: 38
21: 74
22: 72
23: 14
35: 28
36: 46
default: 79
}
14: StackMap locals: int
StackMap stack:
iload 8
ifeq 15
iconst_0
goto 16
StackMap locals:
StackMap stack:
15: iconst_1
StackMap locals:
StackMap stack: int
16: invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
17: aload 7
aload 0
aload 6
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.buildLocationPath:(Ljava/util/ArrayList;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
18: iconst_1
istore 8
19: goto 80
20: StackMap locals:
StackMap stack:
iload 8
invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
21: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
dup
22: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
dup
iconst_2
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.<init>:(S)V
23: aload 0
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextToken:()I
aload 2
aload 1
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.parseNodeTest:(ILcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
24: invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;)V
astore 10
start local 10 25: aload 6
aload 10
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
26: iconst_0
istore 8
27: goto 80
end local 10 28: StackMap locals:
StackMap stack:
iload 8
invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
29: aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextToken:()I
bipush 8
if_icmpeq 31
30: new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
31: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
dup
32: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
dup
iconst_2
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.<init>:(S)V
33: aload 0
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextToken:()I
aload 2
aload 1
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.parseNodeTest:(ILcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
34: invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;)V
astore 10
start local 10 35: aload 6
aload 10
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
36: iconst_0
istore 8
37: goto 80
end local 10 38: StackMap locals:
StackMap stack:
iload 8
invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
39: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
dup
40: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
dup
iconst_1
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.<init>:(S)V
41: aload 0
iload 9
aload 2
aload 1
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.parseNodeTest:(ILcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
42: invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;)V
astore 10
start local 10 43: aload 6
aload 10
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
44: iconst_0
istore 8
45: goto 80
end local 10 46: StackMap locals:
StackMap stack:
iload 8
invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
47: aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextToken:()I
bipush 8
if_icmpeq 49
48: new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
49: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
dup
50: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
dup
iconst_1
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.<init>:(S)V
51: aload 0
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextToken:()I
aload 2
aload 1
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.parseNodeTest:(ILcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
52: invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;)V
astore 10
start local 10 53: aload 6
aload 10
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
54: iconst_0
istore 8
55: goto 80
end local 10 56: StackMap locals:
StackMap stack:
iload 8
invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
57: iconst_0
istore 8
58: aload 6
invokevirtual java.util.ArrayList.isEmpty:()Z
ifeq 80
59: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
dup
iconst_3
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.<init>:(S)V
astore 10
start local 10 60: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
dup
iconst_3
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.<init>:(S)V
astore 11
start local 11 61: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
dup
aload 10
aload 11
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;)V
astore 12
start local 12 62: aload 6
aload 12
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
63: aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.hasMore:()Z
ifeq 80
64: aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.peekToken:()I
bipush 22
if_icmpne 80
65: aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextToken:()I
pop
66: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
dup
iconst_4
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.<init>:(S)V
astore 10
67: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
dup
iconst_3
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.<init>:(S)V
astore 11
68: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
dup
aload 10
aload 11
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;)V
astore 12
69: aload 6
aload 12
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
70: iconst_1
istore 8
end local 12 end local 11 end local 10 71: goto 80
72: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
73: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
74: StackMap locals:
StackMap stack:
iload 8
ifeq 75
iconst_0
goto 76
StackMap locals:
StackMap stack:
75: iconst_1
StackMap locals:
StackMap stack: int
76: invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
77: iconst_1
istore 8
78: goto 80
79: StackMap locals:
StackMap stack:
new java.lang.InternalError
dup
invokespecial java.lang.InternalError.<init>:()V
athrow
end local 9 80: StackMap locals:
StackMap stack:
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.hasMore:()Z
ifne 12
81: iload 8
ifeq 82
iconst_0
goto 83
StackMap locals:
StackMap stack:
82: iconst_1
StackMap locals:
StackMap stack: int
83: invokestatic com.sun.org.apache.xerces.internal.impl.xpath.XPath.check:(Z)V
84: aload 7
aload 0
aload 6
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.buildLocationPath:(Ljava/util/ArrayList;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
85: aload 7
aload 7
invokevirtual java.util.ArrayList.size:()I
anewarray com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath[]
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 86 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
0 86 1 context Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
1 86 2 xtokens Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;
2 86 3 scanner Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Scanner;
3 86 4 length I
6 86 5 success Z
9 86 6 stepsVector Ljava/util/ArrayList<Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;>;
10 86 7 locationPathsVector Ljava/util/ArrayList<Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;>;
11 86 8 expectingStep Z
13 80 9 token I
25 28 10 step Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
35 38 10 step Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
43 46 10 step Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
53 56 10 step Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
60 71 10 axis Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
61 71 11 nodeTest Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
62 71 12 step Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
Exceptions:
throws com.sun.org.apache.xerces.internal.impl.xpath.XPathException
MethodParameters:
Name Flags
context final
private com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest parseNodeTest(int, com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens, com.sun.org.apache.xerces.internal.xni.NamespaceContext);
descriptor: (ILcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
flags: (0x0002) ACC_PRIVATE
Code:
stack=8, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 1
tableswitch { // 9 - 11
9: 1
10: 2
11: 2
default: 16
}
1: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
dup
iconst_2
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.<init>:(S)V
areturn
2: StackMap locals:
StackMap stack:
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextTokenAsString:()Ljava/lang/String;
astore 4
start local 4 3: aconst_null
astore 5
start local 5 4: aload 3
ifnull 6
aload 4
getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.EMPTY_STRING:Ljava/lang/String;
if_acmpeq 6
5: aload 3
aload 4
invokeinterface com.sun.org.apache.xerces.internal.xni.NamespaceContext.getURI:(Ljava/lang/String;)Ljava/lang/String;
astore 5
6: StackMap locals: java.lang.String java.lang.String
StackMap stack:
aload 4
getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.EMPTY_STRING:Ljava/lang/String;
if_acmpeq 8
aload 3
ifnull 8
aload 5
ifnonnull 8
7: new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath-ns"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals:
StackMap stack:
iload 1
bipush 10
if_icmpne 10
9: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
dup
aload 4
aload 5
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.<init>:(Ljava/lang/String;Ljava/lang/String;)V
areturn
10: StackMap locals:
StackMap stack:
aload 2
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens.nextTokenAsString:()Ljava/lang/String;
astore 6
start local 6 11: aload 4
getstatic com.sun.org.apache.xerces.internal.util.XMLSymbols.EMPTY_STRING:Ljava/lang/String;
if_acmpeq 13
12: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath.fSymbolTable:Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
new java.lang.StringBuilder
dup
aload 4
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
bipush 58
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
aload 6
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual com.sun.org.apache.xerces.internal.util.SymbolTable.addSymbol:(Ljava/lang/String;)Ljava/lang/String;
goto 14
13: StackMap locals: java.lang.String
StackMap stack:
aload 6
14: StackMap locals:
StackMap stack: java.lang.String
astore 7
start local 7 15: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
dup
new com.sun.org.apache.xerces.internal.xni.QName
dup
aload 4
aload 6
aload 7
aload 5
invokespecial com.sun.org.apache.xerces.internal.xni.QName.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.<init>:(Lcom/sun/org/apache/xerces/internal/xni/QName;)V
areturn
end local 7 end local 6 end local 5 end local 4 16: StackMap locals:
StackMap stack:
new com.sun.org.apache.xerces.internal.impl.xpath.XPathException
dup
ldc "c-general-xpath"
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPathException.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
0 17 1 typeToken I
0 17 2 xtokens Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Tokens;
0 17 3 context Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;
3 16 4 prefix Ljava/lang/String;
4 16 5 uri Ljava/lang/String;
11 16 6 localpart Ljava/lang/String;
15 16 7 rawname Ljava/lang/String;
Exceptions:
throws com.sun.org.apache.xerces.internal.impl.xpath.XPathException
MethodParameters:
Name Flags
typeToken
xtokens
context
public static void main(java.lang.String[]);
descriptor: ([Ljava/lang/String;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=5, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: goto 11
2: StackMap locals: int
StackMap stack:
aload 0
iload 1
aaload
astore 2
start local 2 3: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "# XPath expression: \""
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 34
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
4: new com.sun.org.apache.xerces.internal.util.SymbolTable
dup
invokespecial com.sun.org.apache.xerces.internal.util.SymbolTable.<init>:()V
astore 3
start local 3 5: new com.sun.org.apache.xerces.internal.impl.xpath.XPath
dup
aload 2
aload 3
aconst_null
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath.<init>:(Ljava/lang/String;Lcom/sun/org/apache/xerces/internal/util/SymbolTable;Lcom/sun/org/apache/xerces/internal/xni/NamespaceContext;)V
astore 4
start local 4 6: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "expanded xpath: \""
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
bipush 34
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
end local 4 end local 3 7: goto 10
8: StackMap locals: java.lang.String[] int java.lang.String
StackMap stack: com.sun.org.apache.xerces.internal.impl.xpath.XPathException
astore 3
start local 3 9: getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "error: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPathException.getMessage:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
end local 3 end local 2 10: StackMap locals:
StackMap stack:
iinc 1 1
StackMap locals:
StackMap stack:
11: iload 1
aload 0
arraylength
if_icmplt 2
end local 1 12: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 argv [Ljava/lang/String;
1 12 1 i I
3 10 2 expression Ljava/lang/String;
5 7 3 symbolTable Lcom/sun/org/apache/xerces/internal/util/SymbolTable;
6 7 4 xpath Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath;
9 10 3 e Lcom/sun/org/apache/xerces/internal/impl/xpath/XPathException;
Exception table:
from to target type
4 7 8 Class com.sun.org.apache.xerces.internal.impl.xpath.XPathException
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
argv
private static java.lang.String lambda$0(com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;)Ljava/lang/String;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 aPath Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
}
SourceFile: "XPath.java"
NestMembers:
com.sun.org.apache.xerces.internal.impl.xpath.XPath$1 com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest com.sun.org.apache.xerces.internal.impl.xpath.XPath$Scanner com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens
InnerClasses:
com.sun.org.apache.xerces.internal.impl.xpath.XPath$1
public Axis = com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis of com.sun.org.apache.xerces.internal.impl.xpath.XPath
public LocationPath = com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath of com.sun.org.apache.xerces.internal.impl.xpath.XPath
public NodeTest = com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest of com.sun.org.apache.xerces.internal.impl.xpath.XPath
private Scanner = com.sun.org.apache.xerces.internal.impl.xpath.XPath$Scanner of com.sun.org.apache.xerces.internal.impl.xpath.XPath
public Step = com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step of com.sun.org.apache.xerces.internal.impl.xpath.XPath
private final Tokens = com.sun.org.apache.xerces.internal.impl.xpath.XPath$Tokens of com.sun.org.apache.xerces.internal.impl.xpath.XPath
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles