Class LocalVarIncNode
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.js.nodes.JavaScriptBaseNode
com.oracle.truffle.js.nodes.JavaScriptNode
com.oracle.truffle.js.nodes.access.FrameSlotNode
com.oracle.truffle.js.nodes.access.FrameSlotNode.WithDescriptor
com.oracle.truffle.js.nodes.access.LocalVarIncNode
- All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode,com.oracle.truffle.api.nodes.NodeInterface,Cloneable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classprotected static classstatic enumNested classes/interfaces inherited from class com.oracle.truffle.js.nodes.access.FrameSlotNode
FrameSlotNode.WithDescriptorNested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.ChildrenNested classes/interfaces inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode
com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final com.oracle.truffle.js.nodes.access.LocalVarIncNode.LocalVarOpprotected ScopeFrameNodeFields inherited from class com.oracle.truffle.js.nodes.access.FrameSlotNode
identifier, slotFields inherited from class com.oracle.truffle.js.nodes.JavaScriptNode
INTERMEDIATE_VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLocalVarIncNode(com.oracle.truffle.js.nodes.access.LocalVarIncNode.LocalVarOp op, int slot, Object identifier, boolean hasTemporalDeadZone, ScopeFrameNode scopeFrameNode) -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalVarIncNodecreatePostfix(LocalVarIncNode.Op op, JSFrameSlot frameSlot, boolean hasTemporalDeadZone, ScopeFrameNode scopeFrameNode) static LocalVarIncNodecreatePrefix(LocalVarIncNode.Op op, JSFrameSlot frameSlot, boolean hasTemporalDeadZone, ScopeFrameNode scopeFrameNode) final ScopeFrameNodefinal booleanMethods inherited from class com.oracle.truffle.js.nodes.access.FrameSlotNode.WithDescriptor
ensureObjectKind, getFrameDescriptor, isBooleanKind, isDoubleKind, isDoubleKind, isIntegerKind, isIntegerKind, isLongKind, isLongKindMethods inherited from class com.oracle.truffle.js.nodes.access.FrameSlotNode
getIdentifier, getSlotIndex, isIllegalMethods inherited from class com.oracle.truffle.js.nodes.JavaScriptNode
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, copyUninitialized, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, hasTag, isInstrumentable, isResultAlwaysOfType, onReplace, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsMethods inherited from class com.oracle.truffle.js.nodes.JavaScriptBaseNode
getJSContext, getLanguage, getLanguageOptions, getRealm, hasOverloadedOperators, reportLoopCount, reportLoopCountMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, reportReplaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.oracle.truffle.api.instrumentation.InstrumentableNode
createProbe, findNearestNodeAt, findNearestNodeAt, findProbe, getNodeObject, materializeInstrumentableNodes
-
Field Details
-
op
protected final com.oracle.truffle.js.nodes.access.LocalVarIncNode.LocalVarOp op -
hasTemporalDeadZone
protected final boolean hasTemporalDeadZone -
scopeFrameNode
-
-
Constructor Details
-
LocalVarIncNode
protected LocalVarIncNode(com.oracle.truffle.js.nodes.access.LocalVarIncNode.LocalVarOp op, int slot, Object identifier, boolean hasTemporalDeadZone, ScopeFrameNode scopeFrameNode)
-
-
Method Details
-
createPrefix
public static LocalVarIncNode createPrefix(LocalVarIncNode.Op op, JSFrameSlot frameSlot, boolean hasTemporalDeadZone, ScopeFrameNode scopeFrameNode) -
createPostfix
public static LocalVarIncNode createPostfix(LocalVarIncNode.Op op, JSFrameSlot frameSlot, boolean hasTemporalDeadZone, ScopeFrameNode scopeFrameNode) -
hasTemporalDeadZone
public final boolean hasTemporalDeadZone()- Overrides:
hasTemporalDeadZonein classFrameSlotNode
-
getLevelFrameNode
- Specified by:
getLevelFrameNodein classFrameSlotNode
-