final class com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath extends com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
super_class: com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath
{
private com.sun.org.apache.xalan.internal.xsltc.compiler.Expression _step;
descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
flags: (0x0002) ACC_PRIVATE
private final com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath _path;
descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type stype;
descriptor: Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
flags: (0x0002) ACC_PRIVATE
private boolean _orderNodes;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean _axisMismatch;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public void <init>(com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath, com.sun.org.apache.xalan.internal.xsltc.compiler.Expression);
descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;)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 com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.<init>:()V
1: aload 0
iconst_0
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._orderNodes:Z
2: aload 0
iconst_0
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._axisMismatch:Z
3: aload 0
aload 1
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
4: aload 0
aload 2
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
5: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
aload 0
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setParent:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
6: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
aload 0
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParent:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;)V
7: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
ifeq 9
8: aload 0
aload 0
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.checkAxisMismatch:()Z
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._axisMismatch:Z
9: StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
0 10 1 path Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
0 10 2 step Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
MethodParameters:
Name Flags
path
step
public void setAxis(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
iload 1
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setAxis:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
0 2 1 axis I
MethodParameters:
Name Flags
axis
public int getAxis();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.getAxis:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
public com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath getPath();
descriptor: ()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
public com.sun.org.apache.xalan.internal.xsltc.compiler.Expression getStep();
descriptor: ()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
public void setParser(com.sun.org.apache.xalan.internal.xsltc.compiler.Parser);
descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
1: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
aload 1
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
2: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
aload 1
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.setParser:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
0 4 1 parser Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Parser;
MethodParameters:
Name Flags
parser
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "ParentLocationPath("
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
bipush 41
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
public com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type typeCheck(com.sun.org.apache.xalan.internal.xsltc.compiler.SymbolTable);
descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
aload 1
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.typeCheck:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.stype:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
1: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
aload 1
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.typeCheck:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;)Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
pop
2: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._axisMismatch:Z
ifeq 3
aload 0
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.enableNodeOrdering:()V
3: StackMap locals:
StackMap stack:
aload 0
getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.NodeSet:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
dup_x1
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._type:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/Type;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
0 4 1 stable Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SymbolTable;
Exceptions:
throws com.sun.org.apache.xalan.internal.xsltc.compiler.util.TypeCheckError
MethodParameters:
Name Flags
stable
public void enableNodeOrdering();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.getParent:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
astore 1
start local 1 1: aload 1
instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
ifeq 3
2: aload 1
checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.enableNodeOrdering:()V
goto 4
3: StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.SyntaxTreeNode
StackMap stack:
aload 0
iconst_1
putfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._orderNodes:Z
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
1 5 1 parent Lcom/sun/org/apache/xalan/internal/xsltc/compiler/SyntaxTreeNode;
public boolean checkAxisMismatch();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.getAxis:()I
istore 1
start local 1 1: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getAxis:()I
istore 2
start local 2 2: iload 1
ifeq 3
iload 1
iconst_1
if_icmpne 10
3: StackMap locals: int int
StackMap stack:
iload 2
iconst_3
if_icmpeq 9
4: iload 2
iconst_4
if_icmpeq 9
5: iload 2
iconst_5
if_icmpeq 9
6: iload 2
bipush 10
if_icmpeq 9
7: iload 2
bipush 11
if_icmpeq 9
8: iload 2
bipush 12
if_icmpne 10
9: StackMap locals:
StackMap stack:
iconst_1
ireturn
10: StackMap locals:
StackMap stack:
iload 1
iconst_3
if_icmpne 12
11: iload 2
ifeq 15
12: StackMap locals:
StackMap stack:
iload 2
iconst_1
if_icmpeq 15
13: iload 2
bipush 10
if_icmpeq 15
14: iload 2
bipush 11
if_icmpne 16
15: StackMap locals:
StackMap stack:
iconst_1
ireturn
16: StackMap locals:
StackMap stack:
iload 1
iconst_4
if_icmpeq 17
iload 1
iconst_5
if_icmpne 18
17: StackMap locals:
StackMap stack:
iconst_1
ireturn
18: StackMap locals:
StackMap stack:
iload 1
bipush 6
if_icmpeq 19
iload 1
bipush 7
if_icmpne 24
19: StackMap locals:
StackMap stack:
iload 2
bipush 6
if_icmpeq 23
20: iload 2
bipush 10
if_icmpeq 23
21: iload 2
bipush 11
if_icmpeq 23
22: iload 2
bipush 12
if_icmpne 24
23: StackMap locals:
StackMap stack:
iconst_1
ireturn
24: StackMap locals:
StackMap stack:
iload 1
bipush 11
if_icmpeq 25
iload 1
bipush 12
if_icmpne 33
25: StackMap locals:
StackMap stack:
iload 2
iconst_4
if_icmpeq 32
26: iload 2
iconst_5
if_icmpeq 32
27: iload 2
bipush 6
if_icmpeq 32
28: iload 2
bipush 7
if_icmpeq 32
29: iload 2
bipush 10
if_icmpeq 32
30: iload 2
bipush 11
if_icmpeq 32
31: iload 2
bipush 12
if_icmpne 33
32: StackMap locals:
StackMap stack:
iconst_1
ireturn
33: StackMap locals:
StackMap stack:
iload 2
bipush 6
if_icmpne 37
iload 1
iconst_3
if_icmpne 37
34: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
ifeq 37
35: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getNodeType:()I
istore 3
start local 3 36: iload 3
iconst_2
if_icmpne 37
iconst_1
ireturn
end local 3 37: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 38 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
1 38 1 left I
2 38 2 right I
36 37 3 type I
public void translate(com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator, com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator);
descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
aload 1
aload 2
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.RelativeLocationPath.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
1: aload 0
aload 1
aload 2
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.translateStep:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
0 3 1 classGen Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;
0 3 2 methodGen Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;
MethodParameters:
Name Flags
classGen
methodGen
public void translateStep(com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator, com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator);
descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=12, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator.getConstantPool:()Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
astore 3
start local 3 1: aload 2
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.getInstructionList:()Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
astore 4
start local 4 2: aload 2
ldc "parent_location_path_tmp1"
3: ldc "Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
invokestatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util.getJCRefType:(Ljava/lang/String;)Lcom/sun/org/apache/bcel/internal/generic/Type;
4: aconst_null
aconst_null
5: invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.addLocalVariable:(Ljava/lang/String;Lcom/sun/org/apache/bcel/internal/generic/Type;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
6: astore 5
start local 5 7: aload 5
aload 4
new com.sun.org.apache.bcel.internal.generic.ASTORE
dup
aload 5
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
invokespecial com.sun.org.apache.bcel.internal.generic.ASTORE.<init>:(I)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setStart:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
8: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
aload 1
aload 2
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Expression.translate:(Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;)V
9: aload 2
ldc "parent_location_path_tmp2"
10: ldc "Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
invokestatic com.sun.org.apache.xalan.internal.xsltc.compiler.util.Util.getJCRefType:(Ljava/lang/String;)Lcom/sun/org/apache/bcel/internal/generic/Type;
11: aconst_null
aconst_null
12: invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.addLocalVariable:(Ljava/lang/String;Lcom/sun/org/apache/bcel/internal/generic/Type;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
13: astore 6
start local 6 14: aload 6
aload 4
new com.sun.org.apache.bcel.internal.generic.ASTORE
dup
aload 6
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
invokespecial com.sun.org.apache.bcel.internal.generic.ASTORE.<init>:(I)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setStart:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
15: aload 3
ldc "com.sun.org.apache.xalan.internal.xsltc.dom.StepIterator"
16: ldc "<init>"
17: ldc "(Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;)V"
18: invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
istore 7
start local 7 19: aload 4
new com.sun.org.apache.bcel.internal.generic.NEW
dup
aload 3
ldc "com.sun.org.apache.xalan.internal.xsltc.dom.StepIterator"
invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addClass:(Ljava/lang/String;)I
invokespecial com.sun.org.apache.bcel.internal.generic.NEW.<init>:(I)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
20: aload 4
getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.DUP:Lcom/sun/org/apache/bcel/internal/generic/StackInstruction;
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
21: aload 5
aload 4
new com.sun.org.apache.bcel.internal.generic.ALOAD
dup
aload 5
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
invokespecial com.sun.org.apache.bcel.internal.generic.ALOAD.<init>:(I)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setEnd:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
22: aload 6
aload 4
new com.sun.org.apache.bcel.internal.generic.ALOAD
dup
aload 6
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.getIndex:()I
invokespecial com.sun.org.apache.bcel.internal.generic.ALOAD.<init>:(I)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
invokevirtual com.sun.org.apache.bcel.internal.generic.LocalVariableGen.setEnd:(Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;)V
23: aload 4
new com.sun.org.apache.bcel.internal.generic.INVOKESPECIAL
dup
iload 7
invokespecial com.sun.org.apache.bcel.internal.generic.INVOKESPECIAL.<init>:(I)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
24: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._step:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
astore 8
start local 8 25: aload 8
instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
ifeq 27
26: aload 8
checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.getStep:()Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
astore 8
27: StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath com.sun.org.apache.xalan.internal.xsltc.compiler.util.ClassGenerator com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator com.sun.org.apache.bcel.internal.generic.ConstantPoolGen com.sun.org.apache.bcel.internal.generic.InstructionList com.sun.org.apache.bcel.internal.generic.LocalVariableGen com.sun.org.apache.bcel.internal.generic.LocalVariableGen int com.sun.org.apache.xalan.internal.xsltc.compiler.Expression
StackMap stack:
aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
ifeq 37
aload 8
instanceof com.sun.org.apache.xalan.internal.xsltc.compiler.Step
ifeq 37
28: aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._path:Lcom/sun/org/apache/xalan/internal/xsltc/compiler/RelativeLocationPath;
checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getAxis:()I
istore 9
start local 9 29: aload 8
checkcast com.sun.org.apache.xalan.internal.xsltc.compiler.Step
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.Step.getAxis:()I
istore 10
start local 10 30: iload 9
iconst_5
if_icmpne 31
iload 10
iconst_3
if_icmpeq 32
31: StackMap locals: int int
StackMap stack:
iload 9
bipush 11
if_icmpne 37
iload 10
bipush 10
if_icmpne 37
32: StackMap locals:
StackMap stack:
aload 3
ldc "com.sun.org.apache.xml.internal.dtm.ref.DTMAxisIteratorBase"
33: ldc "includeSelf"
34: ldc "()Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
35: invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
istore 11
start local 11 36: aload 4
new com.sun.org.apache.bcel.internal.generic.INVOKEVIRTUAL
dup
iload 11
invokespecial com.sun.org.apache.bcel.internal.generic.INVOKEVIRTUAL.<init>:(I)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
end local 11 end local 10 end local 9 37: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath._orderNodes:Z
ifeq 46
38: aload 3
ldc "com.sun.org.apache.xalan.internal.xsltc.DOM"
39: ldc "orderNodes"
40: ldc "(Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;I)Lcom/sun/org/apache/xml/internal/dtm/DTMAxisIterator;"
41: invokevirtual com.sun.org.apache.bcel.internal.generic.ConstantPoolGen.addInterfaceMethodref:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I
istore 9
start local 9 42: aload 4
aload 2
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.loadDOM:()Lcom/sun/org/apache/bcel/internal/generic/Instruction;
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
43: aload 4
getstatic com.sun.org.apache.xalan.internal.xsltc.compiler.ParentLocationPath.SWAP:Lcom/sun/org/apache/bcel/internal/generic/StackInstruction;
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
44: aload 4
aload 2
invokevirtual com.sun.org.apache.xalan.internal.xsltc.compiler.util.MethodGenerator.loadContextNode:()Lcom/sun/org/apache/bcel/internal/generic/Instruction;
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
45: aload 4
new com.sun.org.apache.bcel.internal.generic.INVOKEINTERFACE
dup
iload 9
iconst_3
invokespecial com.sun.org.apache.bcel.internal.generic.INVOKEINTERFACE.<init>:(II)V
invokevirtual com.sun.org.apache.bcel.internal.generic.InstructionList.append:(Lcom/sun/org/apache/bcel/internal/generic/Instruction;)Lcom/sun/org/apache/bcel/internal/generic/InstructionHandle;
pop
end local 9 46: StackMap locals:
StackMap stack:
return
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 47 0 this Lcom/sun/org/apache/xalan/internal/xsltc/compiler/ParentLocationPath;
0 47 1 classGen Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/ClassGenerator;
0 47 2 methodGen Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/MethodGenerator;
1 47 3 cpg Lcom/sun/org/apache/bcel/internal/generic/ConstantPoolGen;
2 47 4 il Lcom/sun/org/apache/bcel/internal/generic/InstructionList;
7 47 5 pathTemp Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
14 47 6 stepTemp Lcom/sun/org/apache/bcel/internal/generic/LocalVariableGen;
19 47 7 initSI I
25 47 8 stp Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Expression;
29 37 9 path I
30 37 10 step I
36 37 11 incl I
42 46 9 order I
MethodParameters:
Name Flags
classGen
methodGen
}
SourceFile: "ParentLocationPath.java"