JSParser Class

Definition

Parses JScript code. This class belongs to the scanning and parsing category.

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

public ref class JSParser
public class JSParser
type JSParser = class
Public Class JSParser
Inheritance
JSParser

Constructors

JSParser(Context)

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

Initializes a new instance of the JSParser class, specifying the source code to parse.

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)
Parse()

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

Parses the source code.

ParseEvalBody()

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

Parses the source code. Use this method instead of Parse() when the source code is inside an eval method call.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also