public abstract class JSToRegExpNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
JSToRegExpNode(JSContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected JSRegExpObject |
createRegExp(Object patternObj,
JSToStringNode toStringNode,
CompileRegexNode compileRegexNode) |
abstract JSRegExpObject |
execute(Object target) |
protected JSRegExpObject |
returnRegExp(JSRegExpObject regExp) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringprotected final JSContext context
protected JSToRegExpNode(JSContext context)
public abstract JSRegExpObject execute(Object target)
protected JSRegExpObject returnRegExp(JSRegExpObject regExp)
protected JSRegExpObject createRegExp(Object patternObj, JSToStringNode toStringNode, CompileRegexNode compileRegexNode)