C# Class Microsoft.Cci.Ast.Variant

A measure that must be changed during the execution of a program.
Inheritance: Ariant
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Méthodes protégées

Méthode Description
Variant ( BlockStatement containingBlock, Variant template ) : System.Collections.Generic

Copy a Variant, changing its containing block.

Variant ( Expression measure, ISourceLocation sourceLocation ) : System.Collections.Generic

Construct an variant with the given measure and source location.

Method Details

Variant() protected méthode

Copy a Variant, changing its containing block.
protected Variant ( BlockStatement containingBlock, Variant template ) : System.Collections.Generic
containingBlock BlockStatement The new containing block.
template Variant The Variant to be copied.
Résultat System.Collections.Generic

Variant() protected méthode

Construct an variant with the given measure and source location.
protected Variant ( Expression measure, ISourceLocation sourceLocation ) : System.Collections.Generic
measure Expression
sourceLocation ISourceLocation
Résultat System.Collections.Generic