C# Class UnityEditor.Scripting.Compilers.MonoCSharpCompilerOutputParser

Inheritance: CompilerOutputParserBase
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes protégées

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

Method Details

GetErrorIdentifier() protected méthode

protected GetErrorIdentifier ( ) : string
Résultat string

GetInternalErrorOutputRegex() protected méthode

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

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