public class ZSuperNode extends Node implements BlockAcceptingNode
containsVariableAssignment, newline| Constructor and Description |
|---|
ZSuperNode(ISourcePosition position) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
Node |
getIterNode() |
NodeType |
getNodeType() |
Node |
setIterNode(Node iterNode) |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic ZSuperNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public List<Node> childNodes()
childNodes in class Nodepublic Node getIterNode()
getIterNode in interface BlockAcceptingNodepublic Node setIterNode(Node iterNode)
setIterNode in interface BlockAcceptingNodeCopyright © 2001-2015 JRuby. All Rights Reserved.