public class BignumNode extends NumericNode
containsVariableAssignment| Constructor and Description |
|---|
BignumNode(ISourcePosition position,
BigInteger value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor) |
List<Node> |
childNodes() |
NodeType |
getNodeType() |
BigInteger |
getValue()
Gets the value.
|
void |
setValue(BigInteger value) |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toStringpublic BignumNode(ISourcePosition position, BigInteger value)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public BigInteger getValue()
public List<Node> childNodes()
childNodes in class Nodepublic void setValue(BigInteger value)
Copyright © 2001-2015 JRuby. All Rights Reserved.