C# Class Microsoft.Zing.JoinStatement

Inheritance: System.Compiler.Statement
Datei anzeigen Open project: ZingModelChecker/Zing Class Usage Examples

Public Methods

Method Description
JoinStatement ( ) : System.Collections.Generic
JoinStatement ( JoinPatternList joinPatternList, System.Compiler.Statement statement ) : System.Collections.Generic
JoinStatement ( JoinPatternList joinPatternList, System.Compiler.Statement statement, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

Method Details

JoinStatement() public method

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

JoinStatement() public method

public JoinStatement ( JoinPatternList joinPatternList, System.Compiler.Statement statement ) : System.Collections.Generic
joinPatternList JoinPatternList
statement System.Compiler.Statement
return System.Collections.Generic

JoinStatement() public method

public JoinStatement ( JoinPatternList joinPatternList, System.Compiler.Statement statement, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
joinPatternList JoinPatternList
statement System.Compiler.Statement
sourceContext System.Compiler.SourceContext
return System.Collections.Generic