public class com.sun.org.apache.xpath.internal.patterns.UnionPattern extends com.sun.org.apache.xpath.internal.Expression
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xpath.internal.patterns.UnionPattern
super_class: com.sun.org.apache.xpath.internal.Expression
{
static final long serialVersionUID;
descriptor: J
flags: (0x0018) ACC_STATIC, ACC_FINAL
ConstantValue: -6670449967116905820
private com.sun.org.apache.xpath.internal.patterns.StepPattern[] m_patterns;
descriptor: [Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial com.sun.org.apache.xpath.internal.Expression.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
public void fixupVariables(java.util.List<com.sun.org.apache.xml.internal.utils.QName>, );
descriptor: (Ljava/util/List;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 4
2: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
iload 3
aaload
aload 1
iload 2
invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.fixupVariables:(Ljava/util/List;I)V
3: iinc 3 1
StackMap locals:
StackMap stack:
4: iload 3
aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
arraylength
if_icmplt 2
end local 3 5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
0 6 1 vars Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;
0 6 2 globalsSize I
1 5 3 i I
Signature: (Ljava/util/List<Lcom/sun/org/apache/xml/internal/utils/QName;>;I)V
MethodParameters:
Name Flags
vars
globalsSize
public boolean canTraverseOutsideSubtree();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
ifnull 8
1: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
arraylength
istore 1
start local 1 2: iconst_0
istore 2
start local 2 3: goto 7
4: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
iload 2
aaload
invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.canTraverseOutsideSubtree:()Z
ifeq 6
5: iconst_1
ireturn
6: StackMap locals:
StackMap stack:
iinc 2 1
StackMap locals:
StackMap stack:
7: iload 2
iload 1
if_icmplt 4
end local 2 end local 1 8: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
2 8 1 n I
3 8 2 i I
public void setPatterns(com.sun.org.apache.xpath.internal.patterns.StepPattern[]);
descriptor: ([Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
1: aload 1
ifnull 7
2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: int
StackMap stack:
aload 1
iload 2
aaload
aload 0
invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.exprSetParent:(Lcom/sun/org/apache/xpath/internal/ExpressionNode;)V
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 1
arraylength
if_icmplt 4
end local 2 7: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
0 8 1 patterns [Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
3 7 2 i I
MethodParameters:
Name Flags
patterns
public com.sun.org.apache.xpath.internal.patterns.StepPattern[] getPatterns();
descriptor: ()[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
public com.sun.org.apache.xpath.internal.objects.XObject execute(com.sun.org.apache.xpath.internal.XPathContext);
descriptor: (Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=6, args_size=2
start local 0 start local 1 0: aconst_null
astore 2
start local 2 1: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
arraylength
istore 3
start local 3 2: iconst_0
istore 4
start local 4 3: goto 11
4: StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
iload 4
aaload
aload 1
invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.execute:(Lcom/sun/org/apache/xpath/internal/XPathContext;)Lcom/sun/org/apache/xpath/internal/objects/XObject;
astore 5
start local 5 5: aload 5
getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
if_acmpeq 10
6: aload 2
ifnonnull 8
7: aload 5
astore 2
goto 10
8: StackMap locals: com.sun.org.apache.xpath.internal.objects.XObject
StackMap stack:
aload 5
invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
aload 2
invokevirtual com.sun.org.apache.xpath.internal.objects.XObject.num:()D
dcmpl
ifle 10
9: aload 5
astore 2
end local 5 10: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
11: iload 4
iload 3
if_icmplt 4
end local 4 12: aload 2
ifnonnull 14
13: getstatic com.sun.org.apache.xpath.internal.patterns.NodeTest.SCORE_NONE:Lcom/sun/org/apache/xpath/internal/objects/XNumber;
astore 2
14: StackMap locals:
StackMap stack:
aload 2
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
0 15 1 xctxt Lcom/sun/org/apache/xpath/internal/XPathContext;
1 15 2 bestScore Lcom/sun/org/apache/xpath/internal/objects/XObject;
2 15 3 n I
3 12 4 i I
5 10 5 score Lcom/sun/org/apache/xpath/internal/objects/XObject;
Exceptions:
throws javax.xml.transform.TransformerException
MethodParameters:
Name Flags
xctxt
public void callVisitors(com.sun.org.apache.xpath.internal.ExpressionOwner, com.sun.org.apache.xpath.internal.XPathVisitor);
descriptor: (Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 2
aload 1
aload 0
invokevirtual com.sun.org.apache.xpath.internal.XPathVisitor.visitUnionPattern:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;)Z
pop
1: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
ifnull 8
2: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
arraylength
istore 3
start local 3 3: iconst_0
istore 4
start local 4 4: goto 7
5: StackMap locals: int int
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
iload 4
aaload
new com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner
dup
aload 0
iload 4
invokespecial com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner.<init>:(Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;I)V
aload 2
invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.callVisitors:(Lcom/sun/org/apache/xpath/internal/ExpressionOwner;Lcom/sun/org/apache/xpath/internal/XPathVisitor;)V
6: iinc 4 1
StackMap locals:
StackMap stack:
7: iload 4
iload 3
if_icmplt 5
end local 4 end local 3 8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
0 9 1 owner Lcom/sun/org/apache/xpath/internal/ExpressionOwner;
0 9 2 visitor Lcom/sun/org/apache/xpath/internal/XPathVisitor;
3 8 3 n I
4 8 4 i I
MethodParameters:
Name Flags
owner
visitor
public boolean deepEquals(com.sun.org.apache.xpath.internal.Expression);
descriptor: (Lcom/sun/org/apache/xpath/internal/Expression;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.sun.org.apache.xpath.internal.patterns.UnionPattern.isSameClass:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast com.sun.org.apache.xpath.internal.patterns.UnionPattern
astore 2
start local 2 3: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
ifnull 14
4: aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
arraylength
istore 3
start local 3 5: aload 2
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
ifnull 6
aload 2
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
arraylength
iload 3
if_icmpeq 7
6: StackMap locals: com.sun.org.apache.xpath.internal.patterns.UnionPattern int
StackMap stack:
iconst_0
ireturn
7: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 8: goto 12
9: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
iload 4
aaload
aload 2
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
iload 4
aaload
invokevirtual com.sun.org.apache.xpath.internal.patterns.StepPattern.deepEquals:(Lcom/sun/org/apache/xpath/internal/Expression;)Z
ifne 11
10: iconst_0
ireturn
11: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
12: iload 4
iload 3
if_icmplt 9
end local 4 end local 3 13: goto 16
14: StackMap locals:
StackMap stack:
aload 2
getfield com.sun.org.apache.xpath.internal.patterns.UnionPattern.m_patterns:[Lcom/sun/org/apache/xpath/internal/patterns/StepPattern;
ifnull 16
15: iconst_0
ireturn
16: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
0 17 1 expr Lcom/sun/org/apache/xpath/internal/Expression;
3 17 2 up Lcom/sun/org/apache/xpath/internal/patterns/UnionPattern;
5 13 3 n I
8 13 4 i I
MethodParameters:
Name Flags
expr
}
SourceFile: "UnionPattern.java"
NestMembers:
com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner
InnerClasses:
UnionPathPartOwner = com.sun.org.apache.xpath.internal.patterns.UnionPattern$UnionPathPartOwner of com.sun.org.apache.xpath.internal.patterns.UnionPattern