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