C# 클래스 Nexus.Client.Util.Antlr.ErrorTracker

This tracks errors generated by the DPL parser and lexer.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
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