Class JSUnaryNode
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.unary.JSUnaryNode
- All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode,com.oracle.truffle.api.nodes.NodeInterface,Cloneable
- Direct Known Subclasses:
DiscardResultNode,IsIdenticalBaseNode,IsJSClassNode,JSAddConstantLeftNumberNode,JSAddConstantRightNumberNode,JSAddSubNumericUnitNode,JSBitwiseAndConstantNode,JSBitwiseOrConstantNode,JSBitwiseXorConstantNode,JSComplementNode,JSIsNullOrUndefinedNode,JSLeftShiftConstantNode,JSNotNode,JSPrepareThisNode,JSRightShiftConstantNode,JSToBooleanUnaryNode,JSToInt32Node.JSToInt32UnaryNode,JSToNumberNode.JSToNumberUnaryNode,JSToNumericNode.JSToNumericWrapperNode,JSToObjectNode.JSToObjectWrapperNode,JSToPropertyKeyNode.JSToPropertyKeyWrapperNode,JSToStringNode.JSToStringWrapperNode,JSToUInt32Node.JSToUInt32WrapperNode,JSTypeofIdenticalNode,JSUnaryMinusNode,JSUnaryPlusNode,JSUnsignedRightShiftConstantNode,RequireObjectCoercibleNode.RequireObjectCoercibleWrapperNode,TypeOfNode,VoidNode,WithStatementToObjectNode
-
Nested Class Summary
Nested 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
FieldsFields inherited from class com.oracle.truffle.js.nodes.JavaScriptNode
INTERMEDIATE_VALUE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFor instrumentationwrapper.protectedJSUnaryNode(JavaScriptNode operand) -
Method Summary
Methods inherited from class com.oracle.truffle.js.nodes.JavaScriptNode
addCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, copyUninitialized, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeVoid, 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, hasOverloadedOperatorsMethods 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, reportPolymorphicSpecializeMethods 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
findNearestNodeAt, findNearestNodeAt, materializeInstrumentableNodes
-
Field Details
-
operandNode
-
-
Constructor Details
-
JSUnaryNode
-
JSUnaryNode
protected JSUnaryNode()For instrumentationwrapper.
-
-
Method Details
-
getOperand
-
expressionToString
- Overrides:
expressionToStringin classJavaScriptNode
-
getNodeObject
-