C# Класс NScumm.Dump.ExpressionExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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