In This Article

SwitchLabel Class

Represents a switch label.

public class SwitchLabel : AstNodeBase, IAstNode
Inheritance:
Object AstNodeBase Object
Implements:
IAstNode

Remarks

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

Constructors

SwitchLabel()

public SwitchLabel()

Properties

GuardExpression

Gets or sets the guard expression.

public Expression GuardExpression { get; set; }

Property Value

Expression:

The guard expression.

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.

Pattern

Gets or sets the pattern.

public Pattern Pattern { get; set; }

Property Value

Pattern:

The pattern.

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