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

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

Public Methods

Method 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 method

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

ToString() public method

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