gudusoft.gsqlparser.pp.utils
Class SourceTokenConstant

java.lang.Object
  extended by gudusoft.gsqlparser.pp.utils.SourceTokenConstant

public class SourceTokenConstant
extends java.lang.Object


Field Summary
static TSourceToken EMPTY
          empty source token
static TSourceToken RETURN2
          return source token
static TSourceToken WHITESPACE
          space source token
 
Constructor Summary
SourceTokenConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETURN2

public static final TSourceToken RETURN2
return source token


EMPTY

public static final TSourceToken EMPTY
empty source token


WHITESPACE

public static final TSourceToken WHITESPACE
space source token

Constructor Detail

SourceTokenConstant

public SourceTokenConstant()