public interface ReadNode
Modifier and Type | Method and Description |
---|---|
RubyNode |
makeWriteNode(RubyNode rhs)
Return a new node that performs the equivalent write operation to this node's read, using the
supplied node for the right-hand-side.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.