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.
|
int |
posInList |
TCustomSqlStatement |
sqlStatement |
int |
tokencode |
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,
TCustomSqlStatement sql,
int posInList) |
TSyntaxError(TSourceToken sourceToken,
String hint,
EErrorType errortype,
int errorno,
TCustomSqlStatement sql) |
TSyntaxError(TSyntaxError n) |
public String tokentext
public long lineNo
public long columnNo
public String hint
public EErrorType errortype
public int errorno
public TCustomSqlStatement sqlStatement
public int posInList
public int tokencode
public TSyntaxError(TSourceToken sourceToken, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql)
public TSyntaxError(String tokentext, long lines, long columns, String hint, EErrorType errortype, int errorno, TCustomSqlStatement sql, int posInList)
public TSyntaxError(TSyntaxError n)
Copyright © 2023. All rights reserved.