|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jruby.ast.AbstractNode
org.jruby.ast.MultipleAsgnNode
| Constructor Summary | |
MultipleAsgnNode(ISourcePosition position,
IListNode headNode,
INode argsNode)
|
|
| Method Summary | |
void |
accept(INodeVisitor iVisitor)
Accept for the visitor pattern. |
INode |
getArgsNode()
Gets the argsNode. |
IListNode |
getHeadNode()
Gets the headNode. |
INode |
getValueNode()
Gets the valueNode. |
void |
setValueNode(INode valueNode)
Sets the valueNode. |
| Methods inherited from class org.jruby.ast.AbstractNode |
getPosition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MultipleAsgnNode(ISourcePosition position,
IListNode headNode,
INode argsNode)
| Method Detail |
public void accept(INodeVisitor iVisitor)
accept in interface INodeiVisitor - the visitorpublic INode getArgsNode()
public IListNode getHeadNode()
public INode getValueNode()
getValueNode in interface IAssignableNodepublic void setValueNode(INode valueNode)
setValueNode in interface IAssignableNodevalueNode - The valueNode to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||