|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.AttrAssignNode
org.jruby.ast.AttrAssignThreeArgNode
public class AttrAssignThreeArgNode
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.AttrAssignNode |
|---|
normalCallAdapter, receiverNode, variableCallAdapter |
| Fields inherited from class org.jruby.ast.Node |
|---|
EMPTY_COMMENT_LIST, INVALID_POSITION, nodeId |
| Constructor Summary | |
|---|---|
AttrAssignThreeArgNode(ISourcePosition position,
Node receiverNode,
java.lang.String name,
ArrayNode argsNode)
|
|
| Method Summary | |
|---|---|
IRubyObject |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block aBlock,
boolean checkArity)
|
IRubyObject |
interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
|
| Methods inherited from class org.jruby.ast.AttrAssignNode |
|---|
accept, childNodes, definition, getArgsNode, getName, getReceiverNode, newAttrAssignNode, newMutatedAttrAssignNode, setArgsNode |
| Methods inherited from class org.jruby.ast.Node |
|---|
addComment, addComments, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, isInvisible, setPosition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttrAssignThreeArgNode(ISourcePosition position,
Node receiverNode,
java.lang.String name,
ArrayNode argsNode)
| Method Detail |
|---|
public IRubyObject interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
interpret in class AttrAssignNode
public IRubyObject assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block aBlock,
boolean checkArity)
assign in class AttrAssignNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||