final class com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule
  super_class: java.lang.Object
{
  private final int _action;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String _namespace;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String _element;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int _type;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int _priority;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, java.lang.String, int);
    descriptor: (ILjava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
        start local 1 // int action
        start local 2 // java.lang.String element
        start local 3 // int precedence
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 78
            aload 0 /* this */
            iload 1 /* action */
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._action:I
         2: .line 81
            aload 2 /* element */
            bipush 58
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 4 /* colon */
        start local 4 // int colon
         3: .line 82
            iload 4 /* colon */
            iflt 7
         4: .line 83
            aload 0 /* this */
            aload 2 /* element */
            iconst_0
            iload 4 /* colon */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._namespace:Ljava/lang/String;
         5: .line 84
            aload 0 /* this */
            aload 2 /* element */
            iload 4 /* colon */
            iconst_1
            iadd
            aload 2 /* element */
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._element:Ljava/lang/String;
         6: .line 85
            goto 9
         7: .line 87
      StackMap locals: com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule int java.lang.String int int
      StackMap stack:
            aload 0 /* this */
            ldc ""
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._namespace:Ljava/lang/String;
         8: .line 88
            aload 0 /* this */
            aload 2 /* element */
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._element:Ljava/lang/String;
         9: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* precedence */
            iconst_2
            ishl
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
        10: .line 95
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._element:Ljava/lang/String;
            ldc "*"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 18
        11: .line 96
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._namespace:Ljava/lang/String;
            ldc ""
            if_acmpne 15
        12: .line 97
            aload 0 /* this */
            iconst_3
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._type:I
        13: .line 98
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
            iconst_2
            iadd
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
        14: .line 99
            goto 19
        15: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._type:I
        16: .line 102
            aload 0 /* this */
            dup
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
            iconst_1
            iadd
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
        17: .line 104
            goto 19
        18: .line 106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._type:I
        19: .line 108
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int colon
        end local 3 // int precedence
        end local 2 // java.lang.String element
        end local 1 // int action
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   20     0        this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;
            0   20     1      action  I
            0   20     2     element  Ljava/lang/String;
            0   20     3  precedence  I
            3   20     4       colon  I
    MethodParameters:
            Name  Flags
      action      
      element     
      precedence  

  public int compareTo(com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule);
    descriptor: (Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
        start local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule other
         0: .line 114
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
            aload 1 /* other */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
            if_icmpge 2
         1: .line 115
            iconst_m1
            goto 4
         2: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
            aload 1 /* other */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
            if_icmple 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
         4: .line 114
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 1 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule other
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;
            0    5     1  other  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;
    MethodParameters:
       Name  Flags
      other  

  public int getAction();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
         0: .line 119
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._action:I
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;

  public int getStrength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
         0: .line 120
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._type:I
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;

  public int getPriority();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
         0: .line 121
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._priority:I
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;

  public java.lang.String getElement();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
         0: .line 122
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._element:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;

  public java.lang.String getNamespace();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
         0: .line 123
            aload 0 /* this */
            getfield com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule._namespace:Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/Whitespace$WhitespaceRule;
}
SourceFile: "Whitespace.java"
NestHost: com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace
InnerClasses:
  final WhitespaceRule = com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace$WhitespaceRule of com.sun.org.apache.xalan.internal.xsltc.compiler.Whitespace