C# Класс Nexus.Client.Util.Antlr.ErrorTracker

This tracks errors generated by the DPL parser and lexer.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ToHtml() публичный Метод

Generates an HTML representation of the class.
This returns an error message summarizing the tracker's errors.
public ToHtml ( ) : string
Результат string

ToString() публичный Метод

Generates a string representation of the class.
This returns an error message summarizing the tracker's errors.
public ToString ( ) : string
Результат string