public abstract class org.jruby.ast.NumericNode extends org.jruby.ast.Node implements org.jruby.ast.types.ILiteralNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jruby.ast.NumericNode
  super_class: org.jruby.ast.Node
{
  public void <init>(org.jruby.lexer.yacc.ISourcePosition);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.ast.NumericNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
         0: .line 12
            aload 0 /* this */
            aload 1 /* position */
            iconst_0
            invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         1: .line 13
            return
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.NumericNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/NumericNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
    MethodParameters:
          Name  Flags
      position  

  public org.jruby.ast.NumericNode negate();
    descriptor: ()Lorg/jruby/ast/NumericNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ast.NumericNode this
         0: .line 16
            new java.lang.IllegalArgumentException
            dup
            ldc "Unexpected negation of a numeric type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jruby.ast.NumericNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/NumericNode;
}
SourceFile: "NumericNode.java"