public class MultipleAsgnNode extends AssignableNode
containsVariableAssignment| Constructor and Description |
|---|
MultipleAsgnNode(ISourcePosition position,
ListNode pre,
Node rest,
ListNode post) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor) |
List<Node> |
childNodes() |
NodeType |
getNodeType() |
ListNode |
getPost() |
int |
getPostCount() |
ListNode |
getPre() |
int |
getPreCount() |
Node |
getRest() |
getValueNode, setValueNodecontainsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toStringpublic MultipleAsgnNode(ISourcePosition position, ListNode pre, Node rest, ListNode post)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public Node getRest()
public ListNode getPre()
public int getPreCount()
public int getPostCount()
public ListNode getPost()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.