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, toStringInternal
protected final Node node
public SplatNode(ISourcePosition position, Node node)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> visitor)
public Node getValue()
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2020 JRuby. All Rights Reserved.