public class org.jruby.ir.operands.SymbolProc 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.SymbolProc
  super_class: org.jruby.ir.operands.ImmutableLiteral
{
  private final org.jruby.RubySymbol name;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.RubySymbol);
    descriptor: (Lorg/jruby/RubySymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.operands.SymbolProc this
        start local 1 // org.jruby.RubySymbol name
         0: .line 19
            aload 0 /* this */
            invokespecial org.jruby.ir.operands.ImmutableLiteral.<init>:()V
         1: .line 21
            aload 0 /* this */
            aload 1 /* name */
            putfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
         2: .line 22
            return
        end local 1 // org.jruby.RubySymbol name
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/SymbolProc;
            0    3     1  name  Lorg/jruby/RubySymbol;
    MethodParameters:
      Name  Flags
      name  

  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.SymbolProc this
         0: .line 26
            getstatic org.jruby.ir.operands.OperandType.SYMBOL_PROC:Lorg/jruby/ir/operands/OperandType;
            areturn
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/SymbolProc;

  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.SymbolProc this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 31
            aload 1 /* context */
            aload 0 /* this */
            invokevirtual org.jruby.ir.operands.SymbolProc.getName:()Lorg/jruby/RubySymbol;
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.newSymbolProc:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubySymbol;)Lorg/jruby/RubyProc;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ir/operands/SymbolProc;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.SymbolProc this
         0: .line 36
            bipush 31
            aload 0 /* this */
            invokespecial java.lang.Object.hashCode:()I
            imul
            aload 0 /* this */
            getfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.hashCode:()I
            iadd
            ireturn
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/SymbolProc;

  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.SymbolProc this
        start local 1 // java.lang.Object other
         0: .line 41
            aload 1 /* other */
            instanceof org.jruby.ir.operands.SymbolProc
            ifeq 1
            aload 0 /* this */
            getfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
            aload 1 /* other */
            checkcast org.jruby.ir.operands.SymbolProc
            getfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.equals:(Ljava/lang/Object;)Z
            ifeq 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.SymbolProc this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/ir/operands/SymbolProc;
            0    2     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

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

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.SymbolProc this
         0: .line 50
            aload 0 /* this */
            getfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.idString:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/SymbolProc;

  public org.jruby.RubySymbol getName();
    descriptor: ()Lorg/jruby/RubySymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.SymbolProc this
         0: .line 54
            aload 0 /* this */
            getfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/SymbolProc;

  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.SymbolProc this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 59
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.operands.ImmutableLiteral.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 60
            aload 1 /* e */
            aload 0 /* this */
            getfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/RubySymbol;)V
         2: .line 61
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/operands/SymbolProc;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.operands.SymbolProc decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/operands/SymbolProc;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 64
            new org.jruby.ir.operands.SymbolProc
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeSymbol:()Lorg/jruby/RubySymbol;
            invokespecial org.jruby.ir.operands.SymbolProc.<init>:(Lorg/jruby/RubySymbol;)V
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     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=3, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.SymbolProc this
         0: .line 69
            new java.lang.StringBuilder
            dup
            ldc "SymbolProc:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.operands.SymbolProc.name:Lorg/jruby/RubySymbol;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/SymbolProc;

  public boolean isTruthyImmediate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.operands.SymbolProc this
         0: .line 74
            iconst_1
            ireturn
        end local 0 // org.jruby.ir.operands.SymbolProc this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/operands/SymbolProc;
}
SourceFile: "SymbolProc.java"