public class HashNode extends Node
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() |
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public HashNode(ISourcePosition position)
public HashNode(ISourcePosition position, KeyValuePair<Node,Node> pair)
public NodeType getNodeType()
getNodeType
in class Node
public 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 Node
Copyright © 2001-2015 JRuby. All Rights Reserved.