public class StarNode extends Node
| Constructor and Description |
|---|
StarNode(ISourcePosition position)
Constructor for StarNode.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(NodeVisitor visitor) |
IRubyObject |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block block,
boolean checkArity) |
List<Node> |
childNodes() |
NodeType |
getNodeType() |
createList, createList, createList, createList, definition, getNodeName, getPosition, interpret, isNil, setPosition, toStringpublic StarNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType in class Nodepublic Object accept(NodeVisitor visitor)
accept in class NodeNode.accept(NodeVisitor)public List<Node> childNodes()
childNodes in class Nodepublic IRubyObject assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value, Block block, boolean checkArity)
Copyright © 2001-2014 JRuby. All Rights Reserved.