public abstract class ToJSValueNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ToJSValueNode() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object value) |
static ToJSValueNode |
create() |
abstract Object |
execute(Object value) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static ToJSValueNode create()