|
|||||||||||
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.ZeroArgNode
Represents a zero arg in a block. this is never visited and is used only in an instanceof check
do || end
Constructor Summary | |
ZeroArgNode()
Constructor for ZeroArgNode. |
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 ZeroArgNode()
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 |