public class FlipNode extends Node
containsVariableAssignment, newline| Constructor and Description | 
|---|
| FlipNode(ISourcePosition position,
        Node beginNode,
        Node endNode,
        boolean exclusive,
        int location) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | accept(NodeVisitor<T> iVisitor)Accept for the visitor pattern. | 
| List<Node> | childNodes() | 
| Node | getBeginNode()Gets the beginNode. | 
| int | getDepth()How many scopes should we burrow down to until we need to set the block variable value. | 
| Node | getEndNode()Gets the endNode. | 
| int | getIndex()Gets the index within the scope construct that actually holds the eval'd value
 of this local variable | 
| NodeType | getNodeType() | 
| boolean | isExclusive()Gets the exclusive. | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic FlipNode(ISourcePosition position, Node beginNode, Node endNode, boolean exclusive, int location)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public Node getBeginNode()
public Node getEndNode()
public boolean isExclusive()
public int getDepth()
public int getIndex()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.