In This Article

Statement Class

Represents a statement.

public class Statement : SourceElement, IAstNode
Inheritance:
Object AstNodeBase SourceElement Object
Derived:
BlockStatement BreakStatement ContinueStatement DebuggerStatement DoStatement ExpressionStatement ForEachStatement ForStatement IfStatement LabeledStatement ReturnStatement SwitchStatement ThrowStatement TryStatement VariableStatement WhileStatement WithStatement
Implements:
IAstNode

Remarks

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

Constructors

Statement()

public Statement()

Properties

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.

Inherited Members