org.jruby.ast
Class BignumNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.BignumNode
- All Implemented Interfaces:
- ILiteralNode, ISourcePositionHolder
public class BignumNode
- extends Node
- implements ILiteralNode
Represents a big integer literal.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BignumNode
public BignumNode(ISourcePosition position,
java.math.BigInteger value)
accept
public Instruction accept(NodeVisitor iVisitor)
- Specified by:
accept
in class Node
getValue
public java.math.BigInteger getValue()
- Gets the value.
- Returns:
- Returns a BigInteger
childNodes
public java.util.List<Node> childNodes()
- Specified by:
childNodes
in class Node
setValue
public void setValue(java.math.BigInteger value)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.