class com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp$11 extends com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp$11
  super_class: com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp
{
  void <init>(java.lang.String, int, com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOpFormatter);
    descriptor: (Ljava/lang/String;ILcom/oracle/truffle/llvm/tests/llirtestgen/LLIRTestGen$BinaryOpFormatter;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp$11 this
        start local 3 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOpFormatter $anonymous0
         0: .line 363
            aload 0 /* this */
            aload 1
            iload 2
            aload 3 /* $anonymous0 */
            invokespecial com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp.<init>:(Ljava/lang/String;ILcom/oracle/truffle/llvm/tests/llirtestgen/LLIRTestGen$BinaryOpFormatter;)V
            return
        end local 3 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOpFormatter $anonymous0
        end local 0 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp$11 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/llvm/tests/llirtestgen/LLIRTestGen$BinaryOp$11;
            0    1     3  $anonymous0  Lcom/oracle/truffle/llvm/tests/llirtestgen/LLIRTestGen$BinaryOpFormatter;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      $anonymous0    

  public boolean fits(com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$Type);
    descriptor: (Lcom/oracle/truffle/llvm/tests/llirtestgen/LLIRTestGen$Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp$11 this
        start local 1 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$Type type
         0: .line 366
            aload 1 /* type */
            invokeinterface com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$Type.isFloat:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$Type type
        end local 0 // com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp$11 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/llirtestgen/LLIRTestGen$BinaryOp$11;
            0    3     1  type  Lcom/oracle/truffle/llvm/tests/llirtestgen/LLIRTestGen$Type;
    MethodParameters:
      Name  Flags
      type  
}
SourceFile: "LLIRTestGen.java"
EnclosingMethod: com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp
NestHost: com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen
InnerClasses:
  public abstract BinaryOp = com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp of com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen
  com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOp$11
  abstract BinaryOpFormatter = com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$BinaryOpFormatter of com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen
  private abstract Type = com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen$Type of com.oracle.truffle.llvm.tests.llirtestgen.LLIRTestGen