public class ToAryNode extends Node
Constructor and Description |
---|
ToAryNode(ISourcePosition position,
Node node) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(NodeVisitor visitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
Node |
getValue() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
assign, createList, definition, getNodeName, getPosition, setPosition, toString
public ToAryNode(ISourcePosition position, Node node)
public NodeType getNodeType()
getNodeType
in class Node
public java.lang.Object accept(NodeVisitor visitor)
public Node getValue()
public java.util.List<Node> childNodes()
childNodes
in class Node
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.