public class com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass this
         0: .line 73
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 74
            return
        end local 0 // com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/js/test/interop/ClassFilterInteropTest$MyClass;
    RuntimeVisibleAnnotations: 
      org.graalvm.polyglot.HostAccess$Export()

  public int accessibleMethod();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass this
         0: .line 78
            bipush 42
            ireturn
        end local 0 // com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/interop/ClassFilterInteropTest$MyClass;
    RuntimeVisibleAnnotations: 
      org.graalvm.polyglot.HostAccess$Export()

  public int accessibleMethod(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass this
        start local 1 // int x
         0: .line 82
            iload 1 /* x */
            ireturn
        end local 1 // int x
        end local 0 // com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/test/interop/ClassFilterInteropTest$MyClass;
            0    1     1     x  I
    MethodParameters:
      Name  Flags
      x     

  public static int staticAccessibleMethod();
    descriptor: ()I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 87
            bipush 43
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      org.graalvm.polyglot.HostAccess$Export()
}
SourceFile: "ClassFilterInteropTest.java"
NestHost: com.oracle.truffle.js.test.interop.ClassFilterInteropTest
InnerClasses:
  public MyClass = com.oracle.truffle.js.test.interop.ClassFilterInteropTest$MyClass of com.oracle.truffle.js.test.interop.ClassFilterInteropTest
  public abstract Export = org.graalvm.polyglot.HostAccess$Export of org.graalvm.polyglot.HostAccess