public class TRegexLazyFindStartRootNode extends RegexBodyNode
source| Constructor and Description |
|---|
TRegexLazyFindStartRootNode(RegexLanguage language,
RegexSource source,
int prefixLength,
TRegexExecutorEntryNode backwardNode) |
| Modifier and Type | Method and Description |
|---|---|
Object |
execute(com.oracle.truffle.api.frame.VirtualFrame frame) |
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 TRegexLazyFindStartRootNode(RegexLanguage language, RegexSource source, int prefixLength, TRegexExecutorEntryNode backwardNode)
public final Object execute(com.oracle.truffle.api.frame.VirtualFrame frame)
execute in class com.oracle.truffle.api.nodes.ExecutableNodepublic String getEngineLabel()
getEngineLabel in class RegexBodyNode