public final class org.apache.commons.lang.CharRange implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.lang.CharRange
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8270183163158333422

  private final char start;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final char end;
    descriptor: C
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean negated;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private transient java.lang.String iToString;
    descriptor: Ljava/lang/String;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  public static org.apache.commons.lang.CharRange is(char);
    descriptor: (C)Lorg/apache/commons/lang/CharRange;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // char ch
         0: .line 67
            new org.apache.commons.lang.CharRange
            dup
            iload 0 /* ch */
            iload 0 /* ch */
            iconst_0
            invokespecial org.apache.commons.lang.CharRange.<init>:(CCZ)V
            areturn
        end local 0 // char ch
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ch  C
    MethodParameters:
      Name  Flags
      ch    

  public static org.apache.commons.lang.CharRange isNot(char);
    descriptor: (C)Lorg/apache/commons/lang/CharRange;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // char ch
         0: .line 79
            new org.apache.commons.lang.CharRange
            dup
            iload 0 /* ch */
            iload 0 /* ch */
            iconst_1
            invokespecial org.apache.commons.lang.CharRange.<init>:(CCZ)V
            areturn
        end local 0 // char ch
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ch  C
    MethodParameters:
      Name  Flags
      ch    

  public static org.apache.commons.lang.CharRange isIn(char, char);
    descriptor: (CC)Lorg/apache/commons/lang/CharRange;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // char start
        start local 1 // char end
         0: .line 92
            new org.apache.commons.lang.CharRange
            dup
            iload 0 /* start */
            iload 1 /* end */
            iconst_0
            invokespecial org.apache.commons.lang.CharRange.<init>:(CCZ)V
            areturn
        end local 1 // char end
        end local 0 // char start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  start  C
            0    1     1    end  C
    MethodParameters:
       Name  Flags
      start  
      end    

  public static org.apache.commons.lang.CharRange isNotIn(char, char);
    descriptor: (CC)Lorg/apache/commons/lang/CharRange;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // char start
        start local 1 // char end
         0: .line 105
            new org.apache.commons.lang.CharRange
            dup
            iload 0 /* start */
            iload 1 /* end */
            iconst_1
            invokespecial org.apache.commons.lang.CharRange.<init>:(CCZ)V
            areturn
        end local 1 // char end
        end local 0 // char start
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  start  C
            0    1     1    end  C
    MethodParameters:
       Name  Flags
      start  
      end    

  public void <init>(char);
    descriptor: (C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.CharRange this
        start local 1 // char ch
         0: .line 115
            aload 0 /* this */
            iload 1 /* ch */
            iload 1 /* ch */
            iconst_0
            invokespecial org.apache.commons.lang.CharRange.<init>:(CCZ)V
         1: .line 116
            return
        end local 1 // char ch
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/lang/CharRange;
            0    2     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  public void <init>(char, boolean);
    descriptor: (CZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.CharRange this
        start local 1 // char ch
        start local 2 // boolean negated
         0: .line 128
            aload 0 /* this */
            iload 1 /* ch */
            iload 1 /* ch */
            iload 2 /* negated */
            invokespecial org.apache.commons.lang.CharRange.<init>:(CCZ)V
         1: .line 129
            return
        end local 2 // boolean negated
        end local 1 // char ch
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/lang/CharRange;
            0    2     1       ch  C
            0    2     2  negated  Z
    MethodParameters:
         Name  Flags
      ch       
      negated  

  public void <init>(char, char);
    descriptor: (CC)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.commons.lang.CharRange this
        start local 1 // char start
        start local 2 // char end
         0: .line 138
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* end */
            iconst_0
            invokespecial org.apache.commons.lang.CharRange.<init>:(CCZ)V
         1: .line 139
            return
        end local 2 // char end
        end local 1 // char start
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/lang/CharRange;
            0    2     1  start  C
            0    2     2    end  C
    MethodParameters:
       Name  Flags
      start  
      end    

  public void <init>(char, char, boolean);
    descriptor: (CCZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.apache.commons.lang.CharRange this
        start local 1 // char start
        start local 2 // char end
        start local 3 // boolean negated
         0: .line 156
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 157
            iload 1 /* start */
            iload 2 /* end */
            if_icmple 5
         2: .line 158
            iload 1 /* start */
            istore 4 /* temp */
        start local 4 // char temp
         3: .line 159
            iload 2 /* end */
            istore 1 /* start */
         4: .line 160
            iload 4 /* temp */
            istore 2 /* end */
        end local 4 // char temp
         5: .line 163
      StackMap locals: org.apache.commons.lang.CharRange int int int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* start */
            putfield org.apache.commons.lang.CharRange.start:C
         6: .line 164
            aload 0 /* this */
            iload 2 /* end */
            putfield org.apache.commons.lang.CharRange.end:C
         7: .line 165
            aload 0 /* this */
            iload 3 /* negated */
            putfield org.apache.commons.lang.CharRange.negated:Z
         8: .line 166
            return
        end local 3 // boolean negated
        end local 2 // char end
        end local 1 // char start
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/apache/commons/lang/CharRange;
            0    9     1    start  C
            0    9     2      end  C
            0    9     3  negated  Z
            3    5     4     temp  C
    MethodParameters:
         Name  Flags
      start    
      end      
      negated  

  public char getStart();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.CharRange this
         0: .line 176
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            ireturn
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/CharRange;

  public char getEnd();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.CharRange this
         0: .line 185
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            ireturn
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/CharRange;

  public boolean isNegated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.CharRange this
         0: .line 197
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.negated:Z
            ireturn
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/CharRange;

  public boolean contains(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.CharRange this
        start local 1 // char ch
         0: .line 209
            iload 1 /* ch */
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            if_icmplt 1
            iload 1 /* ch */
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            if_icmpgt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.negated:Z
            ixor
            ireturn
        end local 1 // char ch
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/lang/CharRange;
            0    3     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  public boolean contains(org.apache.commons.lang.CharRange);
    descriptor: (Lorg/apache/commons/lang/CharRange;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.lang.CharRange this
        start local 1 // org.apache.commons.lang.CharRange range
         0: .line 221
            aload 1 /* range */
            ifnonnull 2
         1: .line 222
            new java.lang.IllegalArgumentException
            dup
            ldc "The Range must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.negated:Z
            ifeq 8
         3: .line 225
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.negated:Z
            ifeq 6
         4: .line 226
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.start:C
            if_icmplt 5
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.end:C
            if_icmpgt 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 228
      StackMap locals:
      StackMap stack:
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.end:C
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            if_icmplt 7
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.start:C
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            if_icmpgt 7
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_1
            ireturn
         8: .line 230
      StackMap locals:
      StackMap stack:
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.negated:Z
            ifeq 11
         9: .line 231
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            ifne 10
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            ldc 65535
            if_icmpne 10
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        10: iconst_0
            ireturn
        11: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.start:C
            if_icmpgt 12
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            aload 1 /* range */
            getfield org.apache.commons.lang.CharRange.end:C
            if_icmplt 12
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        12: iconst_0
            ireturn
        end local 1 // org.apache.commons.lang.CharRange range
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lorg/apache/commons/lang/CharRange;
            0   13     1  range  Lorg/apache/commons/lang/CharRange;
    MethodParameters:
       Name  Flags
      range  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.lang.CharRange this
        start local 1 // java.lang.Object obj
         0: .line 246
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 247
            iconst_1
            ireturn
         2: .line 249
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.apache.commons.lang.CharRange
            ifne 4
         3: .line 250
            iconst_0
            ireturn
         4: .line 252
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.commons.lang.CharRange
            astore 2 /* other */
        start local 2 // org.apache.commons.lang.CharRange other
         5: .line 253
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            aload 2 /* other */
            getfield org.apache.commons.lang.CharRange.start:C
            if_icmpne 6
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            aload 2 /* other */
            getfield org.apache.commons.lang.CharRange.end:C
            if_icmpne 6
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.negated:Z
            aload 2 /* other */
            getfield org.apache.commons.lang.CharRange.negated:Z
            if_icmpne 6
            iconst_1
            ireturn
      StackMap locals: org.apache.commons.lang.CharRange
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // org.apache.commons.lang.CharRange other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/commons/lang/CharRange;
            0    7     1    obj  Ljava/lang/Object;
            5    7     2  other  Lorg/apache/commons/lang/CharRange;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.CharRange this
         0: .line 262
            bipush 83
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            iadd
            bipush 7
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            imul
            iadd
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.negated:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: org.apache.commons.lang.CharRange
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/lang/CharRange;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.lang.CharRange this
         0: .line 271
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.iToString:Ljava/lang/String;
            ifnonnull 9
         1: .line 272
            new org.apache.commons.lang.text.StrBuilder
            dup
            iconst_4
            invokespecial org.apache.commons.lang.text.StrBuilder.<init>:(I)V
            astore 1 /* buf */
        start local 1 // org.apache.commons.lang.text.StrBuilder buf
         2: .line 273
            aload 0 /* this */
            invokevirtual org.apache.commons.lang.CharRange.isNegated:()Z
            ifeq 4
         3: .line 274
            aload 1 /* buf */
            bipush 94
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
            pop
         4: .line 276
      StackMap locals: org.apache.commons.lang.text.StrBuilder
      StackMap stack:
            aload 1 /* buf */
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
            pop
         5: .line 277
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.start:C
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            if_icmpeq 8
         6: .line 278
            aload 1 /* buf */
            bipush 45
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
            pop
         7: .line 279
            aload 1 /* buf */
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.end:C
            invokevirtual org.apache.commons.lang.text.StrBuilder.append:(C)Lorg/apache/commons/lang/text/StrBuilder;
            pop
         8: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buf */
            invokevirtual org.apache.commons.lang.text.StrBuilder.toString:()Ljava/lang/String;
            putfield org.apache.commons.lang.CharRange.iToString:Ljava/lang/String;
        end local 1 // org.apache.commons.lang.text.StrBuilder buf
         9: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.lang.CharRange.iToString:Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/lang/CharRange;
            2    9     1   buf  Lorg/apache/commons/lang/text/StrBuilder;

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.lang.CharRange this
         0: .line 296
            new org.apache.commons.lang.CharRange$CharacterIterator
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.lang.CharRange$CharacterIterator.<init>:(Lorg/apache/commons/lang/CharRange;)V
            areturn
        end local 0 // org.apache.commons.lang.CharRange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/lang/CharRange;
}
SourceFile: "CharRange.java"
NestMembers:
  org.apache.commons.lang.CharRange$CharacterIterator
InnerClasses:
  private CharacterIterator = org.apache.commons.lang.CharRange$CharacterIterator of org.apache.commons.lang.CharRange