public interface CaptureReplacer
Matcher.replaceAll(CaptureReplacer)| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getInput()
Returns the whole input sequence
|
String |
replace(CaptureTreeNode node)
Computes the replacement string for the given
CaptureTreeNode |
void |
setInput(CharSequence input)
Sets the whole input sequence
|
CharSequence getInput()
void setInput(CharSequence input)
input - The whole input sequenceString replace(CaptureTreeNode node)
CaptureTreeNodenode - The node to be replacedCaptureTreeNodeCopyright © 2019. All rights reserved.