org.lwes.db
Interface ESFParserConstants

All Known Implementing Classes:
ESFParser, ESFParserTokenManager

public interface ESFParserConstants


Field Summary
static int DEFAULT
           
static int EOF
           
static int ID
           
static int IN_LINE_COMMENT
           
static java.lang.String[] tokenImage
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_LINE_COMMENT

static final int IN_LINE_COMMENT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage