public class DotNode extends Node
containsVariableAssignment, newline| Constructor and Description | 
|---|
| DotNode(ISourcePosition position,
       Node beginNode,
       Node endNode,
       boolean exclusive,
       boolean isLiteral) | 
| 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. | 
| Node | getEndNode()Gets the endNode. | 
| NodeType | getNodeType() | 
| boolean | isExclusive()Gets the exclusive. | 
| boolean | isLiteral()Is this a literal node. | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic DotNode(ISourcePosition position, Node beginNode, Node endNode, boolean exclusive, boolean isLiteral)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public Node getBeginNode()
public Node getEndNode()
public boolean isExclusive()
public boolean isLiteral()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.