public class org.apache.commons.codec.binary.CharSequenceUtils
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.codec.binary.CharSequenceUtils
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.codec.binary.CharSequenceUtils this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.codec.binary.CharSequenceUtils this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/codec/binary/CharSequenceUtils;

  static boolean regionMatches(java.lang.CharSequence, boolean, int, java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;ZILjava/lang/CharSequence;II)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=11, args_size=6
        start local 0 // java.lang.CharSequence cs
        start local 1 // boolean ignoreCase
        start local 2 // int thisStart
        start local 3 // java.lang.CharSequence substring
        start local 4 // int start
        start local 5 // int length
         0: .line 51
            aload 0 /* cs */
            instanceof java.lang.String
            ifeq 2
            aload 3 /* substring */
            instanceof java.lang.String
            ifeq 2
         1: .line 52
            aload 0 /* cs */
            checkcast java.lang.String
            iload 1 /* ignoreCase */
            iload 2 /* thisStart */
            aload 3 /* substring */
            checkcast java.lang.String
            iload 4 /* start */
            iload 5 /* length */
            invokevirtual java.lang.String.regionMatches:(ZILjava/lang/String;II)Z
            ireturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            iload 2 /* thisStart */
            istore 6 /* index1 */
        start local 6 // int index1
         3: .line 55
            iload 4 /* start */
            istore 7 /* index2 */
        start local 7 // int index2
         4: .line 56
            iload 5 /* length */
            istore 8 /* tmpLen */
        start local 8 // int tmpLen
         5: .line 58
            goto 15
         6: .line 59
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* cs */
            iload 6 /* index1 */
            iinc 6 /* index1 */ 1
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 9 /* c1 */
        start local 9 // char c1
         7: .line 60
            aload 3 /* substring */
            iload 7 /* index2 */
            iinc 7 /* index2 */ 1
            invokeinterface java.lang.CharSequence.charAt:(I)C
            istore 10 /* c2 */
        start local 10 // char c2
         8: .line 62
            iload 9 /* c1 */
            iload 10 /* c2 */
            if_icmpne 10
         9: .line 63
            goto 15
        10: .line 66
      StackMap locals: int int
      StackMap stack:
            iload 1 /* ignoreCase */
            ifne 12
        11: .line 67
            iconst_0
            ireturn
        12: .line 71
      StackMap locals:
      StackMap stack:
            iload 9 /* c1 */
            invokestatic java.lang.Character.toUpperCase:(C)C
            iload 10 /* c2 */
            invokestatic java.lang.Character.toUpperCase:(C)C
            if_icmpeq 15
        13: .line 72
            iload 9 /* c1 */
            invokestatic java.lang.Character.toLowerCase:(C)C
            iload 10 /* c2 */
            invokestatic java.lang.Character.toLowerCase:(C)C
            if_icmpeq 15
        14: .line 73
            iconst_0
            ireturn
        end local 10 // char c2
        end local 9 // char c1
        15: .line 58
      StackMap locals:
      StackMap stack:
            iload 8 /* tmpLen */
            iinc 8 /* tmpLen */ -1
            ifgt 6
        16: .line 77
            iconst_1
            ireturn
        end local 8 // int tmpLen
        end local 7 // int index2
        end local 6 // int index1
        end local 5 // int length
        end local 4 // int start
        end local 3 // java.lang.CharSequence substring
        end local 2 // int thisStart
        end local 1 // boolean ignoreCase
        end local 0 // java.lang.CharSequence cs
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0          cs  Ljava/lang/CharSequence;
            0   17     1  ignoreCase  Z
            0   17     2   thisStart  I
            0   17     3   substring  Ljava/lang/CharSequence;
            0   17     4       start  I
            0   17     5      length  I
            3   17     6      index1  I
            4   17     7      index2  I
            5   17     8      tmpLen  I
            7   15     9          c1  C
            8   15    10          c2  C
    MethodParameters:
            Name  Flags
      cs          final
      ignoreCase  final
      thisStart   final
      substring   final
      start       final
      length      final
}
SourceFile: "CharSequenceUtils.java"