public final class com.oracle.truffle.js.runtime.util.TRegexUtil$Props$CompiledRegex
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.util.TRegexUtil$Props$CompiledRegex
  super_class: java.lang.Object
{
  public static final java.lang.String PATTERN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "pattern"

  public static final java.lang.String FLAGS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "flags"

  public static final java.lang.String EXEC;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "exec"

  public static final java.lang.String GROUP_COUNT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "groupCount"

  public static final java.lang.String GROUPS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "groups"

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$Props$CompiledRegex this
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 91
            return
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$Props$CompiledRegex this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$Props$CompiledRegex;
}
SourceFile: "TRegexUtil.java"
NestHost: com.oracle.truffle.js.runtime.util.TRegexUtil
InnerClasses:
  public final Props = com.oracle.truffle.js.runtime.util.TRegexUtil$Props of com.oracle.truffle.js.runtime.util.TRegexUtil
  public final CompiledRegex = com.oracle.truffle.js.runtime.util.TRegexUtil$Props$CompiledRegex of com.oracle.truffle.js.runtime.util.TRegexUtil$Props