C# Class Microsoft.Cci.Ast.Variant

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

Protected Methods

Method 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 method

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.
return System.Collections.Generic

Variant() protected method

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