public class org.jruby.ir.instructions.CheckForLJEInstr extends org.jruby.ir.instructions.NoOperandInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.CheckForLJEInstr
  super_class: org.jruby.ir.instructions.NoOperandInstr
{
  private boolean definedWithinMethod;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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.instructions.CheckForLJEInstr this
        start local 1 // boolean notDefinedWithinMethod
         0: .line 23
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.CHECK_FOR_LJE:Lorg/jruby/ir/Operation;
            invokespecial org.jruby.ir.instructions.NoOperandInstr.<init>:(Lorg/jruby/ir/Operation;)V
         1: .line 25
            aload 0 /* this */
            iload 1 /* notDefinedWithinMethod */
            putfield org.jruby.ir.instructions.CheckForLJEInstr.definedWithinMethod:Z
         2: .line 26
            return
        end local 1 // boolean notDefinedWithinMethod
        end local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    3     0                    this  Lorg/jruby/ir/instructions/CheckForLJEInstr;
            0    3     1  notDefinedWithinMethod  Z
    MethodParameters:
                        Name  Flags
      notDefinedWithinMethod  

  public boolean maybeLambda();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
         0: .line 30
            aload 0 /* this */
            getfield org.jruby.ir.instructions.CheckForLJEInstr.definedWithinMethod: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.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/CheckForLJEInstr;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
    descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
         0: .line 39
            aload 1 /* info */
            instanceof org.jruby.ir.transformations.inlining.InlineCloneInfo
            ifeq 3
         1: .line 40
            aload 1 /* info */
            checkcast org.jruby.ir.transformations.inlining.InlineCloneInfo
            astore 2 /* ii */
        start local 2 // org.jruby.ir.transformations.inlining.InlineCloneInfo ii
         2: .line 43
            aload 2 /* ii */
            invokevirtual org.jruby.ir.transformations.inlining.InlineCloneInfo.getScopeBeingInlined:()Lorg/jruby/ir/IRScope;
            aload 2 /* ii */
            invokevirtual org.jruby.ir.transformations.inlining.InlineCloneInfo.getHostScope:()Lorg/jruby/ir/IRScope;
            invokevirtual org.jruby.ir.IRScope.isScopeContainedBy:(Lorg/jruby/ir/IRScope;)Z
            ifeq 3
            getstatic org.jruby.ir.instructions.NopInstr.NOP:Lorg/jruby/ir/instructions/NopInstr;
            areturn
        end local 2 // org.jruby.ir.transformations.inlining.InlineCloneInfo ii
         3: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo info
        end local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jruby/ir/instructions/CheckForLJEInstr;
            0    4     1  info  Lorg/jruby/ir/transformations/inlining/CloneInfo;
            2    3     2    ii  Lorg/jruby/ir/transformations/inlining/InlineCloneInfo;
    MethodParameters:
      Name  Flags
      info  

  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.instructions.CheckForLJEInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 51
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.NoOperandInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 52
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.CheckForLJEInstr.isDefinedWithinMethod:()Z
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Z)V
         2: .line 53
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/CheckForLJEInstr;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

  public static org.jruby.ir.instructions.CheckForLJEInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/CheckForLJEInstr;
    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 56
            new org.jruby.ir.instructions.CheckForLJEInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeBoolean:()Z
            invokespecial org.jruby.ir.instructions.CheckForLJEInstr.<init>:(Z)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 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.instructions.CheckForLJEInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 60
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.CheckForLJEInstr:(Lorg/jruby/ir/instructions/CheckForLJEInstr;)V
         1: .line 61
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/CheckForLJEInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  

  public java.lang.String[] toStringNonOperandArgs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
         0: .line 65
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            new java.lang.StringBuilder
            dup
            ldc "definedWithinMethod: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ir.instructions.CheckForLJEInstr.definedWithinMethod:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aastore
            areturn
        end local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/CheckForLJEInstr;

  public void check(org.jruby.runtime.ThreadContext, org.jruby.runtime.DynamicScope, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/DynamicScope;Lorg/jruby/runtime/Block;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.DynamicScope dynamicScope
        start local 3 // org.jruby.runtime.Block block
         0: .line 69
            aload 1 /* context */
            aload 2 /* dynamicScope */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.CheckForLJEInstr.definedWithinMethod:Z
            aload 3 /* block */
            invokestatic org.jruby.ir.runtime.IRRuntimeHelpers.checkForLJE:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/DynamicScope;ZLorg/jruby/runtime/Block;)V
         1: .line 70
            return
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.DynamicScope dynamicScope
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/jruby/ir/instructions/CheckForLJEInstr;
            0    2     1       context  Lorg/jruby/runtime/ThreadContext;
            0    2     2  dynamicScope  Lorg/jruby/runtime/DynamicScope;
            0    2     3         block  Lorg/jruby/runtime/Block;
    MethodParameters:
              Name  Flags
      context       
      dynamicScope  
      block         

  public boolean computeScopeFlags(org.jruby.ir.IRScope);
    descriptor: (Lorg/jruby/ir/IRScope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
        start local 1 // org.jruby.ir.IRScope scope
         0: .line 74
            aload 0 /* this */
            aload 1 /* scope */
            invokespecial org.jruby.ir.instructions.NoOperandInstr.computeScopeFlags:(Lorg/jruby/ir/IRScope;)Z
            pop
         1: .line 75
            aload 1 /* scope */
            invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
            getstatic org.jruby.ir.IRFlags.REQUIRES_DYNSCOPE:Lorg/jruby/ir/IRFlags;
            invokevirtual java.util.EnumSet.add:(Ljava/lang/Object;)Z
            pop
         2: .line 76
            iconst_1
            ireturn
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.CheckForLJEInstr this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jruby/ir/instructions/CheckForLJEInstr;
            0    3     1  scope  Lorg/jruby/ir/IRScope;
    MethodParameters:
       Name  Flags
      scope  
}
SourceFile: "CheckForLJEInstr.java"