C# Class Microsoft.Cci.MutableCodeModel.Statement

An executable statement.
Inheritance: IStatement
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description
ObjectInvariant void

Méthodes publiques

Méthode Description
Dispatch ( ICodeVisitor visitor ) : void

Calls the visitor.Visit(T) method where T is the most derived object model node interface type implemented by the concrete type of the object implementing IDoubleDispatcher. The dispatch method does not invoke Dispatch on any child objects. If child traversal is desired, the implementations of the Visit methods should do the subsequent dispatching.

Méthodes protégées

Méthode Description
Statement ( ) : System

Statement ( IStatement statement ) : System

Private Methods

Méthode Description
ObjectInvariant ( ) : void

Method Details

Dispatch() public abstract méthode

Calls the visitor.Visit(T) method where T is the most derived object model node interface type implemented by the concrete type of the object implementing IDoubleDispatcher. The dispatch method does not invoke Dispatch on any child objects. If child traversal is desired, the implementations of the Visit methods should do the subsequent dispatching.
public abstract Dispatch ( ICodeVisitor visitor ) : void
visitor ICodeVisitor
Résultat void

Statement() protected méthode

protected Statement ( ) : System
Résultat System

Statement() protected méthode

protected Statement ( IStatement statement ) : System
statement IStatement
Résultat System