public class BignumNode extends NumericNode implements SideEffectFree
containsVariableAssignment, newline
Constructor and Description |
---|
BignumNode(ISourcePosition position,
java.math.BigInteger value) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
java.math.BigInteger |
getValue()
Gets the value.
|
NumericNode |
negate() |
void |
setValue(java.math.BigInteger value) |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public BignumNode(ISourcePosition position, java.math.BigInteger value)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public NumericNode negate()
negate
in class NumericNode
public java.math.BigInteger getValue()
public java.util.List<Node> childNodes()
childNodes
in class Node
public void setValue(java.math.BigInteger value)
Copyright © 2001-2022 JRuby. All Rights Reserved.