Class JSUnaryNode

java.lang.Object
com.oracle.truffle.api.nodes.Node
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

public abstract class JSUnaryNode extends JavaScriptNode