org.jruby.ast
Class AttrAssignOneArgNode
java.lang.Object
org.jruby.ast.Node
org.jruby.ast.AttrAssignNode
org.jruby.ast.AttrAssignOneArgNode
- All Implemented Interfaces:
- IArgumentNode, INameNode, ISourcePositionHolder
public class AttrAssignOneArgNode
- extends AttrAssignNode
- Author:
- enebo
Methods inherited from class org.jruby.ast.AttrAssignNode |
accept, childNodes, definition, getArgsNode, getName, getNodeType, getReceiverNode, hasMetaClass, newAttrAssignNode, newMutatedAttrAssignNode, receiverClassName, selectCallSite, setArgsNode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AttrAssignOneArgNode
public AttrAssignOneArgNode(ISourcePosition position,
Node receiverNode,
java.lang.String name,
ArrayNode argsNode)
interpret
public IRubyObject interpret(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block aBlock)
- Overrides:
interpret
in class AttrAssignNode
assign
public IRubyObject assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value,
Block aBlock,
boolean checkArity)
- Overrides:
assign
in class AttrAssignNode
Copyright © 2002-2009 JRuby Team. All Rights Reserved.