public class org.jruby.ir.operands.TemporaryBooleanVariable extends org.jruby.ir.operands.TemporaryLocalVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.operands.TemporaryBooleanVariable
  super_class: org.jruby.ir.operands.TemporaryLocalVariable
{
  public static final java.lang.String PREFIX;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "%b_"

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
        start local 1 // int offset
         0: .line 41
            aload 0 /* this */
            iload 1 /* offset */
            invokespecial org.jruby.ir.operands.TemporaryLocalVariable.<init>:(I)V
         1: .line 42
            return
        end local 1 // int offset
        end local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ir/operands/TemporaryBooleanVariable;
            0    2     1  offset  I
    MethodParameters:
        Name  Flags
      offset  

  public org.jruby.ir.operands.TemporaryVariableType getType();
    descriptor: ()Lorg/jruby/ir/operands/TemporaryVariableType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
         0: .line 46
            getstatic org.jruby.ir.operands.TemporaryVariableType.BOOLEAN:Lorg/jruby/ir/operands/TemporaryVariableType;
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryBooleanVariable;

  public java.lang.String getPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
         0: .line 51
            ldc "%b_"
            areturn
        end local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryBooleanVariable;

  public org.jruby.ir.operands.Variable clone(org.jruby.ir.transformations.inlining.SimpleCloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;)Lorg/jruby/ir/operands/Variable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
        start local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
         0: .line 56
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.SimpleCloneInfo ii
        end local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/TemporaryBooleanVariable;
            0    1     1    ii  Lorg/jruby/ir/transformations/inlining/SimpleCloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  public void visit(org.jruby.ir.IRVisitor);
    descriptor: (Lorg/jruby/ir/IRVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 61
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.TemporaryBooleanVariable:(Lorg/jruby/ir/operands/TemporaryBooleanVariable;)V
         1: .line 62
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.operands.TemporaryBooleanVariable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/operands/TemporaryBooleanVariable;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "TemporaryBooleanVariable.java"