C# 클래스 NScumm.Dump.ExpressionExtensions

파일 보기 프로젝트 열기: scemino/nscumm

공개 메소드들

메소드 설명
Not ( this condition ) : Expression
ToStatement ( this exp ) : Statement
ToStatement ( this exp, long startOffset, long endOffset ) : Statement

메소드 상세

Not() 공개 정적인 메소드

public static Not ( this condition ) : Expression
condition this
리턴 Expression

ToStatement() 공개 정적인 메소드

public static ToStatement ( this exp ) : Statement
exp this
리턴 Statement

ToStatement() 공개 정적인 메소드

public static ToStatement ( this exp, long startOffset, long endOffset ) : Statement
exp this
startOffset long
endOffset long
리턴 Statement