class com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn3 extends com.oracle.truffle.api.library.test.GR18252Test$BMessages
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn3
  super_class: com.oracle.truffle.api.library.test.GR18252Test$BMessages
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn3 this
         0: .line 172
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.library.test.GR18252Test$BMessages.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GR18252Test$CMessagesNoWarn3;

  public static java.lang.Object get(com.oracle.truffle.api.library.test.GR18252Test$Data, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Lcom/oracle/truffle/api/library/test/GR18252Test$Data;Lcom/oracle/truffle/api/profiles/BranchProfile;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test$Data receiver
        start local 1 // com.oracle.truffle.api.profiles.BranchProfile profile1
         0: .line 177
            aload 0 /* receiver */
            getfield com.oracle.truffle.api.library.test.GR18252Test$Data.value:Ljava/lang/Object;
            areturn
        end local 1 // com.oracle.truffle.api.profiles.BranchProfile profile1
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test$Data receiver
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  receiver  Lcom/oracle/truffle/api/library/test/GR18252Test$Data;
            0    1     1  profile1  Lcom/oracle/truffle/api/profiles/BranchProfile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
          Name  Flags
      receiver  
      profile1  
}
SourceFile: "GR18252Test.java"
NestHost: com.oracle.truffle.api.library.test.GR18252Test
InnerClasses:
  BMessages = com.oracle.truffle.api.library.test.GR18252Test$BMessages of com.oracle.truffle.api.library.test.GR18252Test
  CMessagesNoWarn3 = com.oracle.truffle.api.library.test.GR18252Test$CMessagesNoWarn3 of com.oracle.truffle.api.library.test.GR18252Test
  Data = com.oracle.truffle.api.library.test.GR18252Test$Data of com.oracle.truffle.api.library.test.GR18252Test
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/library/test/GR18252Test$ALibrary;, receiverType = Lcom/oracle/truffle/api/library/test/GR18252Test$Data;)