ojb.odmg.oql
Interface OQLLexerTokenTypes

All Known Implementing Classes:
OQLLexer, OQLParser

public interface OQLLexerTokenTypes


Field Summary
static int CharLiteral
           
static int CommentLine
           
static int EOF
           
static int Identifier
           
static int LITERAL_and
           
static int LITERAL_asc
           
static int LITERAL_between
           
static int LITERAL_by
           
static int LITERAL_date
           
static int LITERAL_desc
           
static int LITERAL_distinct
           
static int LITERAL_exists
           
static int LITERAL_false
           
static int LITERAL_from
           
static int LITERAL_in
           
static int LITERAL_is_defined
           
static int LITERAL_is_undefined
           
static int LITERAL_like
           
static int LITERAL_nil
           
static int LITERAL_not
           
static int LITERAL_or
           
static int LITERAL_order
           
static int LITERAL_select
           
static int LITERAL_time
           
static int LITERAL_timestamp
           
static int LITERAL_true
           
static int LITERAL_where
           
static int MultiLineComment
           
static int NameCharacter
           
static int NameFirstCharacter
           
static int NewLine
           
static int NULL_TREE_LOOKAHEAD
           
static int StringLiteral
           
static int TOK_APPROXIMATE_NUMERIC_LITERAL
           
static int TOK_COLON
           
static int TOK_COMMA
           
static int TOK_CONCAT
           
static int TOK_DOLLAR
           
static int TOK_DOT
           
static int TOK_EQ
           
static int TOK_EXACT_NUMERIC_LITERAL
           
static int TOK_GE
           
static int TOK_GT
           
static int TOK_INDIRECT
           
static int TOK_LBRACK
           
static int TOK_LE
           
static int TOK_LPAREN
           
static int TOK_LT
           
static int TOK_MINUS
           
static int TOK_NE
           
static int TOK_PLUS
           
static int TOK_RBRACK
           
static int TOK_RPAREN
           
static int TOK_SEMIC
           
static int TOK_SLASH
           
static int TOK_STAR
           
static int TOK_UNSIGNED_INTEGER
           
static int WhiteSpace
           
 

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

TOK_RPAREN

public static final int TOK_RPAREN
See Also:
Constant Field Values

TOK_LPAREN

public static final int TOK_LPAREN
See Also:
Constant Field Values

TOK_COMMA

public static final int TOK_COMMA
See Also:
Constant Field Values

TOK_SEMIC

public static final int TOK_SEMIC
See Also:
Constant Field Values

TOK_COLON

public static final int TOK_COLON
See Also:
Constant Field Values

TOK_DOT

public static final int TOK_DOT
See Also:
Constant Field Values

TOK_INDIRECT

public static final int TOK_INDIRECT
See Also:
Constant Field Values

TOK_CONCAT

public static final int TOK_CONCAT
See Also:
Constant Field Values

TOK_EQ

public static final int TOK_EQ
See Also:
Constant Field Values

TOK_PLUS

public static final int TOK_PLUS
See Also:
Constant Field Values

TOK_MINUS

public static final int TOK_MINUS
See Also:
Constant Field Values

TOK_SLASH

public static final int TOK_SLASH
See Also:
Constant Field Values

TOK_STAR

public static final int TOK_STAR
See Also:
Constant Field Values

TOK_LE

public static final int TOK_LE
See Also:
Constant Field Values

TOK_GE

public static final int TOK_GE
See Also:
Constant Field Values

TOK_NE

public static final int TOK_NE
See Also:
Constant Field Values

TOK_LT

public static final int TOK_LT
See Also:
Constant Field Values

TOK_GT

public static final int TOK_GT
See Also:
Constant Field Values

TOK_LBRACK

public static final int TOK_LBRACK
See Also:
Constant Field Values

TOK_RBRACK

public static final int TOK_RBRACK
See Also:
Constant Field Values

TOK_DOLLAR

public static final int TOK_DOLLAR
See Also:
Constant Field Values

NameFirstCharacter

public static final int NameFirstCharacter
See Also:
Constant Field Values

NameCharacter

public static final int NameCharacter
See Also:
Constant Field Values

Identifier

public static final int Identifier
See Also:
Constant Field Values

TOK_UNSIGNED_INTEGER

public static final int TOK_UNSIGNED_INTEGER
See Also:
Constant Field Values

TOK_APPROXIMATE_NUMERIC_LITERAL

public static final int TOK_APPROXIMATE_NUMERIC_LITERAL
See Also:
Constant Field Values

TOK_EXACT_NUMERIC_LITERAL

public static final int TOK_EXACT_NUMERIC_LITERAL
See Also:
Constant Field Values

CharLiteral

public static final int CharLiteral
See Also:
Constant Field Values

StringLiteral

public static final int StringLiteral
See Also:
Constant Field Values

WhiteSpace

public static final int WhiteSpace
See Also:
Constant Field Values

NewLine

public static final int NewLine
See Also:
Constant Field Values

CommentLine

public static final int CommentLine
See Also:
Constant Field Values

MultiLineComment

public static final int MultiLineComment
See Also:
Constant Field Values

LITERAL_select

public static final int LITERAL_select
See Also:
Constant Field Values

LITERAL_distinct

public static final int LITERAL_distinct
See Also:
Constant Field Values

LITERAL_from

public static final int LITERAL_from
See Also:
Constant Field Values

LITERAL_where

public static final int LITERAL_where
See Also:
Constant Field Values

LITERAL_order

public static final int LITERAL_order
See Also:
Constant Field Values

LITERAL_by

public static final int LITERAL_by
See Also:
Constant Field Values

LITERAL_exists

public static final int LITERAL_exists
See Also:
Constant Field Values

LITERAL_in

public static final int LITERAL_in
See Also:
Constant Field Values

LITERAL_asc

public static final int LITERAL_asc
See Also:
Constant Field Values

LITERAL_desc

public static final int LITERAL_desc
See Also:
Constant Field Values

LITERAL_or

public static final int LITERAL_or
See Also:
Constant Field Values

LITERAL_and

public static final int LITERAL_and
See Also:
Constant Field Values

LITERAL_nil

public static final int LITERAL_nil
See Also:
Constant Field Values

LITERAL_not

public static final int LITERAL_not
See Also:
Constant Field Values

LITERAL_between

public static final int LITERAL_between
See Also:
Constant Field Values

LITERAL_is_undefined

public static final int LITERAL_is_undefined
See Also:
Constant Field Values

LITERAL_is_defined

public static final int LITERAL_is_defined
See Also:
Constant Field Values

LITERAL_like

public static final int LITERAL_like
See Also:
Constant Field Values

LITERAL_true

public static final int LITERAL_true
See Also:
Constant Field Values

LITERAL_false

public static final int LITERAL_false
See Also:
Constant Field Values

LITERAL_date

public static final int LITERAL_date
See Also:
Constant Field Values

LITERAL_time

public static final int LITERAL_time
See Also:
Constant Field Values

LITERAL_timestamp

public static final int LITERAL_timestamp
See Also:
Constant Field Values


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04