se.cambio.cds.gdl.parser
Interface ExpressionParserConstants

Package class diagram package ExpressionParserConstants
All Known Implementing Classes:
ExpressionParser, ExpressionParserTokenManager

public interface ExpressionParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int DATE_TIME
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIG
          RegularExpression Id.
static int EOF
          End of File.
static int HOUR_MINUTE
          RegularExpression Id.
static int LET_DIG
          RegularExpression Id.
static int LET_DIG_DD
          RegularExpression Id.
static int LET_DIG_DU
          RegularExpression Id.
static int LET_DIG_DUDS
          RegularExpression Id.
static int LET_DIG_DUDSLR
          RegularExpression Id.
static int LET_DIG_U
          RegularExpression Id.
static int MILLI_SECOND
          RegularExpression Id.
static int PATH_SEGMENT
          RegularExpression Id.
static int SECOND
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SYM_AND
          RegularExpression Id.
static int SYM_ASSIGNMENT
          RegularExpression Id.
static int SYM_CARET
          RegularExpression Id.
static int SYM_COLON
          RegularExpression Id.
static int SYM_COMMA
          RegularExpression Id.
static int SYM_CURRENT_DATETIME
          RegularExpression Id.
static int SYM_DIV
          RegularExpression Id.
static int SYM_DOLLAR
          RegularExpression Id.
static int SYM_DOT
          RegularExpression Id.
static int SYM_ELLIPSIS
          RegularExpression Id.
static int SYM_EQ
          RegularExpression Id.
static int SYM_EXCLAMATION
          RegularExpression Id.
static int SYM_FALSE
          RegularExpression Id.
static int SYM_FOR_ALL
          RegularExpression Id.
static int SYM_GE
          RegularExpression Id.
static int SYM_GT
          RegularExpression Id.
static int SYM_INTERVAL_DELIM
          RegularExpression Id.
static int SYM_IS_A
          RegularExpression Id.
static int SYM_IS_NOT_A
          RegularExpression Id.
static int SYM_L_BRACKET
          RegularExpression Id.
static int SYM_L_PARENTHESIS
          RegularExpression Id.
static int SYM_LE
          RegularExpression Id.
static int SYM_LIST_CONTINUE
          RegularExpression Id.
static int SYM_LT
          RegularExpression Id.
static int SYM_MINUS
          RegularExpression Id.
static int SYM_MODULO
          RegularExpression Id.
static int SYM_NE
          RegularExpression Id.
static int SYM_NOT
          RegularExpression Id.
static int SYM_NULL
          RegularExpression Id.
static int SYM_OR
          RegularExpression Id.
static int SYM_PLUS
          RegularExpression Id.
static int SYM_QUESTION
          RegularExpression Id.
static int SYM_R_BRACKET
          RegularExpression Id.
static int SYM_R_PARENTHESIS
          RegularExpression Id.
static int SYM_SEMICOLON
          RegularExpression Id.
static int SYM_SLASH
          RegularExpression Id.
static int SYM_STAR
          RegularExpression Id.
static int SYM_TRUE
          RegularExpression Id.
static int SYM_TWO_COLONS
          RegularExpression Id.
static int TIME_ZONE
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int V_ABSOLUTE_PATH
          RegularExpression Id.
static int V_ATTRIBUTE_IDENTIFIER
          RegularExpression Id.
static int V_CODE_PHRASE
          RegularExpression Id.
static int V_CODE_PHRASE_RAW
          RegularExpression Id.
static int V_DATE
          RegularExpression Id.
static int V_DATE_TIME
          RegularExpression Id.
static int V_DATE_TIME_MS
          RegularExpression Id.
static int V_DATE_TIME_MSZ
          RegularExpression Id.
static int V_DATE_TIME_Z
          RegularExpression Id.
static int V_HHMM_TIME
          RegularExpression Id.
static int V_HHMMSS_TIME
          RegularExpression Id.
static int V_HHMMSSss_TIME
          RegularExpression Id.
static int V_HHMMSSssZ_TIME
          RegularExpression Id.
static int V_HHMMSSZ_TIME
          RegularExpression Id.
static int V_INTEGER
          RegularExpression Id.
static int V_ISO8601_DURATION
          RegularExpression Id.
static int V_ISO8601_DURATION_CONSTRAINT_PATTERN
          RegularExpression Id.
static int V_LABEL
          RegularExpression Id.
static int V_LOCAL_CODE
          RegularExpression Id.
static int V_LOCAL_CODE_CORE
          RegularExpression Id.
static int V_LOCAL_TERM_CODE_REF
          RegularExpression Id.
static int V_ORDINAL
          RegularExpression Id.
static int V_PROPORTION
          RegularExpression Id.
static int V_QUANTITY
          RegularExpression Id.
static int V_REAL
          RegularExpression Id.
static int V_STRING
          RegularExpression Id.
static int V_TIME
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

SYM_MINUS

static final int SYM_MINUS
RegularExpression Id.

See Also:
Constant Field Values

SYM_PLUS

static final int SYM_PLUS
RegularExpression Id.

See Also:
Constant Field Values

SYM_STAR

static final int SYM_STAR
RegularExpression Id.

See Also:
Constant Field Values

SYM_SLASH

static final int SYM_SLASH
RegularExpression Id.

See Also:
Constant Field Values

SYM_CARET

static final int SYM_CARET
RegularExpression Id.

See Also:
Constant Field Values

SYM_DOT

static final int SYM_DOT
RegularExpression Id.

See Also:
Constant Field Values

SYM_SEMICOLON

static final int SYM_SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

SYM_COMMA

static final int SYM_COMMA
RegularExpression Id.

See Also:
Constant Field Values

SYM_TWO_COLONS

static final int SYM_TWO_COLONS
RegularExpression Id.

See Also:
Constant Field Values

SYM_COLON

static final int SYM_COLON
RegularExpression Id.

See Also:
Constant Field Values

SYM_EXCLAMATION

static final int SYM_EXCLAMATION
RegularExpression Id.

See Also:
Constant Field Values

SYM_L_PARENTHESIS

static final int SYM_L_PARENTHESIS
RegularExpression Id.

See Also:
Constant Field Values

SYM_R_PARENTHESIS

static final int SYM_R_PARENTHESIS
RegularExpression Id.

See Also:
Constant Field Values

SYM_DOLLAR

static final int SYM_DOLLAR
RegularExpression Id.

See Also:
Constant Field Values

SYM_QUESTION

static final int SYM_QUESTION
RegularExpression Id.

See Also:
Constant Field Values

SYM_L_BRACKET

static final int SYM_L_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

SYM_R_BRACKET

static final int SYM_R_BRACKET
RegularExpression Id.

See Also:
Constant Field Values

SYM_INTERVAL_DELIM

static final int SYM_INTERVAL_DELIM
RegularExpression Id.

See Also:
Constant Field Values

SYM_EQ

static final int SYM_EQ
RegularExpression Id.

See Also:
Constant Field Values

SYM_GE

static final int SYM_GE
RegularExpression Id.

See Also:
Constant Field Values

SYM_LE

static final int SYM_LE
RegularExpression Id.

See Also:
Constant Field Values

SYM_LT

static final int SYM_LT
RegularExpression Id.

See Also:
Constant Field Values

SYM_GT

static final int SYM_GT
RegularExpression Id.

See Also:
Constant Field Values

SYM_NE

static final int SYM_NE
RegularExpression Id.

See Also:
Constant Field Values

SYM_NOT

static final int SYM_NOT
RegularExpression Id.

See Also:
Constant Field Values

SYM_AND

static final int SYM_AND
RegularExpression Id.

See Also:
Constant Field Values

SYM_OR

static final int SYM_OR
RegularExpression Id.

See Also:
Constant Field Values

SYM_FALSE

static final int SYM_FALSE
RegularExpression Id.

See Also:
Constant Field Values

SYM_TRUE

static final int SYM_TRUE
RegularExpression Id.

See Also:
Constant Field Values

SYM_NULL

static final int SYM_NULL
RegularExpression Id.

See Also:
Constant Field Values

SYM_IS_A

static final int SYM_IS_A
RegularExpression Id.

See Also:
Constant Field Values

SYM_IS_NOT_A

static final int SYM_IS_NOT_A
RegularExpression Id.

See Also:
Constant Field Values

SYM_FOR_ALL

static final int SYM_FOR_ALL
RegularExpression Id.

See Also:
Constant Field Values

SYM_CURRENT_DATETIME

static final int SYM_CURRENT_DATETIME
RegularExpression Id.

See Also:
Constant Field Values

SYM_ASSIGNMENT

static final int SYM_ASSIGNMENT
RegularExpression Id.

See Also:
Constant Field Values

SYM_MODULO

static final int SYM_MODULO
RegularExpression Id.

See Also:
Constant Field Values

SYM_DIV

static final int SYM_DIV
RegularExpression Id.

See Also:
Constant Field Values

SYM_ELLIPSIS

static final int SYM_ELLIPSIS
RegularExpression Id.

See Also:
Constant Field Values

SYM_LIST_CONTINUE

static final int SYM_LIST_CONTINUE
RegularExpression Id.

See Also:
Constant Field Values

V_LOCAL_CODE_CORE

static final int V_LOCAL_CODE_CORE
RegularExpression Id.

See Also:
Constant Field Values

V_LOCAL_CODE

static final int V_LOCAL_CODE
RegularExpression Id.

See Also:
Constant Field Values

V_QUANTITY

static final int V_QUANTITY
RegularExpression Id.

See Also:
Constant Field Values

V_PROPORTION

static final int V_PROPORTION
RegularExpression Id.

See Also:
Constant Field Values

V_INTEGER

static final int V_INTEGER
RegularExpression Id.

See Also:
Constant Field Values

V_ISO8601_DURATION

static final int V_ISO8601_DURATION
RegularExpression Id.

See Also:
Constant Field Values

V_ISO8601_DURATION_CONSTRAINT_PATTERN

static final int V_ISO8601_DURATION_CONSTRAINT_PATTERN
RegularExpression Id.

See Also:
Constant Field Values

V_DATE

static final int V_DATE
RegularExpression Id.

See Also:
Constant Field Values

V_HHMM_TIME

static final int V_HHMM_TIME
RegularExpression Id.

See Also:
Constant Field Values

V_HHMMSS_TIME

static final int V_HHMMSS_TIME
RegularExpression Id.

See Also:
Constant Field Values

V_HHMMSSss_TIME

static final int V_HHMMSSss_TIME
RegularExpression Id.

See Also:
Constant Field Values

V_HHMMSSZ_TIME

static final int V_HHMMSSZ_TIME
RegularExpression Id.

See Also:
Constant Field Values

V_HHMMSSssZ_TIME

static final int V_HHMMSSssZ_TIME
RegularExpression Id.

See Also:
Constant Field Values

V_TIME

static final int V_TIME
RegularExpression Id.

See Also:
Constant Field Values

V_DATE_TIME_MS

static final int V_DATE_TIME_MS
RegularExpression Id.

See Also:
Constant Field Values

V_DATE_TIME_Z

static final int V_DATE_TIME_Z
RegularExpression Id.

See Also:
Constant Field Values

V_DATE_TIME

static final int V_DATE_TIME
RegularExpression Id.

See Also:
Constant Field Values

V_DATE_TIME_MSZ

static final int V_DATE_TIME_MSZ
RegularExpression Id.

See Also:
Constant Field Values

DATE_TIME

static final int DATE_TIME
RegularExpression Id.

See Also:
Constant Field Values

TIME_ZONE

static final int TIME_ZONE
RegularExpression Id.

See Also:
Constant Field Values

SECOND

static final int SECOND
RegularExpression Id.

See Also:
Constant Field Values

MILLI_SECOND

static final int MILLI_SECOND
RegularExpression Id.

See Also:
Constant Field Values

HOUR_MINUTE

static final int HOUR_MINUTE
RegularExpression Id.

See Also:
Constant Field Values

V_CODE_PHRASE

static final int V_CODE_PHRASE
RegularExpression Id.

See Also:
Constant Field Values

V_CODE_PHRASE_RAW

static final int V_CODE_PHRASE_RAW
RegularExpression Id.

See Also:
Constant Field Values

V_ORDINAL

static final int V_ORDINAL
RegularExpression Id.

See Also:
Constant Field Values

V_ATTRIBUTE_IDENTIFIER

static final int V_ATTRIBUTE_IDENTIFIER
RegularExpression Id.

See Also:
Constant Field Values

V_LABEL

static final int V_LABEL
RegularExpression Id.

See Also:
Constant Field Values

V_REAL

static final int V_REAL
RegularExpression Id.

See Also:
Constant Field Values

V_STRING

static final int V_STRING
RegularExpression Id.

See Also:
Constant Field Values

DIG

static final int DIG
RegularExpression Id.

See Also:
Constant Field Values

LET_DIG

static final int LET_DIG
RegularExpression Id.

See Also:
Constant Field Values

LET_DIG_DD

static final int LET_DIG_DD
RegularExpression Id.

See Also:
Constant Field Values

LET_DIG_U

static final int LET_DIG_U
RegularExpression Id.

See Also:
Constant Field Values

LET_DIG_DU

static final int LET_DIG_DU
RegularExpression Id.

See Also:
Constant Field Values

LET_DIG_DUDS

static final int LET_DIG_DUDS
RegularExpression Id.

See Also:
Constant Field Values

LET_DIG_DUDSLR

static final int LET_DIG_DUDSLR
RegularExpression Id.

See Also:
Constant Field Values

V_LOCAL_TERM_CODE_REF

static final int V_LOCAL_TERM_CODE_REF
RegularExpression Id.

See Also:
Constant Field Values

PATH_SEGMENT

static final int PATH_SEGMENT
RegularExpression Id.

See Also:
Constant Field Values

V_ABSOLUTE_PATH

static final int V_ABSOLUTE_PATH
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2013 Cambio. All Rights Reserved.