public class SplatNode extends Node
| Modifier and Type | Field and Description | 
|---|---|
protected Node | 
node  | 
containsVariableAssignment, newline| Constructor and Description | 
|---|
SplatNode(ISourcePosition position,
         Node node)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
accept(NodeVisitor visitor)  | 
List<Node> | 
childNodes()  | 
NodeType | 
getNodeType()  | 
Node | 
getValue()  | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringprotected final Node node
public SplatNode(ISourcePosition position, Node node)
public NodeType getNodeType()
getNodeType in class Nodepublic Object accept(NodeVisitor visitor)
public Node getValue()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.