C# Class Pokemon3D.Scripting.StatementProcessor

ファイルを表示 Open project: nilllzz/Pokemon3D Class Usage Examples

Private Methods

Method Description
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.