public class MultipleAsgnNode extends AssignableNode
containsVariableAssignment, newline
Constructor and Description |
---|
MultipleAsgnNode(ISourcePosition position,
ListNode pre,
Node rest,
ListNode post) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
ListNode |
getPost() |
int |
getPostCount() |
ListNode |
getPre() |
int |
getPreCount() |
Node |
getRest() |
getValueNode, setValueNode
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public MultipleAsgnNode(ISourcePosition position, ListNode pre, Node rest, ListNode post)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public Node getRest()
public ListNode getPre()
public int getPreCount()
public int getPostCount()
public ListNode getPost()
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2018 JRuby. All Rights Reserved.