C# Class Nexus.Client.Util.Antlr.ErrorTracker

This tracks errors generated by the DPL parser and lexer.
Afficher le fichier Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Méthodes publiques

Méthode Description
ToHtml ( ) : string

Generates an HTML representation of the class.

This returns an error message summarizing the tracker's errors.

ToString ( ) : string

Generates a string representation of the class.

This returns an error message summarizing the tracker's errors.

Method Details

ToHtml() public méthode

Generates an HTML representation of the class.
This returns an error message summarizing the tracker's errors.
public ToHtml ( ) : string
Résultat string

ToString() public méthode

Generates a string representation of the class.
This returns an error message summarizing the tracker's errors.
public ToString ( ) : string
Résultat string