C# Class Microsoft.Zing.AcceptStatement

Inheritance: System.Compiler.Statement
Mostra file Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

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

public AcceptStatement ( ) : System.Collections.Generic
return System.Collections.Generic

AcceptStatement() public method

public AcceptStatement ( System.Compiler.Expression booleanExpr ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
return System.Collections.Generic

AcceptStatement() public method

public AcceptStatement ( System.Compiler.Expression booleanExpr, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
sourceContext System.Compiler.SourceContext
return System.Collections.Generic