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.
|
List<Node> |
childNodes() |
Node |
getNextNode()
Gets the nextNode.
|
NodeType |
getNodeType() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString
@Deprecated public NewlineNode(ISourcePosition position, Node nextNode)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public Node getNextNode()
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.