public class BignumNode extends NumericNode implements SideEffectFree
containsVariableAssignment, newline| Constructor and Description |
|---|
BignumNode(int line,
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.
|
IRubyObject |
literalValue(Ruby runtime) |
NumericNode |
negate() |
void |
setValue(java.math.BigInteger value) |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public NumericNode negate()
negate in class NumericNodepublic java.math.BigInteger getValue()
public java.util.List<Node> childNodes()
childNodes in class Nodepublic void setValue(java.math.BigInteger value)
public IRubyObject literalValue(Ruby runtime)
literalValue in interface LiteralValueCopyright © 2001-2022 JRuby. All Rights Reserved.