public final class com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor
  super_class: com.oracle.truffle.api.nodes.Node
{
  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadStringMemberNode readPatternNode;
    descriptor: Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadStringMemberNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode readFlagsNode;
    descriptor: Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeExecMethodNode invokeExecMethodNode;
    descriptor: Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeExecMethodNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadIntMemberNode readGroupCountNode;
    descriptor: Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadIntMemberNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode readGroupsNode;
    descriptor: Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  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$TRegexCompiledRegexAccessor this
         0: .line 439
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 440
            return
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;

  public static com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor create();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 443
            new com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor
            dup
            invokespecial com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String pattern(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
        start local 1 // java.lang.Object compiledRegexObject
         0: .line 447
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.getReadPatternNode:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadStringMemberNode;
            aload 1 /* compiledRegexObject */
            ldc "pattern"
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadStringMemberNode.execute:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object compiledRegexObject
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
            0    1     1  compiledRegexObject  Ljava/lang/Object;
    MethodParameters:
                     Name  Flags
      compiledRegexObject  

  public java.lang.Object flags(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
        start local 1 // java.lang.Object compiledRegexObject
         0: .line 451
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.getReadFlagsNode:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            aload 1 /* compiledRegexObject */
            ldc "flags"
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode.execute:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object compiledRegexObject
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
            0    1     1  compiledRegexObject  Ljava/lang/Object;
    MethodParameters:
                     Name  Flags
      compiledRegexObject  

  public java.lang.Object exec(java.lang.Object, java.lang.String, long);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;J)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
        start local 1 // java.lang.Object compiledRegexObject
        start local 2 // java.lang.String input
        start local 3 // long fromIndex
         0: .line 455
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.getInvokeExecMethodNode:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeExecMethodNode;
            aload 1 /* compiledRegexObject */
            aload 2 /* input */
            lload 3 /* fromIndex */
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeExecMethodNode.execute:(Ljava/lang/Object;Ljava/lang/String;J)Ljava/lang/Object;
            areturn
        end local 3 // long fromIndex
        end local 2 // java.lang.String input
        end local 1 // java.lang.Object compiledRegexObject
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
            0    1     1  compiledRegexObject  Ljava/lang/Object;
            0    1     2                input  Ljava/lang/String;
            0    1     3            fromIndex  J
    MethodParameters:
                     Name  Flags
      compiledRegexObject  
      input                
      fromIndex            

  public int groupCount(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
        start local 1 // java.lang.Object regexResultObject
         0: .line 459
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.getReadGroupCountNode:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadIntMemberNode;
            aload 1 /* regexResultObject */
            ldc "groupCount"
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadIntMemberNode.execute:(Ljava/lang/Object;Ljava/lang/String;)I
            ireturn
        end local 1 // java.lang.Object regexResultObject
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
            0    1     1  regexResultObject  Ljava/lang/Object;
    MethodParameters:
                   Name  Flags
      regexResultObject  

  public java.lang.Object namedCaptureGroups(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
        start local 1 // java.lang.Object compiledRegexObject
         0: .line 463
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.getReadGroupsNode:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            aload 1 /* compiledRegexObject */
            ldc "groups"
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode.execute:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object compiledRegexObject
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
            0    1     1  compiledRegexObject  Ljava/lang/Object;
    MethodParameters:
                     Name  Flags
      compiledRegexObject  

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadStringMemberNode getReadPatternNode();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadStringMemberNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
         0: .line 467
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readPatternNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadStringMemberNode;
            ifnonnull 3
         1: .line 468
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 469
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadStringMemberNode.create:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadStringMemberNode;
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadStringMemberNode
            putfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readPatternNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadStringMemberNode;
         3: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readPatternNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadStringMemberNode;
            areturn
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode getReadFlagsNode();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
         0: .line 475
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readFlagsNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            ifnonnull 3
         1: .line 476
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 477
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode.create:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode
            putfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readFlagsNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
         3: .line 479
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readFlagsNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            areturn
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeExecMethodNode getInvokeExecMethodNode();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeExecMethodNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
         0: .line 483
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.invokeExecMethodNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeExecMethodNode;
            ifnonnull 3
         1: .line 484
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 485
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeExecMethodNode.create:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeExecMethodNode;
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeExecMethodNode
            putfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.invokeExecMethodNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeExecMethodNode;
         3: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.invokeExecMethodNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeExecMethodNode;
            areturn
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadIntMemberNode getReadGroupCountNode();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadIntMemberNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
         0: .line 491
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readGroupCountNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadIntMemberNode;
            ifnonnull 3
         1: .line 492
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 493
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadIntMemberNode.create:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadIntMemberNode;
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadIntMemberNode
            putfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readGroupCountNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadIntMemberNode;
         3: .line 495
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readGroupCountNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadIntMemberNode;
            areturn
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;

  private com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode getReadGroupsNode();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
         0: .line 499
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readGroupsNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            ifnonnull 3
         1: .line 500
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreterAndInvalidate:()V
         2: .line 501
            aload 0 /* this */
            aload 0 /* this */
            invokestatic com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode.create:()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.insert:(Lcom/oracle/truffle/api/nodes/Node;)Lcom/oracle/truffle/api/nodes/Node;
            checkcast com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode
            putfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readGroupsNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
         3: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor.readGroupsNode:Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropReadMemberNode;
            areturn
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$TRegexCompiledRegexAccessor;
}
SourceFile: "TRegexUtil.java"
NestHost: com.oracle.truffle.js.runtime.util.TRegexUtil
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  public abstract InteropReadIntMemberNode = com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadIntMemberNode of com.oracle.truffle.js.runtime.util.TRegexUtil
  public abstract InteropReadMemberNode = com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadMemberNode of com.oracle.truffle.js.runtime.util.TRegexUtil
  public abstract InteropReadStringMemberNode = com.oracle.truffle.js.runtime.util.TRegexUtil$InteropReadStringMemberNode of com.oracle.truffle.js.runtime.util.TRegexUtil
  public abstract InvokeExecMethodNode = com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeExecMethodNode of com.oracle.truffle.js.runtime.util.TRegexUtil
  public final TRegexCompiledRegexAccessor = com.oracle.truffle.js.runtime.util.TRegexUtil$TRegexCompiledRegexAccessor of com.oracle.truffle.js.runtime.util.TRegexUtil