In This Article

ExportDefaultDeclaration Class

Represents an export default declaration.

public class ExportDefaultDeclaration : ModuleDeclaration, IStatement, IAstNode
Inheritance:
Object AstNodeBase ModuleDeclaration Object
Implements:
IStatement IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v22.1.0.0 (http://www.actiprosoftware.com).

Constructors

ExportDefaultDeclaration()

public ExportDefaultDeclaration()

Properties

Declaration

Gets or sets the declaration.

public IAstNode Declaration { get; set; }

Property Value

IAstNode:

The declaration.

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

Int32:

The An integer value that identifies the type of AST node.

Methods

GetChildrenEnumerator()

Retrieves an IEnumerator object that can iterate the child IAstNode objects in this node.

protected override IEnumerator<IAstNode> GetChildrenEnumerator()

Returns

IEnumerator<IAstNode>:

An IEnumerator object that can iterate the child IAstNode objects in this node.

Inherited Members