Метод | Описание | |
---|---|---|
Parse ( string errorOutput, bool compilationHadFailure ) : IEnumerable |
||
Parse ( string errorOutput, string standardOutput, bool compilationHadFailure ) : IEnumerable |
Метод | Описание | |
---|---|---|
CompilerOutputParserBase ( ) : System | ||
CreateCompilerMessageFromMatchedRegex ( string line, |
||
CreateInternalCompilerErrorMessage ( string compileroutput ) : |
||
GetErrorIdentifier ( ) : string | ||
GetInternalErrorOutputRegex ( ) : |
||
GetOutputRegex ( ) : |
||
NormalizeMemberNotFoundError ( string errorMsg, |
||
NormalizeSimpleUnknownTypeOfNamespaceError ( string errorMsg, |
||
NormalizeUnknownTypeMemberOfNamespaceError ( string errorMsg, |
||
NormalizedStatusFor ( |
||
TryNormalizeCompilerStatus ( |
protected CompilerOutputParserBase ( ) : System | ||
Результат | System |
protected static CreateCompilerMessageFromMatchedRegex ( string line, |
||
line | string | |
m | ||
erroridentifier | string | |
Результат |
protected static CreateInternalCompilerErrorMessage ( string compileroutput ) : |
||
compileroutput | string | |
Результат |
protected abstract GetErrorIdentifier ( ) : string | ||
Результат | string |
protected GetInternalErrorOutputRegex ( ) : |
||
Результат |
protected abstract GetOutputRegex ( ) : |
||
Результат |
protected static NormalizeMemberNotFoundError ( string errorMsg, |
||
errorMsg | string | |
messageParser | ||
Результат |
protected static NormalizeSimpleUnknownTypeOfNamespaceError ( string errorMsg, |
||
errorMsg | string | |
messageParser | ||
Результат |
protected static NormalizeUnknownTypeMemberOfNamespaceError ( string errorMsg, |
||
errorMsg | string | |
messageParser | ||
Результат |
protected NormalizedStatusFor ( |
||
match | ||
Результат |
public Parse ( string errorOutput, bool compilationHadFailure ) : IEnumerable |
||
errorOutput | string | |
compilationHadFailure | bool | |
Результат | IEnumerable |
public Parse ( string errorOutput, string standardOutput, bool compilationHadFailure ) : IEnumerable |
||
errorOutput | string | |
standardOutput | string | |
compilationHadFailure | bool | |
Результат | IEnumerable |
protected static TryNormalizeCompilerStatus ( |
||
match | ||
idToCheck | string | |
messageParser | ||
normalizer | Func |
|
Результат |