public interface

DateExpressionParserConstants

org.mule.module.netsuite.api.model.expression.date.parser.DateExpressionParserConstants
Known Indirect Subclasses

Class Overview

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

Summary

Constants
int CLOSE_PAR RegularExpression Id.
int COMMA RegularExpression Id.
int DATE_TIME_RANGE_SEARCH_VALUE RegularExpression Id.
int DATE_TIME_SEARCH_VALUE RegularExpression Id.
int DEFAULT Lexical state.
int EOF End of File.
int ISO_DATE RegularExpression Id.
int ISO_DATE_RANGE_SEARCH_VALUE RegularExpression Id.
int ISO_DATE_SEARCH_VALUE RegularExpression Id.
int OP RegularExpression Id.
int OPEN_PAR RegularExpression Id.
int PREDEFINED_SEARCH_VALUE RegularExpression Id.
int STRING RegularExpression Id.
Fields
public static final String[] tokenImage Literal token values.

Constants

public static final int CLOSE_PAR

RegularExpression Id.

Constant Value: 7 (0x00000007)

public static final int COMMA

RegularExpression Id.

Constant Value: 5 (0x00000005)

public static final int DATE_TIME_RANGE_SEARCH_VALUE

RegularExpression Id.

Constant Value: 13 (0x0000000d)

public static final int DATE_TIME_SEARCH_VALUE

RegularExpression Id.

Constant Value: 12 (0x0000000c)

public static final int DEFAULT

Lexical state.

Constant Value: 0 (0x00000000)

public static final int EOF

End of File.

Constant Value: 0 (0x00000000)

public static final int ISO_DATE

RegularExpression Id.

Constant Value: 14 (0x0000000e)

public static final int ISO_DATE_RANGE_SEARCH_VALUE

RegularExpression Id.

Constant Value: 11 (0x0000000b)

public static final int ISO_DATE_SEARCH_VALUE

RegularExpression Id.

Constant Value: 10 (0x0000000a)

public static final int OP

RegularExpression Id.

Constant Value: 8 (0x00000008)

public static final int OPEN_PAR

RegularExpression Id.

Constant Value: 6 (0x00000006)

public static final int PREDEFINED_SEARCH_VALUE

RegularExpression Id.

Constant Value: 9 (0x00000009)

public static final int STRING

RegularExpression Id.

Constant Value: 15 (0x0000000f)

Fields

public static final String[] tokenImage

Literal token values.