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 |
|---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
Node |
getValue() |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternalprotected final Node node
public SplatNode(ISourcePosition position, Node node)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> visitor)
public Node getValue()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2019 JRuby. All Rights Reserved.