public class ArrayNode extends ListNode implements ILiteralNode
containsVariableAssignment, newline| Constructor and Description |
|---|
ArrayNode(int line) |
ArrayNode(int line,
Node firstNode) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
NodeType |
getNodeType() |
add, addAll, addAll, addAll, addAllInternal, addInternal, childNodes, children, get, getLast, isEmpty, iterator, sizecontainsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic ArrayNode(int line,
Node firstNode)
public ArrayNode(int line)
public NodeType getNodeType()
getNodeType in class ListNodepublic <T> T accept(NodeVisitor<T> iVisitor)
Copyright © 2001-2022 JRuby. All Rights Reserved.