public abstract class ToTemporalCalendarNode extends JavaScriptBaseNode
| Modifier | Constructor and Description |
|---|---|
protected |
ToTemporalCalendarNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract JSDynamicObject |
execute(Object value) |
JSDynamicObject |
toTemporalCalendar(Object itemParam,
com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch,
IsObjectNode isObjectNode,
JSToStringNode toStringNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile isCalendarProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile hasCalendarProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile hasCalendar2Profile,
com.oracle.truffle.api.profiles.InlinedBranchProfile parseBranch) |
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 JSDynamicObject execute(Object value)
public JSDynamicObject toTemporalCalendar(Object itemParam, com.oracle.truffle.api.profiles.InlinedBranchProfile errorBranch, IsObjectNode isObjectNode, JSToStringNode toStringNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isObjectProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile isCalendarProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile hasCalendarProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile hasCalendar2Profile, com.oracle.truffle.api.profiles.InlinedBranchProfile parseBranch)