UnaryOp Class

Definition

Represents the base class for classes that perform operations on single operands, such as Typeof and PostOrPrefixOperator. This class belongs to the abstract syntax tree category.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class UnaryOp abstract : Microsoft::JScript::AST
public abstract class UnaryOp : Microsoft.JScript.AST
type UnaryOp = class
    inherit AST
Public MustInherit Class UnaryOp
Inherits AST
Inheritance
UnaryOp
Derived

Fields

operand

This API supports the product infrastructure and is not intended to be used directly from your code.

Represents the operand.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to