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.
|
java.util.List<Node> |
childNodes() |
Node |
getIterNode() |
NodeType |
getNodeType() |
Node |
setIterNode(Node iterNode) |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public ZSuperNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public java.util.List<Node> childNodes()
childNodes
in class Node
public Node getIterNode()
getIterNode
in interface BlockAcceptingNode
public Node setIterNode(Node iterNode)
setIterNode
in interface BlockAcceptingNode
Copyright © 2001-2018 JRuby. All Rights Reserved.