C# 클래스 Microsoft.Zing.AssertStatement

상속: System.Compiler.Statement
파일 보기 프로젝트 열기: ZingModelChecker/Zing 1 사용 예제들

공개 메소드들

메소드 설명
AssertStatement ( ) : System.Collections.Generic
AssertStatement ( System.Compiler.Expression booleanExpr, string comment ) : System.Collections.Generic
AssertStatement ( System.Compiler.Expression booleanExpr, string comment, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic

메소드 상세

AssertStatement() 공개 메소드

public AssertStatement ( ) : System.Collections.Generic
리턴 System.Collections.Generic

AssertStatement() 공개 메소드

public AssertStatement ( System.Compiler.Expression booleanExpr, string comment ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
comment string
리턴 System.Collections.Generic

AssertStatement() 공개 메소드

public AssertStatement ( System.Compiler.Expression booleanExpr, string comment, System.Compiler.SourceContext sourceContext ) : System.Collections.Generic
booleanExpr System.Compiler.Expression
comment string
sourceContext System.Compiler.SourceContext
리턴 System.Collections.Generic