public class HashNode extends Node
containsVariableAssignment, newline| Constructor and Description | 
|---|
| HashNode(ISourcePosition position) | 
| HashNode(ISourcePosition position,
        KeyValuePair<Node,Node> pair) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | accept(NodeVisitor<T> iVisitor)Accept for the visitor pattern. | 
| HashNode | add(KeyValuePair<Node,Node> pair) | 
| List<Node> | childNodes() | 
| NodeType | getNodeType() | 
| List<KeyValuePair<Node,Node>> | getPairs() | 
| boolean | isEmpty() | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic HashNode(ISourcePosition position)
public HashNode(ISourcePosition position, KeyValuePair<Node,Node> pair)
public NodeType getNodeType()
getNodeType in class Nodepublic HashNode add(KeyValuePair<Node,Node> pair)
public <T> T accept(NodeVisitor<T> iVisitor)
public boolean isEmpty()
public List<KeyValuePair<Node,Node>> getPairs()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.