In This Article

EndStatement Class

Represents an end statement.

public class EndStatement : Statement, IAstNode
Inheritance:
object AstNodeBase Statement object
Implements:
IAstNode

Remarks

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

Constructors

EndStatement()

Initializes an instance of the class.

public EndStatement()

Properties

Id

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

public override int Id { get; }

Property Value

int:

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

Inherited Members