C# Class NScumm.Dump.ExpressionExtensions

Datei anzeigen Open project: scemino/nscumm

Public Methods

Method Description
Not ( this condition ) : Expression
ToStatement ( this exp ) : Statement
ToStatement ( this exp, long startOffset, long endOffset ) : Statement

Method Details

Not() public static method

public static Not ( this condition ) : Expression
condition this
return Expression

ToStatement() public static method

public static ToStatement ( this exp ) : Statement
exp this
return Statement

ToStatement() public static method

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