public class XStrNode extends Node implements ILiteralNode
containsVariableAssignment, newline| Constructor and Description |
|---|
XStrNode(int line,
ByteList value,
int coderange) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
int |
getCodeRange() |
NodeType |
getNodeType() |
ByteList |
getValue()
Gets the value.
|
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, isNewline, isNil, needsDefinitionCheck, setLine, setNewline, toString, toString, toStringExtraInfo, toStringInternal, unsetNewlinepublic XStrNode(int line,
ByteList value,
int coderange)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public ByteList getValue()
public int getCodeRange()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2022 JRuby. All Rights Reserved.