public class FixnumNode extends Node implements ILiteralNode
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) |
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public FixnumNode(ISourcePosition position, long value)
public <T> T accept(NodeVisitor<T> iVisitor)
public NodeType getNodeType()
getNodeType
in class Node
public long getValue()
public void setValue(long value)
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.