C# Class Microsoft.Cci.MutableCodeModel.LocalDeclarationStatement

An object that represents the declaration of a local variable, with optional initializer.
Inheritance: Statement, ILocalDeclarationStatement
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes publiques

Méthode Description
Dispatch ( ICodeVisitor visitor ) : void

Calls visitor.Visit(ILocalDeclarationsStatement).

LocalDeclarationStatement ( ) : System

Initializes an object that represents the declaration of a local variable, with optional initializer.

LocalDeclarationStatement ( ILocalDeclarationStatement localDeclarationStatement ) : System

Initializes an object that represents the declaration of a local variable, with optional initializer.

Method Details

Dispatch() public méthode

Calls visitor.Visit(ILocalDeclarationsStatement).
public Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
Résultat void

LocalDeclarationStatement() public méthode

Initializes an object that represents the declaration of a local variable, with optional initializer.
public LocalDeclarationStatement ( ) : System
Résultat System

LocalDeclarationStatement() public méthode

Initializes an object that represents the declaration of a local variable, with optional initializer.
public LocalDeclarationStatement ( ILocalDeclarationStatement localDeclarationStatement ) : System
localDeclarationStatement ILocalDeclarationStatement The local declaration statement.
Résultat System