gudusoft.gsqlparser
Class TSyntaxError

java.lang.Object
  extended by gudusoft.gsqlparser.TSyntaxError

public class TSyntaxError
extends java.lang.Object

Detailed information about syntax error.


Field Summary
 long columnNo
          the column number of the first character for error token.
 int errorno
           
 EErrorType errortype
           
 java.lang.String hint
           
 long lineNo
          the line number of the first character for error token.
 java.lang.String tokentext
          Text of token where syntax error occurs.
 
Constructor Summary
TSyntaxError(java.lang.String tokentext, long lines, long columns, java.lang.String hint, EErrorType errortype, int errorno)
           
TSyntaxError(TSyntaxError n)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokentext

public java.lang.String tokentext
Text of token where syntax error occurs.


lineNo

public long lineNo
the line number of the first character for error token.


columnNo

public long columnNo
the column number of the first character for error token.


hint

public java.lang.String hint

errortype

public EErrorType errortype

errorno

public int errorno
Constructor Detail

TSyntaxError

public TSyntaxError(java.lang.String tokentext,
                    long lines,
                    long columns,
                    java.lang.String hint,
                    EErrorType errortype,
                    int errorno)

TSyntaxError

public TSyntaxError(TSyntaxError n)