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