public class HashNode extends Node implements ILiteralNode
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) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
java.util.List<KeyValuePair<Node,Node>> |
getPairs() |
boolean |
hasOnlySymbolKeys() |
boolean |
isEmpty() |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
public HashNode(ISourcePosition position)
public HashNode(ISourcePosition position, KeyValuePair<Node,Node> pair)
public boolean hasOnlySymbolKeys()
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 java.util.List<KeyValuePair<Node,Node>> getPairs()
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2021 JRuby. All Rights Reserved.