C# Class UnityEditor.Scripting.Compilers.UnityScriptCompilerOutputParser

Inheritance: CompilerOutputParserBase
Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes protégées

Méthode Description
GetErrorIdentifier ( ) : string
GetOutputRegex ( ) : Regex
NormalizedStatusFor ( Match match ) : NormalizedCompilerStatus

Method Details

GetErrorIdentifier() protected méthode

protected GetErrorIdentifier ( ) : string
Résultat string

GetOutputRegex() protected méthode

protected GetOutputRegex ( ) : Regex
Résultat System.Text.RegularExpressions.Regex

NormalizedStatusFor() protected méthode

protected NormalizedStatusFor ( Match match ) : NormalizedCompilerStatus
match System.Text.RegularExpressions.Match
Résultat NormalizedCompilerStatus