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 | 
|---|---|
| Object | accept(NodeVisitor visitor) | 
| List<Node> | childNodes() | 
| NodeType | getNodeType() | 
| Node | getValue() | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringprotected final Node node
public SValueNode(ISourcePosition position, Node node)
public NodeType getNodeType()
getNodeType in class Nodepublic Object accept(NodeVisitor visitor)
public Node getValue()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.