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, toStringpublic RetryNode(ISourcePosition position)
public NodeType getNodeType()
getNodeType in class Nodepublic Node getValueNode()
getValueNode in interface NonLocalControlFlowNodepublic boolean hasValue()
hasValue in interface NonLocalControlFlowNodepublic <T> T accept(NodeVisitor<T> iVisitor)
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.