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

  public static boolean is(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;)Z
    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 profile
         0: .line 107
            iconst_0
            ireturn
        end local 1 // com.oracle.truffle.api.profiles.BranchProfile profile
        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   profile  Lcom/oracle/truffle/api/profiles/BranchProfile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "profile")
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
          Name  Flags
      receiver  
      profile   

  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 profile
         0: .line 113
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.profiles.BranchProfile profile
        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   profile  Lcom/oracle/truffle/api/profiles/BranchProfile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached$Shared(value = "profile")
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
          Name  Flags
      receiver  
      profile   
}
SourceFile: "GR18252Test.java"
NestHost: com.oracle.truffle.api.library.test.GR18252Test
InnerClasses:
  public abstract Shared = com.oracle.truffle.api.dsl.Cached$Shared of com.oracle.truffle.api.dsl.Cached
  AMessages = com.oracle.truffle.api.library.test.GR18252Test$AMessages 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;)