示例#1
0
 protected void throwException(LexToken tk, string strMessage)
 {
     throw new LexException(tk.getBeginRowIndex(), tk.getBeginRowIndex(), strMessage);
 }