public class SplatNode extends Node
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() |
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
protected final Node node
public SplatNode(ISourcePosition position, Node node)
public NodeType getNodeType()
getNodeType
in class Node
public Object accept(NodeVisitor visitor)
public Node getValue()
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.