C# Класс Pokemon3D.Scripting.StatementProcessor

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
GetStatementType ( string code, bool isControlStatement ) : StatementType

Returns the correct statement type for an expression.

GetStatements ( ScriptProcessor processor, string code ) : Pokemon3D.Scripting.ScriptStatement[]
IsAssignmentStatement ( string code ) : bool

Returns if the expression is an assignment statement.