|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.ast.Node
org.jruby.ast.ZSuperNode
a call to 'super' with no arguments in a method.
Field Summary |
Fields inherited from class org.jruby.ast.Node |
instruction, nodeId |
Constructor Summary | |
ZSuperNode(ISourcePosition position)
|
Method Summary | |
Instruction |
accept(NodeVisitor iVisitor)
Accept for the visitor pattern. |
java.util.List |
childNodes()
|
Arity |
getArity()
'super' can take any number of arguments. |
Node |
getIterNode()
|
void |
setIterNode(Node iterNode)
|
Methods inherited from class org.jruby.ast.Node |
addComment, addComments, createList, createList, createList, createList, getComments, getNodeName, getPosition, getPositionIncludingComments, hasComments, setPosition, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ZSuperNode(ISourcePosition position)
Method Detail |
public Instruction accept(NodeVisitor iVisitor)
accept
in class Node
iVisitor
- the visitorpublic Arity getArity()
getArity
in interface IArityNode
public java.util.List childNodes()
childNodes
in class Node
public Node getIterNode()
getIterNode
in interface BlockAcceptingNode
public void setIterNode(Node iterNode)
setIterNode
in interface BlockAcceptingNode
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |