public class SValueNode extends Node
Modifier and Type | Field and Description |
---|---|
protected Node |
node |
containsVariableAssignment, newline
Constructor and Description |
---|
SValueNode(ISourcePosition position,
Node node) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(NodeVisitor visitor) |
java.util.List<Node> |
childNodes() |
NodeType |
getNodeType() |
Node |
getValue() |
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternal
protected final Node node
public SValueNode(ISourcePosition position, Node node)
public NodeType getNodeType()
getNodeType
in class Node
public java.lang.Object accept(NodeVisitor visitor)
public Node getValue()
public java.util.List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2018 JRuby. All Rights Reserved.