public class com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis 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$Axis
  super_class: java.lang.Object
{
  public static final short CHILD;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final short ATTRIBUTE;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final short SELF;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final short DESCENDANT;
    descriptor: S
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public final short type;
    descriptor: S
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis this
        start local 1 // short type
         0: .line 532
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 533
            aload 0 /* this */
            iload 1 /* type */
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.type:S
         2: .line 534
            return
        end local 1 // short type
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
            0    3     1  type  S
    MethodParameters:
      Name  Flags
      type  

  protected void <init>(com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis);
    descriptor: (Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;)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$Axis this
        start local 1 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis axis
         0: .line 537
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 538
            aload 0 /* this */
            aload 1 /* axis */
            getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.type:S
            putfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.type:S
         2: .line 539
            return
        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$Axis this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
            0    3     1  axis  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
    MethodParameters:
      Name  Flags
      axis  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis this
         0: .line 547
            aload 0 /* this */
            getfield com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.type:S
            tableswitch { // 1 - 4
                    1: 1
                    2: 2
                    3: 3
                    4: 4
              default: 5
          }
         1: .line 548
      StackMap locals:
      StackMap stack:
            ldc "child"
            areturn
         2: .line 549
      StackMap locals:
      StackMap stack:
            ldc "attribute"
            areturn
         3: .line 550
      StackMap locals:
      StackMap stack:
            ldc "self"
            areturn
         4: .line 551
      StackMap locals:
      StackMap stack:
            ldc "descendant"
            areturn
         5: .line 553
      StackMap locals:
      StackMap stack:
            ldc "???"
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;

  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$Axis this
         0: .line 558
            new com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis.<init>:(Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;)V
            areturn
        end local 0 // com.sun.org.apache.xerces.internal.impl.xpath.XPath$Axis this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xerces/internal/impl/xpath/XPath$Axis;
}
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