public final class DeadRegexExecNode extends RegexExecNode
source| Constructor and Description |
|---|
DeadRegexExecNode(RegexLanguage language,
RegexSource source) |
| Modifier and Type | Method and Description |
|---|---|
protected RegexResult |
execute(Object input,
int fromIndex) |
protected String |
getEngineLabel() |
execute, executeDirect, inputLength, inputRead, isBacktrackingcreateWrapper, getRegexLanguage, getSource, getSourceSection, hasTag, isInstrumentable, toStringgetLanguage, getLanguageInfoaccept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecializepublic DeadRegexExecNode(RegexLanguage language, RegexSource source)
protected RegexResult execute(Object input, int fromIndex)
execute in class RegexExecNodeprotected String getEngineLabel()
getEngineLabel in class RegexBodyNode