C# Class UnityEditor.Scripting.Compilers.UnityScriptCompilerOutputParser

Inheritance: CompilerOutputParserBase
Datei anzeigen Open project: CarlosHBC/UnityDecompiled

Protected Methods

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

Method Details

GetErrorIdentifier() protected method

protected GetErrorIdentifier ( ) : string
return string

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