public class BignumNode extends Node implements ILiteralNode
Constructor and Description |
---|
BignumNode(ISourcePosition position,
java.math.BigInteger value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(NodeVisitor iVisitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
java.math.BigInteger |
getValue()
Gets the value.
|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
void |
setValue(java.math.BigInteger value) |
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public BignumNode(ISourcePosition position, java.math.BigInteger value)
public NodeType getNodeType()
getNodeType
in class Node
public java.lang.Object accept(NodeVisitor iVisitor)
public java.math.BigInteger getValue()
public java.util.List<Node> childNodes()
childNodes
in class Node
public void setValue(java.math.BigInteger value)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.