public class com.oracle.truffle.api.library.test.GR18252Test$BMessages$Is
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.api.library.test.GR18252Test$BMessages$Is
  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.api.library.test.GR18252Test$BMessages$Is this
         0: .line 121
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.library.test.GR18252Test$BMessages$Is this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/library/test/GR18252Test$BMessages$Is;

  public static boolean is(com.oracle.truffle.api.library.test.GR18252Test$Data, com.oracle.truffle.api.profiles.BranchProfile, com.oracle.truffle.api.profiles.BranchProfile);
    descriptor: (Lcom/oracle/truffle/api/library/test/GR18252Test$Data;Lcom/oracle/truffle/api/profiles/BranchProfile;Lcom/oracle/truffle/api/profiles/BranchProfile;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.library.test.GR18252Test$Data receiver
        start local 1 // com.oracle.truffle.api.profiles.BranchProfile p0
        start local 2 // com.oracle.truffle.api.profiles.BranchProfile p1
         0: .line 126
            iconst_1
            ireturn
        end local 2 // com.oracle.truffle.api.profiles.BranchProfile p1
        end local 1 // com.oracle.truffle.api.profiles.BranchProfile p0
        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        p0  Lcom/oracle/truffle/api/profiles/BranchProfile;
            0    1     2        p1  Lcom/oracle/truffle/api/profiles/BranchProfile;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization()
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
        com.oracle.truffle.api.dsl.Cached()
      2:
        com.oracle.truffle.api.dsl.Cached()
    MethodParameters:
          Name  Flags
      receiver  
      p0        
      p1        
}
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
  public Is = com.oracle.truffle.api.library.test.GR18252Test$BMessages$Is of com.oracle.truffle.api.library.test.GR18252Test$BMessages
  Data = com.oracle.truffle.api.library.test.GR18252Test$Data of com.oracle.truffle.api.library.test.GR18252Test
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()