public class AttrAssignTwoArgNode extends AttrAssignNode
callAdapter, receiverNode| Constructor and Description |
|---|
AttrAssignTwoArgNode(ISourcePosition position,
Node receiverNode,
String name,
ArrayNode argsNode) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block aBlock,
boolean checkArity) |
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, definition, getArgsNode, getName, getNodeType, getReceiverNode, hasMetaClass, newAttrAssignNode, newMutatedAttrAssignNode, receiverClassName, setArgsNodecreateList, getNodeName, getPosition, setPosition, toStringpublic AttrAssignTwoArgNode(ISourcePosition position, Node receiverNode, String name, ArrayNode argsNode)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret in class AttrAssignNodepublic IRubyObject assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value, Block aBlock, boolean checkArity)
assign in class AttrAssignNodeCopyright © 2001-2013 JRuby. All Rights Reserved.