public final class com.fasterxml.aalto.util.TextUtil
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.aalto.util.TextUtil
  super_class: java.lang.Object
{
  static final int CHAR_SPACE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.util.TextUtil this
         0: .line 7
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.fasterxml.aalto.util.TextUtil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/util/TextUtil;

  public static boolean isAllWhitespace(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // java.lang.String str
        start local 1 // boolean xml11
         0: .line 11
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: aload 0 /* str */
            invokevirtual java.lang.String.length:()I
            istore 3 /* len */
        start local 3 // int len
         2: goto 7
         3: .line 12
      StackMap locals: int int
      StackMap stack:
            aload 0 /* str */
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 4 /* c */
        start local 4 // int c
         4: .line 13
            iload 4 /* c */
            bipush 32
            if_icmple 6
            iload 1 /* xml11 */
            ifeq 5
            iload 4 /* c */
            sipush 133
            if_icmpeq 6
         5: .line 14
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // int c
         6: .line 11
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 3 /* len */
            if_icmplt 3
        end local 3 // int len
        end local 2 // int i
         8: .line 17
            iconst_1
            ireturn
        end local 1 // boolean xml11
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0    str  Ljava/lang/String;
            0    9     1  xml11  Z
            1    8     2      i  I
            2    8     3    len  I
            4    6     4      c  I
    MethodParameters:
       Name  Flags
      str    
      xml11  

  public static boolean isAllWhitespace(char[], int, int, boolean);
    descriptor: ([CIIZ)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // char[] ch
        start local 1 // int start
        start local 2 // int len
        start local 3 // boolean xml11
         0: .line 23
            iload 2 /* len */
            iload 1 /* start */
            iadd
            istore 2 /* len */
         1: .line 24
            goto 6
         2: .line 25
      StackMap locals:
      StackMap stack:
            aload 0 /* ch */
            iload 1 /* start */
            caload
            istore 4 /* c */
        start local 4 // int c
         3: .line 26
            iload 4 /* c */
            bipush 32
            if_icmple 5
            iload 3 /* xml11 */
            ifeq 4
            iload 4 /* c */
            sipush 133
            if_icmpeq 5
         4: .line 27
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // int c
         5: .line 24
      StackMap locals:
      StackMap stack:
            iinc 1 /* start */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* start */
            iload 2 /* len */
            if_icmplt 2
         7: .line 30
            iconst_1
            ireturn
        end local 3 // boolean xml11
        end local 2 // int len
        end local 1 // int start
        end local 0 // char[] ch
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0     ch  [C
            0    8     1  start  I
            0    8     2    len  I
            0    8     3  xml11  Z
            3    5     4      c  I
    MethodParameters:
       Name  Flags
      ch     
      start  
      len    
      xml11  
}
SourceFile: "TextUtil.java"