C# 클래스 Peg.Base.PegError

파일 보기 프로젝트 열기: Andos/BinaryFileSchema

공개 메소드들

메소드 설명
GetLineAndCol ( string s, int pos, int &lineNo, int &colNo ) : void

비공개 메소드들

메소드 설명
AddLineStarts ( string s, int first, int last, int &lineNo, int &colNo ) : void

메소드 상세

GetLineAndCol() 공개 메소드

public GetLineAndCol ( string s, int pos, int &lineNo, int &colNo ) : void
s string
pos int
lineNo int
colNo int
리턴 void