public class TRegexLazyCaptureGroupsRootNode extends RegexBodyNode
source| Constructor and Description |
|---|
TRegexLazyCaptureGroupsRootNode(RegexLanguage language,
RegexSource source,
TRegexExecutorEntryNode captureGroupNode,
RegexProfile.TracksRegexProfile profiler) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
protected String |
getEngineLabel() |
createWrapper, getSource, getSourceSection, hasTag, isInstrumentable, toStringaccept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecializepublic TRegexLazyCaptureGroupsRootNode(RegexLanguage language, RegexSource source, TRegexExecutorEntryNode captureGroupNode, RegexProfile.TracksRegexProfile profiler)
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