Méthode | Description | |
---|---|---|
GetMessage ( this diagnosticId ) : string | ||
Report ( this |
||
ReportIllegalInputCharacter ( this |
||
ReportInvalidHex ( this |
||
ReportInvalidInteger ( this |
||
ReportInvalidOctal ( this |
||
ReportInvalidReal ( this |
||
ReportNumberTooLarge ( this |
||
ReportTokenExpected ( this |
||
ReportTokenExpectedMultipleChoices ( this |
||
ReportTokenUnexpected ( this |
||
ReportUnterminatedComment ( this |
||
ReportUnterminatedString ( this |
public static GetMessage ( this diagnosticId ) : string | ||
diagnosticId | this | |
Résultat | string |
public static Report ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
diagnosticId | DiagnosticId | |
Résultat | void |
public static ReportIllegalInputCharacter ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
character | char | |
Résultat | void |
public static ReportInvalidHex ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
tokenText | string | |
Résultat | void |
public static ReportInvalidInteger ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
tokenText | string | |
Résultat | void |
public static ReportInvalidOctal ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
tokenText | string | |
Résultat | void |
public static ReportInvalidReal ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
tokenText | string | |
Résultat | void |
public static ReportNumberTooLarge ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
tokenText | string | |
Résultat | void |
public static ReportTokenExpected ( this |
||
diagnostics | this |
|
span | TextSpan | |
actual | SyntaxToken | |
expected | SyntaxKind | |
Résultat | void |
public static ReportTokenExpectedMultipleChoices ( this |
||
diagnostics | this |
|
span | TextSpan | |
actual | SyntaxToken | |
expected | IEnumerable |
|
Résultat | void |
public static ReportTokenUnexpected ( this |
||
diagnostics | this |
|
span | TextSpan | |
actual | SyntaxToken | |
Résultat | void |
public static ReportUnterminatedComment ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
Résultat | void |
public static ReportUnterminatedString ( this |
||
diagnostics | this |
|
textSpan | TextSpan | |
Résultat | void |