net.sf.imageCave.database
Interface CFGTokenTypes

All Known Implementing Classes:
CfgLexer, CfgParser

public interface CFGTokenTypes


Field Summary
static int BLOCK
           
static int CLOSE_BLOCK
           
static int DIGIT
           
static int EOF
           
static int EQ
           
static int ESCAPE
           
static int IDENTIFIER
           
static int LITERAL
           
static int ML_COMMENT
           
static int NULL_TREE_LOOKAHEAD
           
static int OPEN_BLOCK
           
static int SEMI
           
static int SL_COMMENT
           
static int STATEMENT
           
static int WS
           
 

Field Detail

EOF

public static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

public static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

BLOCK

public static final int BLOCK
See Also:
Constant Field Values

STATEMENT

public static final int STATEMENT
See Also:
Constant Field Values

OPEN_BLOCK

public static final int OPEN_BLOCK
See Also:
Constant Field Values

CLOSE_BLOCK

public static final int CLOSE_BLOCK
See Also:
Constant Field Values

SEMI

public static final int SEMI
See Also:
Constant Field Values

IDENTIFIER

public static final int IDENTIFIER
See Also:
Constant Field Values

EQ

public static final int EQ
See Also:
Constant Field Values

LITERAL

public static final int LITERAL
See Also:
Constant Field Values

WS

public static final int WS
See Also:
Constant Field Values

SL_COMMENT

public static final int SL_COMMENT
See Also:
Constant Field Values

ML_COMMENT

public static final int ML_COMMENT
See Also:
Constant Field Values

ESCAPE

public static final int ESCAPE
See Also:
Constant Field Values

DIGIT

public static final int DIGIT
See Also:
Constant Field Values


Copyright 2004 Brian Lund, Justin Rasmussen, & Stuart Tett. All Rights Reserved.