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, toString
public StarNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType
in class Node
public Object accept(NodeVisitor visitor)
accept
in class Node
Node.accept(NodeVisitor)
public List<Node> childNodes()
childNodes
in class Node
public IRubyObject assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value, Block block, boolean checkArity)
Copyright © 2001-2016 JRuby. All Rights Reserved.