org.jruby.ast
Class MultipleAsgn19Node
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.AssignableNode
org.jruby.ast.MultipleAsgn19Node
- All Implemented Interfaces:
- IArityNode, ISourcePositionHolder
public class MultipleAsgn19Node
- extends AssignableNode
Methods inherited from class org.jruby.ast.Node |
addComment, addComments, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, isInvisible, setPosition, toString, when |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MultipleAsgn19Node
public MultipleAsgn19Node(ISourcePosition position,
ListNode pre,
Node rest,
ListNode post)
accept
public Instruction accept(NodeVisitor iVisitor)
- Specified by:
accept
in class Node
getRest
public Node getRest()
getPre
public ListNode getPre()
getPreCount
public int getPreCount()
getPostCount
public int getPostCount()
getPost
public ListNode getPost()
getArity
public Arity getArity()
- Description copied from class:
AssignableNode
- Almost all assignables are only assigned a single value.
- Specified by:
getArity
in interface IArityNode
- Overrides:
getArity
in class AssignableNode
childNodes
public java.util.List<Node> childNodes()
- Specified by:
childNodes
in class Node
interpret
public IRubyObject interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
- Overrides:
interpret
in class Node
assign
public IRubyObject assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block block,
boolean checkArity)
- Overrides:
assign
in class Node
Copyright © 2002-2007 JRuby Team. All Rights Reserved.