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

  public abstract boolean execute(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      obj   
      key   

  static boolean read(java.lang.Object, java.lang.String, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;Lcom/oracle/truffle/api/interop/InteropLibrary;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.lang.Object obj
        start local 1 // java.lang.String key
        start local 2 // com.oracle.truffle.api.interop.InteropLibrary objs
         0: .line 161
            aload 2 /* objs */
            aload 0 /* obj */
            aload 1 /* key */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            ireturn
        end local 2 // com.oracle.truffle.api.interop.InteropLibrary objs
        end local 1 // java.lang.String key
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
            0    1     1   key  Ljava/lang/String;
            0    1     2  objs  Lcom/oracle/truffle/api/interop/InteropLibrary;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "9")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.library.CachedLibrary(value = "obj")
    MethodParameters:
      Name  Flags
      obj   
      key   
      objs  

  public static com.oracle.truffle.js.runtime.util.TRegexUtil$InteropIsMemberReadableNode create();
    descriptor: ()Lcom/oracle/truffle/js/runtime/util/TRegexUtil$InteropIsMemberReadableNode;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 165
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInteropIsMemberReadableNodeGen 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 InteropIsMemberReadableNode = com.oracle.truffle.js.runtime.util.TRegexUtil$InteropIsMemberReadableNode of com.oracle.truffle.js.runtime.util.TRegexUtil
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()