public abstract class com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeGetGroupBoundariesMethodNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeGetGroupBoundariesMethodNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeGetGroupBoundariesMethodNode this
         0: .line 355
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeGetGroupBoundariesMethodNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeGetGroupBoundariesMethodNode;

  public abstract int execute(java.lang.Object, java.lang.String, int);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      regexResult  
      method       
      groupNumber  

  static int exec(java.lang.Object, java.lang.String, int, com.oracle.truffle.api.interop.InteropLibrary, com.oracle.truffle.js.runtime.util.TRegexUtil$InteropToIntNode);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;ILcom/oracle/truffle/api/interop/InteropLibrary;Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropToIntNode;)I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=6, args_size=5
        start local 0 // java.lang.Object regexResult
        start local 1 // java.lang.String method
        start local 2 // int groupNumber
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary objs
        start local 4 // com.oracle.truffle.js.runtime.util.TRegexUtil$InteropToIntNode toIntNode
         0: .line 364
            aload 4 /* toIntNode */
            aload 3 /* objs */
            aload 0 /* regexResult */
            aload 1 /* method */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            iload 2 /* groupNumber */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.invokeMember:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.js.runtime.util.TRegexUtil$InteropToIntNode.execute:(Ljava/lang/Object;)I
         1: ireturn
         2: .line 365
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InteropException
            astore 5 /* e */
        start local 5 // com.oracle.truffle.api.interop.InteropException e
         3: .line 366
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         4: .line 367
            new java.lang.RuntimeException
            dup
            aload 5 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // com.oracle.truffle.api.interop.InteropException e
        end local 4 // com.oracle.truffle.js.runtime.util.TRegexUtil$InteropToIntNode toIntNode
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary objs
        end local 2 // int groupNumber
        end local 1 // java.lang.String method
        end local 0 // java.lang.Object regexResult
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0  regexResult  Ljava/lang/Object;
            0    5     1       method  Ljava/lang/String;
            0    5     2  groupNumber  I
            0    5     3         objs  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    5     4    toIntNode  Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropToIntNode;
            3    5     5            e  Lcom/oracle/truffle/api/interop/InteropException;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedMessageException
           0     1       2  Class com.oracle.truffle.api.interop.UnsupportedTypeException
           0     1       2  Class com.oracle.truffle.api.interop.ArityException
           0     1       2  Class com.oracle.truffle.api.interop.UnknownIdentifierException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"objs.isMemberInvocable(regexResult, method)"}, limit = "9")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.library.CachedLibrary(value = "regexResult")
      4:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
             Name  Flags
      regexResult  
      method       
      groupNumber  
      objs         
      toIntNode    

  public static com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeGetGroupBoundariesMethodNode create();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeGetGroupBoundariesMethodNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 372
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInvokeGetGroupBoundariesMethodNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeGetGroupBoundariesMethodNode getUncached();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InvokeGetGroupBoundariesMethodNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 376
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInvokeGetGroupBoundariesMethodNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TRegexUtil.java"
NestHost: com.oracle.truffle.js.runtime.util.TRegexUtil
InnerClasses:
  public abstract InteropToIntNode = com.oracle.truffle.js.runtime.util.TRegexUtil$InteropToIntNode of com.oracle.truffle.js.runtime.util.TRegexUtil
  public abstract InvokeGetGroupBoundariesMethodNode = com.oracle.truffle.js.runtime.util.TRegexUtil$InvokeGetGroupBoundariesMethodNode of com.oracle.truffle.js.runtime.util.TRegexUtil
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()