public class OpElementOneArgOrAsgnNode extends OpElementAsgnNode
a[4] += 5 a[3] &&= true
callAdapter, elementAdapter, elementAsgnAdapter
Constructor and Description |
---|
OpElementOneArgOrAsgnNode(ISourcePosition position,
Node receiverNode,
String operatorName,
ArrayNode args,
Node valueNode) |
Modifier and Type | Method and Description |
---|---|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock) |
accept, childNodes, getArgsNode, getNodeType, getOperatorName, getReceiverNode, getValueNode, isAnd, isOr
assign, createList, createList, createList, createList, definition, getNodeName, getPosition, isNil, setPosition, toString
public OpElementOneArgOrAsgnNode(ISourcePosition position, Node receiverNode, String operatorName, ArrayNode args, Node valueNode)
public IRubyObject interpret(Ruby runtime, ThreadContext context, IRubyObject self, Block aBlock)
interpret
in class OpElementAsgnNode
Copyright © 2001-2016 JRuby. All Rights Reserved.