public class TSyntaxError extends Object
Modifier and Type | Field and Description |
---|---|
long |
columnNo
the column number of the first character for error token.
|
int |
errorno |
EErrorType |
errortype |
String |
hint |
long |
lineNo
the line number of the first character for error token.
|
String |
tokentext
Text of token where syntax error occurs.
|
Constructor and Description |
---|
TSyntaxError(String tokentext,
long lines,
long columns,
String hint,
EErrorType errortype,
int errorno) |
TSyntaxError(TSyntaxError n) |
public String tokentext
public long lineNo
public long columnNo
public String hint
public EErrorType errortype
public int errorno
public TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno)
public TSyntaxError(TSyntaxError n)
Copyright © 2019. All rights reserved.