public final class com.oracle.truffle.js.runtime.util.TRegexUtil$Props$RegexEngine
  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$RegexEngine
  super_class: java.lang.Object
{
  public static final java.lang.String VALIDATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "validate"

  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$RegexEngine this
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 83
            return
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$Props$RegexEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$Props$RegexEngine;
}
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 RegexEngine = com.oracle.truffle.js.runtime.util.TRegexUtil$Props$RegexEngine of com.oracle.truffle.js.runtime.util.TRegexUtil$Props