public class StarNode extends Node
ASSIGNMENT_BYTELIST, CLASS_VARIABLE_BYTELIST, CONSTANT_BYTELIST, EXPRESSION_BYTELIST, FALSE_BYTELIST, GLOBAL_VARIABLE_BYTELIST, INSTANCE_VARIABLE_BYTELIST, LOCAL_VARIABLE_BYTELIST, LOCAL_VARIABLE_IN_BLOCK_BYTELIST, METHOD_BYTELIST, NIL_BYTELIST, SELF_BYTELIST, SUPER_BYTELIST, TRUE_BYTELIST, YIELD_BYTELIST
Constructor and Description |
---|
StarNode(ISourcePosition position)
Constructor for StarNode.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(NodeVisitor visitor) |
IRubyObject |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block block,
boolean checkArity) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
createList, definition, getNodeName, getPosition, interpret, isInvisible, setPosition, toString
public StarNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType
in class Node
public java.lang.Object accept(NodeVisitor visitor)
accept
in class Node
Node.accept(NodeVisitor)
public java.util.List<Node> childNodes()
childNodes
in class Node
public IRubyObject assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value, Block block, boolean checkArity)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.