class com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest
  super_class: java.lang.Object
{
  java.util.function.Supplier<com.oracle.truffle.api.source.SourceSection> sourceSection;
    descriptor: Ljava/util/function/Supplier;
    flags: (0x0000) 
    Signature: Ljava/util/function/Supplier<Lcom/oracle/truffle/api/source/SourceSection;>;

  boolean hasSourceSection;
    descriptor: Z
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest this
         0: .line 124
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/interop/InteropAssertionsTest$SourceSectionTest;

  boolean hasSourceLocation();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest this
         0: .line 131
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest.hasSourceSection:Z
            ireturn
        end local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/interop/InteropAssertionsTest$SourceSectionTest;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  com.oracle.truffle.api.source.SourceSection getSourceLocation();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest this
         0: .line 136
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest.sourceSection:Ljava/util/function/Supplier;
            ifnonnull 2
         1: .line 137
            invokestatic com.oracle.truffle.api.interop.UnsupportedMessageException.create:()Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            athrow
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest.sourceSection:Ljava/util/function/Supplier;
            invokeinterface java.util.function.Supplier.get:()Ljava/lang/Object;
            checkcast com.oracle.truffle.api.source.SourceSection
            areturn
        end local 0 // com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/test/interop/InteropAssertionsTest$SourceSectionTest;
    Exceptions:
      throws com.oracle.truffle.api.interop.UnsupportedMessageException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "InteropAssertionsTest.java"
NestHost: com.oracle.truffle.api.test.interop.InteropAssertionsTest
InnerClasses:
  SourceSectionTest = com.oracle.truffle.api.test.interop.InteropAssertionsTest$SourceSectionTest of com.oracle.truffle.api.test.interop.InteropAssertionsTest
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)