C# Class Microsoft.Cci.Ast.Ariant

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

Méthodes protégées

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

Make a copy of template, changing the containing block

Ariant ( Expression condition, ISourceLocation sourceLocation ) : System.Collections.Generic

Construct an ariant with the given condition and source location.

CheckForErrorsAndReturnTrueIfAnyAreFound ( ) : bool

Performs any error checks still needed and returns true if any errors were found in the condition.

Method Details

Ariant() protected méthode

Make a copy of template, changing the containing block
protected Ariant ( BlockStatement containingBlock, Ariant template ) : System.Collections.Generic
containingBlock BlockStatement the new containing block
template Ariant the Ariant to be copied
Résultat System.Collections.Generic

Ariant() protected méthode

Construct an ariant with the given condition and source location.
protected Ariant ( Expression condition, ISourceLocation sourceLocation ) : System.Collections.Generic
condition Expression
sourceLocation ISourceLocation
Résultat System.Collections.Generic

CheckForErrorsAndReturnTrueIfAnyAreFound() protected méthode

Performs any error checks still needed and returns true if any errors were found in the condition.
protected CheckForErrorsAndReturnTrueIfAnyAreFound ( ) : bool
Résultat bool