public class NewlineNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
NewlineNode(ISourcePosition position,
Node nextNode)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
RubyMethod used by visitors.
|
java.util.List<Node> |
childNodes() |
Node |
getNextNode()
Gets the nextNode.
|
NodeType |
getNodeType() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal@Deprecated public NewlineNode(ISourcePosition position, Node nextNode)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public Node getNextNode()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2018 JRuby. All Rights Reserved.