net.bonzoun.cocodonkey
Interface CamlParserConstants
- All Known Implementing Classes:
- CamlParser, CamlParserTokenManager
- public interface CamlParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
SYMBOL
public static final int SYMBOL
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
LBRACE
public static final int LBRACE
- See Also:
- Constant Field Values
RBRACE
public static final int RBRACE
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
LPARENT
public static final int LPARENT
- See Also:
- Constant Field Values
RPARENT
public static final int RPARENT
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
COMMENT
public static final int COMMENT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
IN_COMMENT
public static final int IN_COMMENT
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage