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() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
assign, createList, definition, getNodeName, getPosition, setPosition, 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
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2001-2013 JRuby. All Rights Reserved.