|
|||||||||||
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.DefnNode
method definition node.
Constructor Summary | |
DefnNode(ISourcePosition position,
java.lang.String name,
INode argsNode,
ScopeNode bodyNode,
Visibility visibility)
|
Method Summary | |
void |
accept(INodeVisitor iVisitor)
|
INode |
getArgsNode()
Gets the argsNode. |
ScopeNode |
getBodyNode()
Gets the bodyNode. |
java.lang.String |
getName()
Gets the name. |
Visibility |
getVisibility()
Gets the noex. |
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 DefnNode(ISourcePosition position, java.lang.String name, INode argsNode, ScopeNode bodyNode, Visibility visibility)
Method Detail |
public void accept(INodeVisitor iVisitor)
public INode getArgsNode()
public ScopeNode getBodyNode()
public java.lang.String getName()
public Visibility getVisibility()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |