|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jrubyparser.ast.Node
org.jrubyparser.ast.AssignableNode
public abstract class AssignableNode
Base class of any node which can be assigned to.
| Constructor Summary | |
|---|---|
AssignableNode(SourcePosition position)
|
|
AssignableNode(SourcePosition position,
Node valueNode)
|
|
| Method Summary | |
|---|---|
SourcePosition |
getLeftHandSidePosition()
|
Node |
getValue()
Gets the valueNode. |
Node |
getValueNode()
Deprecated. |
boolean |
isSame(Node node)
Checks node for 'sameness' for diffing. |
void |
setValue(Node valueNode)
Sets the valueNode. |
void |
setValueNode(Node valueNode)
Deprecated. |
| Methods inherited from class org.jrubyparser.ast.Node |
|---|
accept, adopt, adopt, adoptUsingNodesPosition, childNodes, comparePositionWith, createList, getClosestIScope, getClosestModule, getGrandParent, getInlineComment, getInnermostIter, getMethodFor, getNodeAt, getNodeName, getNodeType, getOutermostIter, getParent, getPosition, getPositionIncludingComments, getPreviousComments, insertAfter, insertAll, insertBefore, insertNode, isBlockParameter, isDescendentOf, isLeaf, isMethodParameter, setParent, setPosition, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AssignableNode(SourcePosition position)
public AssignableNode(SourcePosition position,
Node valueNode)
| Method Detail |
|---|
public boolean isSame(Node node)
isSame in class Nodenode - to be compared to
public Node getValue()
@Deprecated public Node getValueNode()
public void setValue(Node valueNode)
valueNode - The valueNode to set@Deprecated public void setValueNode(Node valueNode)
public SourcePosition getLeftHandSidePosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||