C# Class Microsoft.Zing.AcceptStatement

Inheritance: System.Compiler.Statement
Afficher le fichier Open project: ZingModelChecker/Zing Class Usage Examples

Méthodes publiques

Méthode Description
AcceptStatement ( ) : System.Collections.Generic
AcceptStatement ( System.Compiler.Expression booleanExpr ) : System.Collections.Generic
AcceptStatement ( System.Compiler.Expression booleanExpr, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

Method Details

AcceptStatement() public méthode

public AcceptStatement ( ) : System.Collections.Generic
Résultat System.Collections.Generic

AcceptStatement() public méthode

public AcceptStatement ( System.Compiler.Expression booleanExpr ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
Résultat System.Collections.Generic

AcceptStatement() public méthode

public AcceptStatement ( System.Compiler.Expression booleanExpr, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
sourceContext System.Compiler.SourceContext
Résultat System.Collections.Generic