public class MultipleAsgn19Node extends AssignableNode
Constructor and Description |
---|
MultipleAsgn19Node(ISourcePosition position,
ListNode pre,
Node rest,
ListNode post) |
Modifier and Type | Method and Description |
---|---|
Object |
accept(NodeVisitor iVisitor) |
IRubyObject |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block block,
boolean checkArity) |
List<Node> |
childNodes() |
Arity |
getArity()
Almost all assignables are only assigned a single value.
|
NodeType |
getNodeType() |
ListNode |
getPost() |
int |
getPostCount() |
ListNode |
getPre() |
int |
getPreCount() |
Node |
getRest() |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
definition, getValueNode, setValueNode
createList, createList, createList, createList, getNodeName, getPosition, isNil, setPosition, toString
public MultipleAsgn19Node(ISourcePosition position, ListNode pre, Node rest, ListNode post)
public NodeType getNodeType()
getNodeType
in class Node
public Object accept(NodeVisitor iVisitor)
public Node getRest()
public ListNode getPre()
public int getPreCount()
public int getPostCount()
public ListNode getPost()
public Arity getArity()
AssignableNode
getArity
in interface IArityNode
getArity
in class AssignableNode
public List<Node> childNodes()
childNodes
in class Node
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
public IRubyObject assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value, Block block, boolean checkArity)
Copyright © 2001-2014 JRuby. All Rights Reserved.