public class org.jruby.ast.NilImplicitNode extends org.jruby.ast.NilNode implements org.jruby.ast.InvisibleNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.NilImplicitNode
  super_class: org.jruby.ast.NilNode
{
  public static final org.jruby.ast.NilImplicitNode NIL;
    descriptor: Lorg/jruby/ast/NilImplicitNode;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 11
            new org.jruby.ast.NilImplicitNode
            dup
            invokespecial org.jruby.ast.NilImplicitNode.<init>:()V
            putstatic org.jruby.ast.NilImplicitNode.NIL:Lorg/jruby/ast/NilImplicitNode;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.NilImplicitNode this
         0: .line 14
            aload 0 /* this */
            getstatic org.jruby.lexer.yacc.InvalidSourcePosition.INSTANCE:Lorg/jruby/lexer/yacc/ISourcePosition;
            invokespecial org.jruby.ast.NilNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;)V
         1: .line 15
            return
        end local 0 // org.jruby.ast.NilImplicitNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/ast/NilImplicitNode;

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