public class RedoNode extends Node implements NonLocalControlFlowNode
containsVariableAssignment, newline
Constructor and Description |
---|
RedoNode(ISourcePosition position) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
Node |
getValueNode() |
boolean |
hasValue() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public RedoNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType
in class Node
public Node getValueNode()
getValueNode
in interface NonLocalControlFlowNode
public boolean hasValue()
hasValue
in interface NonLocalControlFlowNode
public <T> T accept(NodeVisitor<T> iVisitor)
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2018 JRuby. All Rights Reserved.