C# 클래스 Pokemon3D.Scripting.StatementProcessor

파일 보기 프로젝트 열기: nilllzz/Pokemon3D 1 사용 예제들

비공개 메소드들

메소드 설명
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.