public class com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath implements java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
super_class: java.lang.Object
{
public final com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step[] steps;
descriptor: [Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step[]);
descriptor: ([Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
0 3 1 steps [Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
MethodParameters:
Name Flags
steps
protected void <init>(com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath);
descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
arraylength
anewarray com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
2: iconst_0
istore 2
start local 2 3: goto 6
4: StackMap locals: com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath int
StackMap stack:
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
iload 2
aload 1
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
iload 2
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.clone:()Ljava/lang/Object;
checkcast com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
aastore
5: iinc 2 1
StackMap locals:
StackMap stack:
6: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
arraylength
if_icmplt 4
end local 2 7: return
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$LocationPath;
0 8 1 path Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
3 7 2 i I
MethodParameters:
Name Flags
path
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: new java.lang.StringBuffer
dup
invokespecial java.lang.StringBuffer.<init>:()V
astore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 8
3: StackMap locals: java.lang.StringBuffer int
StackMap stack:
iload 2
ifle 6
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
iload 2
iconst_1
isub
aaload
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.axis:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.type:S
iconst_4
if_icmpeq 6
4: aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
iload 2
aaload
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.axis:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.type:S
iconst_4
if_icmpeq 6
5: aload 1
bipush 47
invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
pop
6: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
iload 2
aaload
invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
pop
7: iinc 2 1
StackMap locals:
StackMap stack:
8: iload 2
aload 0
getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.steps:[Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
arraylength
if_icmplt 3
end local 2 9: aload 1
invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
1 10 1 str Ljava/lang/StringBuffer;
2 9 2 i I
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath
dup
aload 0
invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$LocationPath.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$LocationPath;
}
SourceFile: "XPath.java"
NestHost: com.sun.org.apache.xerces.internal.impl.xpath.XPath
InnerClasses:
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 Step = com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step of com.sun.org.apache.xerces.internal.impl.xpath.XPath