C# Class Peg.Base.PegError

Show file Open project: Andos/BinaryFileSchema

Public Methods

Method Description
GetLineAndCol ( string s, int pos, int &lineNo, int &colNo ) : void

Private Methods

Method Description
AddLineStarts ( string s, int first, int last, int &lineNo, int &colNo ) : void

Method Details

GetLineAndCol() public method

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