public abstract class JSReadFrameSlotNode extends FrameSlotNode implements RepeatableNode, ReadNode
FrameSlotNode.WithDescriptorframeSlotINTERMEDIATE_VALUE| Modifier and Type | Method and Description |
|---|---|
static JSReadFrameSlotNode |
create(com.oracle.truffle.api.frame.FrameSlot slot) |
static JSReadFrameSlotNode |
create(com.oracle.truffle.api.frame.FrameSlot slot,
int frameLevel,
int scopeLevel,
com.oracle.truffle.api.frame.FrameSlot[] parentSlots,
boolean hasTemporalDeadZone) |
static JSReadFrameSlotNode |
create(com.oracle.truffle.api.frame.FrameSlot slot,
ScopeFrameNode levelFrameNode,
boolean hasTemporalDeadZone) |
String |
expressionToString() |
Object |
getNodeObject() |
boolean |
hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag) |
checkNotDead, getBoolean, getDouble, getFrameSlot, getIdentifier, getInt, getLevelFrameNode, getLong, getObject, hasTemporalDeadZone, isBoolean, isDouble, isInt, isLong, isObjectaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, copyUninitialized, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializepublic static JSReadFrameSlotNode create(com.oracle.truffle.api.frame.FrameSlot slot, ScopeFrameNode levelFrameNode, boolean hasTemporalDeadZone)
public static JSReadFrameSlotNode create(com.oracle.truffle.api.frame.FrameSlot slot, int frameLevel, int scopeLevel, com.oracle.truffle.api.frame.FrameSlot[] parentSlots, boolean hasTemporalDeadZone)
public static JSReadFrameSlotNode create(com.oracle.truffle.api.frame.FrameSlot slot)
public boolean hasTag(Class<? extends com.oracle.truffle.api.instrumentation.Tag> tag)
hasTag in interface com.oracle.truffle.api.instrumentation.InstrumentableNodehasTag in class JavaScriptNodepublic Object getNodeObject()
getNodeObject in interface com.oracle.truffle.api.instrumentation.InstrumentableNodepublic String expressionToString()
expressionToString in class JavaScriptNode