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, setValueNodecreateList, getNodeName, getPosition, setPosition, toStringpublic MultipleAsgn19Node(ISourcePosition position, ListNode pre, Node rest, ListNode post)
public NodeType getNodeType()
getNodeType in class Nodepublic Object accept(NodeVisitor iVisitor)
public Node getRest()
public ListNode getPre()
public int getPreCount()
public int getPostCount()
public ListNode getPost()
public Arity getArity()
AssignableNodegetArity in interface IArityNodegetArity in class AssignableNodepublic List<Node> childNodes()
childNodes in class Nodepublic 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-2013 JRuby. All Rights Reserved.