public class BackRefNode extends Node
containsVariableAssignment, newline| Constructor and Description |
|---|
BackRefNode(ISourcePosition position,
int type) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
java.util.List<Node> |
childNodes() |
ByteList |
getByteName() |
NodeType |
getNodeType() |
char |
getType()
Gets the type
|
containsVariableAssignment, createList, createList, createList, createList, executesOnce, findFirstChild, getFile, getLine, getNodeName, getPosition, isNewline, isNil, needsDefinitionCheck, setNewline, setPosition, toString, toString, toStringInternalpublic BackRefNode(ISourcePosition position, int type)
public NodeType getNodeType()
getNodeType in class Nodepublic <T> T accept(NodeVisitor<T> iVisitor)
public ByteList getByteName()
public char getType()
public java.util.List<Node> childNodes()
childNodes in class NodeCopyright © 2001-2019 JRuby. All Rights Reserved.