C# Class NScumm.Dump.ExpressionExtensions

Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
Not ( this condition ) : Expression
ToStatement ( this exp ) : Statement
ToStatement ( this exp, long startOffset, long endOffset ) : Statement

Method Details

Not() public static méthode

public static Not ( this condition ) : Expression
condition this
Résultat Expression

ToStatement() public static méthode

public static ToStatement ( this exp ) : Statement
exp this
Résultat Statement

ToStatement() public static méthode

public static ToStatement ( this exp, long startOffset, long endOffset ) : Statement
exp this
startOffset long
endOffset long
Résultat Statement