public class NthRefNode extends Node
Constructor and Description |
---|
NthRefNode(ISourcePosition position,
int matchNumber) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(NodeVisitor<T> iVisitor)
Accept for the visitor pattern.
|
List<Node> |
childNodes() |
int |
getMatchNumber()
Gets the matchNumber.
|
NodeType |
getNodeType() |
createList, createList, createList, createList, findFirstChild, getNodeName, getPosition, isNil, needsDefinitionCheck, setPosition, toString, toString
public NthRefNode(ISourcePosition position, int matchNumber)
public NodeType getNodeType()
getNodeType
in class Node
public <T> T accept(NodeVisitor<T> iVisitor)
public int getMatchNumber()
public List<Node> childNodes()
childNodes
in class Node
Copyright © 2001-2015 JRuby. All Rights Reserved.