|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jruby.ast.AbstractNode
org.jruby.ast.StarNode
Represents a star in a multiple assignent. only used in an instanceof check, this node is never visited.
| Constructor Summary | |
StarNode()
Constructor for StartNode. |
|
| Method Summary | |
void |
accept(INodeVisitor visitor)
|
| Methods inherited from class org.jruby.ast.AbstractNode |
getPosition |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StarNode()
| Method Detail |
public void accept(INodeVisitor visitor)
AbstractNode#accept(NodeVisitor)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||