Package org.jruby.ast

Class NumericNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.NumericNode
All Implemented Interfaces:
LiteralValue, ILiteralNode
Direct Known Subclasses:
BignumNode, ComplexNode, FixnumNode, FloatNode, RationalNode

public abstract class NumericNode extends Node implements ILiteralNode, LiteralValue
Any node representing a numeric value.
  • Constructor Details

    • NumericNode

      public NumericNode(int line)
  • Method Details