FunctionDeclaration Class

Definition

Represents a function declaration. 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 FunctionDeclaration sealed : Microsoft::JScript::AST
public sealed class FunctionDeclaration : Microsoft.JScript.AST
type FunctionDeclaration = class
    inherit AST
Public NotInheritable Class FunctionDeclaration
Inherits AST
Inheritance
FunctionDeclaration

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)
JScriptFunctionDeclaration(RuntimeTypeHandle, String, String, String[], JSLocalField[], Boolean, Boolean, String, Object, VsaEngine)

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

Creates a new closure function, using the specified information.

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

See also