public class KeywordRestArgNode extends Node
Constructor and Description |
---|
KeywordRestArgNode(ISourcePosition position,
Node variable) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(NodeVisitor visitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
Node |
getVariable() |
assign, createList, definition, getNodeName, getPosition, interpret, setPosition, toString
public KeywordRestArgNode(ISourcePosition position, Node variable)
public java.lang.Object accept(NodeVisitor visitor)
public java.util.List<Node> childNodes()
childNodes
in class Node
public NodeType getNodeType()
getNodeType
in class Node
public Node getVariable()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.