C# 클래스 UnityEditor.Scripting.Compilers.UnityScriptCompilerOutputParser

상속: CompilerOutputParserBase
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

보호된 메소드들

메소드 설명
GetErrorIdentifier ( ) : string
GetOutputRegex ( ) : Regex
NormalizedStatusFor ( Match match ) : NormalizedCompilerStatus

메소드 상세

GetErrorIdentifier() 보호된 메소드

protected GetErrorIdentifier ( ) : string
리턴 string

GetOutputRegex() 보호된 메소드

protected GetOutputRegex ( ) : Regex
리턴 System.Text.RegularExpressions.Regex

NormalizedStatusFor() 보호된 메소드

protected NormalizedStatusFor ( Match match ) : NormalizedCompilerStatus
match System.Text.RegularExpressions.Match
리턴 NormalizedCompilerStatus