public final class DeadRegexExecNode extends RegexExecNode
source| Constructor and Description |
|---|
DeadRegexExecNode(RegexLanguage language,
RegexSource source) |
| Modifier and Type | Method and Description |
|---|---|
protected RegexResult |
execute(com.oracle.truffle.api.frame.VirtualFrame frame,
com.oracle.truffle.api.strings.TruffleString input,
int fromIndex) |
protected String |
getEngineLabel() |
execute, inputLength, inputRead, isBacktracking, isNFAcreateWrapper, getEncoding, getRegexLanguage, getSource, getSourceSection, hasTag, isBooleanMatch, 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(com.oracle.truffle.api.frame.VirtualFrame frame, com.oracle.truffle.api.strings.TruffleString input, int fromIndex)
execute in class RegexExecNodeprotected String getEngineLabel()
getEngineLabel in class RegexBodyNode