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, toStringpublic KeywordRestArgNode(ISourcePosition position, Node variable)
public java.lang.Object accept(NodeVisitor visitor)
public java.util.List<Node> childNodes()
childNodes in class Nodepublic NodeType getNodeType()
getNodeType in class Nodepublic Node getVariable()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.