public class EvStrNode extends Node
containsVariableAssignment, newline| Constructor and Description | 
|---|
EvStrNode(ISourcePosition position,
         Node body)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern. 
 | 
List<Node> | 
childNodes()  | 
Node | 
getBody()
Gets the evaluatedNode. 
 | 
NodeType | 
getNodeType()  | 
containsVariableAssignment, createList, createList, createList, createList, findFirstChild, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toStringpublic EvStrNode(ISourcePosition position, Node body)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public Node getBody()
public List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2015 JRuby. All Rights Reserved.