| Modifier and Type | Method and Description |
|---|---|
CaptureTreeNode |
CaptureTreeNode.getParent()
Returns the parent of this node
|
CaptureTreeNode |
CaptureTree.getRoot()
Returns the root of this capture tree
|
| Modifier and Type | Method and Description |
|---|---|
List<CaptureTreeNode> |
CaptureTreeNode.getChildren()
Returns the children of this node
|
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultCaptureReplacer.replace(CaptureTreeNode node)
A
CaptureTreeNode is replaced by the replacement strings of all
its children (ignoring those inside lookarounds) and the text in between
the children. |
String |
CaptureReplacer.replace(CaptureTreeNode node)
Computes the replacement string for the given
CaptureTreeNode |
Copyright © 2019. All rights reserved.