public abstract class ToTemporalInstantNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ToTemporalInstantNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSTemporalInstantObject |
execute(Object value) |
JSTemporalInstantObject |
toTemporalDateTime(Object item,
IsObjectNode isObjectNode,
JSToStringNode toStringNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile) |
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, toStringpublic abstract JSTemporalInstantObject execute(Object value)
public JSTemporalInstantObject toTemporalDateTime(Object item, IsObjectNode isObjectNode, JSToStringNode toStringNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile)