메소드 | 설명 | |
---|---|---|
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 static CreateCompilerMessageFromMatchedRegex ( string line, |
||
line | string | |
m | ||
erroridentifier | string | |
리턴 |
protected static CreateInternalCompilerErrorMessage ( string compileroutput ) : |
||
compileroutput | 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 |
|
리턴 |