public final class org.yaml.snakeyaml.scanner.Constant
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.yaml.snakeyaml.scanner.Constant
  super_class: java.lang.Object
{
  private static final java.lang.String ALPHA_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-_"

  private static final java.lang.String LINEBR_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "\n\u0085\u2028\u2029"

  private static final java.lang.String FULL_LINEBR_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "\r\n\u0085\u2028\u2029"

  private static final java.lang.String NULL_OR_LINEBR_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "\u0000\r\n\u0085\u2028\u2029"

  private static final java.lang.String NULL_BL_LINEBR_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: " \u0000\r\n\u0085\u2028\u2029"

  private static final java.lang.String NULL_BL_T_LINEBR_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "\t \u0000\r\n\u0085\u2028\u2029"

  private static final java.lang.String NULL_BL_T_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "\u0000 \t"

  private static final java.lang.String URI_CHARS_S;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-_-;/?:@&=+$,_.!~*'()[]%"

  public static final org.yaml.snakeyaml.scanner.Constant LINEBR;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.yaml.snakeyaml.scanner.Constant FULL_LINEBR;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.yaml.snakeyaml.scanner.Constant NULL_OR_LINEBR;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.yaml.snakeyaml.scanner.Constant NULL_BL_LINEBR;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.yaml.snakeyaml.scanner.Constant NULL_BL_T_LINEBR;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.yaml.snakeyaml.scanner.Constant NULL_BL_T;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.yaml.snakeyaml.scanner.Constant URI_CHARS;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.yaml.snakeyaml.scanner.Constant ALPHA;
    descriptor: Lorg/yaml/snakeyaml/scanner/Constant;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  boolean[] contains;
    descriptor: [Z
    flags: (0x0000) 

  boolean noASCII;
    descriptor: Z
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 31
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc "\n\u0085\u2028\u2029"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.LINEBR:Lorg/yaml/snakeyaml/scanner/Constant;
         1: .line 32
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc "\r\n\u0085\u2028\u2029"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.FULL_LINEBR:Lorg/yaml/snakeyaml/scanner/Constant;
         2: .line 33
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc "\u0000\r\n\u0085\u2028\u2029"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.NULL_OR_LINEBR:Lorg/yaml/snakeyaml/scanner/Constant;
         3: .line 34
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc " \u0000\r\n\u0085\u2028\u2029"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.NULL_BL_LINEBR:Lorg/yaml/snakeyaml/scanner/Constant;
         4: .line 35
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc "\t \u0000\r\n\u0085\u2028\u2029"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.NULL_BL_T_LINEBR:Lorg/yaml/snakeyaml/scanner/Constant;
         5: .line 36
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc "\u0000 \t"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.NULL_BL_T:Lorg/yaml/snakeyaml/scanner/Constant;
         6: .line 37
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-_-;/?:@&=+$,_.!~*'()[]%"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.URI_CHARS:Lorg/yaml/snakeyaml/scanner/Constant;
         7: .line 39
            new org.yaml.snakeyaml.scanner.Constant
            dup
            ldc "abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-_"
            invokespecial org.yaml.snakeyaml.scanner.Constant.<init>:(Ljava/lang/String;)V
            putstatic org.yaml.snakeyaml.scanner.Constant.ALPHA:Lorg/yaml/snakeyaml/scanner/Constant;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.yaml.snakeyaml.scanner.Constant this
        start local 1 // java.lang.String content
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            sipush 128
            newarray 4
            putfield org.yaml.snakeyaml.scanner.Constant.contains:[Z
         2: .line 43
            aload 0 /* this */
            iconst_0
            putfield org.yaml.snakeyaml.scanner.Constant.noASCII:Z
         3: .line 46
            aload 0 /* this */
            getfield org.yaml.snakeyaml.scanner.Constant.contains:[Z
            iconst_0
            invokestatic java.util.Arrays.fill:([ZZ)V
         4: .line 47
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuilder sb
         5: .line 48
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 12
         7: .line 49
      StackMap locals: org.yaml.snakeyaml.scanner.Constant java.lang.String java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* content */
            iload 3 /* i */
            invokevirtual java.lang.String.codePointAt:(I)I
            istore 4 /* c */
        start local 4 // int c
         8: .line 50
            iload 4 /* c */
            sipush 128
            if_icmpge 10
         9: .line 51
            aload 0 /* this */
            getfield org.yaml.snakeyaml.scanner.Constant.contains:[Z
            iload 4 /* c */
            iconst_1
            bastore
            goto 11
        10: .line 53
      StackMap locals: int
      StackMap stack:
            aload 2 /* sb */
            iload 4 /* c */
            invokevirtual java.lang.StringBuilder.appendCodePoint:(I)Ljava/lang/StringBuilder;
            pop
        end local 4 // int c
        11: .line 48
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            aload 1 /* content */
            invokevirtual java.lang.String.length:()I
            if_icmplt 7
        end local 3 // int i
        13: .line 55
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 16
        14: .line 56
            aload 0 /* this */
            iconst_1
            putfield org.yaml.snakeyaml.scanner.Constant.noASCII:Z
        15: .line 57
            aload 0 /* this */
            aload 2 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield org.yaml.snakeyaml.scanner.Constant.content:Ljava/lang/String;
        16: .line 59
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.StringBuilder sb
        end local 1 // java.lang.String content
        end local 0 // org.yaml.snakeyaml.scanner.Constant this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   17     0     this  Lorg/yaml/snakeyaml/scanner/Constant;
            0   17     1  content  Ljava/lang/String;
            5   17     2       sb  Ljava/lang/StringBuilder;
            6   13     3        i  I
            8   11     4        c  I
    MethodParameters:
         Name  Flags
      content  

  public boolean has(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.scanner.Constant this
        start local 1 // int c
         0: .line 62
            iload 1 /* c */
            sipush 128
            if_icmpge 1
            aload 0 /* this */
            getfield org.yaml.snakeyaml.scanner.Constant.contains:[Z
            iload 1 /* c */
            baload
            goto 3
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.yaml.snakeyaml.scanner.Constant.noASCII:Z
            ifeq 2
            aload 0 /* this */
            getfield org.yaml.snakeyaml.scanner.Constant.content:Ljava/lang/String;
            iload 1 /* c */
            iconst_0
            invokevirtual java.lang.String.indexOf:(II)I
            iconst_m1
            if_icmpeq 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int c
        end local 0 // org.yaml.snakeyaml.scanner.Constant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/yaml/snakeyaml/scanner/Constant;
            0    4     1     c  I
    MethodParameters:
      Name  Flags
      c     

  public boolean hasNo(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.yaml.snakeyaml.scanner.Constant this
        start local 1 // int c
         0: .line 66
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual org.yaml.snakeyaml.scanner.Constant.has:(I)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int c
        end local 0 // org.yaml.snakeyaml.scanner.Constant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/yaml/snakeyaml/scanner/Constant;
            0    3     1     c  I
    MethodParameters:
      Name  Flags
      c     

  public boolean has(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.yaml.snakeyaml.scanner.Constant this
        start local 1 // int c
        start local 2 // java.lang.String additional
         0: .line 70
            aload 0 /* this */
            iload 1 /* c */
            invokevirtual org.yaml.snakeyaml.scanner.Constant.has:(I)Z
            ifne 1
            aload 2 /* additional */
            iload 1 /* c */
            iconst_0
            invokevirtual java.lang.String.indexOf:(II)I
            iconst_m1
            if_icmpne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 2 // java.lang.String additional
        end local 1 // int c
        end local 0 // org.yaml.snakeyaml.scanner.Constant this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/yaml/snakeyaml/scanner/Constant;
            0    2     1           c  I
            0    2     2  additional  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      c           
      additional  

  public boolean hasNo(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.yaml.snakeyaml.scanner.Constant this
        start local 1 // int c
        start local 2 // java.lang.String additional
         0: .line 74
            aload 0 /* this */
            iload 1 /* c */
            aload 2 /* additional */
            invokevirtual org.yaml.snakeyaml.scanner.Constant.has:(ILjava/lang/String;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // java.lang.String additional
        end local 1 // int c
        end local 0 // org.yaml.snakeyaml.scanner.Constant this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/yaml/snakeyaml/scanner/Constant;
            0    3     1           c  I
            0    3     2  additional  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      c           
      additional  
}
SourceFile: "Constant.java"