gudusoft.gsqlparser
Class TCustomParser

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

public class TCustomParser
extends java.lang.Object

Base parser of all databases.


Field Summary
 TNodeFactory nf
           
 TParseTreeNode rootNode
           
 TSourceTokenList sourcetokenlist
           
 TCustomSqlStatement sql
           
 
Method Summary
 TNodeFactory getNf()
           
 int yyparse()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourcetokenlist

public TSourceTokenList sourcetokenlist

nf

public TNodeFactory nf

rootNode

public TParseTreeNode rootNode

sql

public TCustomSqlStatement sql
Method Detail

getNf

public TNodeFactory getNf()

yyparse

public int yyparse()