public class StarNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
StarNode(int line)
Constructor for StarNode.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> visitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> visitor)
accept in class NodeNode.accept(NodeVisitor)public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2022 JRuby. All Rights Reserved.