|
||||||||||
| 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
public class ZSuperNode
a call to 'super' with no arguments in a method.
| Field Summary |
|---|
| Fields inherited from class org.jruby.ast.Node |
|---|
EMPTY_COMMENT_LIST, nodeId |
| Constructor Summary | |
|---|---|
ZSuperNode(ISourcePosition position)
|
|
| Method Summary | |
|---|---|
Instruction |
accept(NodeVisitor iVisitor)
Accept for the visitor pattern. |
java.util.List<Node> |
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, 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 NodeiVisitor - the visitorpublic Arity getArity()
getArity in interface IArityNodepublic java.util.List<Node> childNodes()
childNodes in class Nodepublic Node getIterNode()
getIterNode in interface BlockAcceptingNodepublic void setIterNode(Node iterNode)
setIterNode in interface BlockAcceptingNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||