public class TRegexLazyCaptureGroupsRootNode extends RegexBodyNode
source| Constructor and Description |
|---|
TRegexLazyCaptureGroupsRootNode(RegexLanguage language,
RegexSource source,
TRegexExecutorEntryNode captureGroupNode,
RegexProfile.TracksRegexProfile profiler,
com.oracle.truffle.api.CallTarget findStartCallTarget) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected String |
getEngineLabel() |
createWrapper, 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 TRegexLazyCaptureGroupsRootNode(RegexLanguage language, RegexSource source, TRegexExecutorEntryNode captureGroupNode, RegexProfile.TracksRegexProfile profiler, com.oracle.truffle.api.CallTarget findStartCallTarget)
public final Void execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class com.oracle.truffle.api.nodes.ExecutableNodeprotected String getEngineLabel()
getEngineLabel in class RegexBodyNode