C# Class UnityEditor.Scripting.Compilers.MonoCSharpCompilerOutputParser

Inheritance: CompilerOutputParserBase
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Methods

Method Description
GetErrorIdentifier ( ) : string
GetInternalErrorOutputRegex ( ) : Regex
GetOutputRegex ( ) : Regex
NormalizedStatusFor ( Match match ) : NormalizedCompilerStatus

Method Details

GetErrorIdentifier() protected method

protected GetErrorIdentifier ( ) : string
return string

GetInternalErrorOutputRegex() protected method

protected GetInternalErrorOutputRegex ( ) : Regex
return System.Text.RegularExpressions.Regex

GetOutputRegex() protected method

protected GetOutputRegex ( ) : Regex
return System.Text.RegularExpressions.Regex

NormalizedStatusFor() protected method

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