class com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4
  super_class: java.lang.Object
{
  int cachedExecute;
    descriptor: I
    flags: (0x0000) 

  static boolean guard1;
    descriptor: Z
    flags: (0x0008) ACC_STATIC

  static int limit;
    descriptor: I
    flags: (0x0008) ACC_STATIC

  static java.lang.Object cache0;
    descriptor: Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 194
            iconst_1
            putstatic com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4.guard1:Z
         1: .line 196
            bipush 42
            putstatic com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4.limit:I
         2: .line 202
            aconst_null
            putstatic com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4.cache0:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4 this
         0: .line 186
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 188
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4.cachedExecute:I
         2: .line 186
            return
        end local 0 // com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/library/test/ExportNodeTest$ExportNodeTestObject4;

  static boolean guard0();
    descriptor: ()Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 191
            iconst_1
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static int limit();
    descriptor: ()I
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 199
            bipush 42
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static java.lang.Object cache1();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 205
            aconst_null
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ExportNodeTest.java"
NestHost: com.oracle.truffle.api.library.test.ExportNodeTest
InnerClasses:
  ExportNodeTestObject4 = com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4 of com.oracle.truffle.api.library.test.ExportNodeTest
  abstract Foo = com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4$Foo of com.oracle.truffle.api.library.test.ExportNodeTest$ExportNodeTestObject4
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/ExportNodeTest$ExportNodeLibrary1;)