public class org.jruby.ir.operands.Boolean extends org.jruby.ir.operands.ImmutableLiteral
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.operands.Boolean
  super_class: org.jruby.ir.operands.ImmutableLiteral
{
  private final boolean truthy;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Boolean this
        start local 1 // boolean truthy
         0: .line 12
            aload 0 /* this */
            invokespecial org.jruby.ir.operands.ImmutableLiteral.<init>:()V
         1: .line 14
            aload 0 /* this */
            iload 1 /* truthy */
            putfield org.jruby.ir.operands.Boolean.truthy:Z
         2: .line 15
            return
        end local 1 // boolean truthy
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/jruby/ir/operands/Boolean;
            0    3     1  truthy  Z
    MethodParameters:
        Name  Flags
      truthy  

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

  public java.lang.Object createCacheObject(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Boolean this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 24
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            invokevirtual org.jruby.ir.operands.Boolean.isTrue:()Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ir/operands/Boolean;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  public boolean isTrue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Boolean this
         0: .line 28
            aload 0 /* this */
            getfield org.jruby.ir.operands.Boolean.truthy:Z
            ireturn
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Boolean;

  public boolean isFalse();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Boolean this
         0: .line 32
            aload 0 /* this */
            getfield org.jruby.ir.operands.Boolean.truthy:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/Boolean;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Boolean this
        start local 1 // java.lang.Object other
         0: .line 37
            aload 1 /* other */
            instanceof org.jruby.ir.operands.Boolean
            ifeq 1
            aload 0 /* this */
            getfield org.jruby.ir.operands.Boolean.truthy:Z
            aload 1 /* other */
            checkcast org.jruby.ir.operands.Boolean
            getfield org.jruby.ir.operands.Boolean.truthy:Z
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/ir/operands/Boolean;
            0    2     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Boolean this
         0: .line 42
            sipush 287
            aload 0 /* this */
            getfield org.jruby.ir.operands.Boolean.truthy:Z
            ifeq 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack: int
         1: iconst_0
      StackMap locals: org.jruby.ir.operands.Boolean
      StackMap stack: int int
         2: iadd
            ireturn
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/Boolean;

  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.Boolean this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 47
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.Boolean:(Lorg/jruby/ir/operands/Boolean;)V
         1: .line 48
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/operands/Boolean;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public void encode(org.jruby.ir.persistence.IRWriterEncoder);
    descriptor: (Lorg/jruby/ir/persistence/IRWriterEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.Boolean this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 52
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.operands.ImmutableLiteral.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 53
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.operands.Boolean.isTrue:()Z
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Z)V
         2: .line 54
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/Boolean;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.operands.Boolean decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/operands/Boolean;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 57
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeBoolean:()Z
            ifeq 2
         1: .line 58
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.getCurrentScope:()Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getManager:()Lorg/jruby/ir/IRManager;
            invokevirtual org.jruby.ir.IRManager.getTrue:()Lorg/jruby/ir/operands/Boolean;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.getCurrentScope:()Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.getManager:()Lorg/jruby/ir/IRManager;
            invokevirtual org.jruby.ir.IRManager.getFalse:()Lorg/jruby/ir/operands/Boolean;
         3: .line 57
      StackMap locals:
      StackMap stack: org.jruby.ir.operands.Boolean
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0     d  Lorg/jruby/ir/persistence/IRReaderDecoder;
    MethodParameters:
      Name  Flags
      d     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Boolean this
         0: .line 63
            aload 0 /* this */
            invokevirtual org.jruby.ir.operands.Boolean.isTrue:()Z
            ifeq 1
            ldc "true"
            goto 2
      StackMap locals:
      StackMap stack:
         1: ldc "false"
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/Boolean;

  public boolean isTruthyImmediate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Boolean this
         0: .line 68
            aload 0 /* this */
            getfield org.jruby.ir.operands.Boolean.truthy:Z
            ireturn
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/Boolean;

  public boolean isFalseyImmediate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.Boolean this
         0: .line 73
            aload 0 /* this */
            getfield org.jruby.ir.operands.Boolean.truthy:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.jruby.ir.operands.Boolean this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/Boolean;
}
SourceFile: "Boolean.java"