Uses of Class
gudusoft.gsqlparser.nodes.ENodeType

Packages that use ENodeType
gudusoft.gsqlparser.nodes   
 

Uses of ENodeType in gudusoft.gsqlparser.nodes
 

Methods in gudusoft.gsqlparser.nodes that return ENodeType
static ENodeType ENodeType.fromId(int id)
           
static ENodeType ENodeType.fromString(java.lang.String str)
           
static ENodeType ENodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ENodeType[] ENodeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in gudusoft.gsqlparser.nodes with parameters of type ENodeType
 TParseTreeNode TNodeFactory.createConstant(TSourceToken st, ENodeType ent)