public class com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step 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$Step
  super_class: java.lang.Object
{
  public final com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis axis;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest nodeTest;
    descriptor: Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis, com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis axis
        start local 2 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest nodeTest
         0: .line 455
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 456
            aload 0 /* this */
            aload 1 /* axis */
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.axis:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
         2: .line 457
            aload 0 /* this */
            aload 2 /* nodeTest */
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.nodeTest:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
         3: .line 458
            return
        end local 2 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest nodeTest
        end local 1 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis axis
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
            0    4     1      axis  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
            0    4     2  nodeTest  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
    MethodParameters:
          Name  Flags
      axis      
      nodeTest  

  protected 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: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step step
         0: .line 461
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 462
            aload 0 /* this */
            aload 1 /* step */
            getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.axis:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.axis:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
         2: .line 463
            aload 0 /* this */
            aload 1 /* step */
            getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.nodeTest:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.clone:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.nodeTest:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
         3: .line 464
            return
        end local 1 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step step
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
            0    4     1  step  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
    MethodParameters:
      Name  Flags
      step  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
         0: .line 472
            aload 0 /* this */
            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_3
            if_icmpne 2
         1: .line 473
            ldc "."
            areturn
         2: .line 475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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_2
            if_icmpne 4
         3: .line 476
            new java.lang.StringBuilder
            dup
            ldc "@"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.nodeTest:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         4: .line 478
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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_1
            if_icmpne 6
         5: .line 479
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.nodeTest:Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$NodeTest;
            invokevirtual com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest.toString:()Ljava/lang/String;
            areturn
         6: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            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_icmpne 8
         7: .line 482
            ldc "//"
            areturn
         8: .line 484
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "??? ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            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
            invokevirtual java.lang.StringBuilder.append:(I)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 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
         0: .line 489
            new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Step this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Step;
}
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 NodeTest = com.sun.org.apache.xerces.internal.impl.xpath.XPath$NodeTest 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