public interface

FiltersParserConstants

org.mule.module.magento.filters.FiltersParserConstants
Known Indirect Subclasses

Class Overview

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

Summary

Constants
int BINARY_OP RegularExpression Id.
int CLOSE_PAR RegularExpression Id.
int COMMA RegularExpression Id.
int DEFAULT Lexical state.
int EOF End of File.
int IDENTIFIER RegularExpression Id.
int INDIV RegularExpression Id.
int NUMBER RegularExpression Id.
int OPEN_PAR RegularExpression Id.
int STRING RegularExpression Id.
int UNARY_OP RegularExpression Id.
Fields
public static final String[] tokenImage Literal token values.

Constants

public static final int BINARY_OP

RegularExpression Id.

Constant Value: 6 (0x00000006)

public static final int CLOSE_PAR

RegularExpression Id.

Constant Value: 13 (0x0000000d)

public static final int COMMA

RegularExpression Id.

Constant Value: 5 (0x00000005)

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 IDENTIFIER

RegularExpression Id.

Constant Value: 11 (0x0000000b)

public static final int INDIV

RegularExpression Id.

Constant Value: 8 (0x00000008)

public static final int NUMBER

RegularExpression Id.

Constant Value: 9 (0x00000009)

public static final int OPEN_PAR

RegularExpression Id.

Constant Value: 12 (0x0000000c)

public static final int STRING

RegularExpression Id.

Constant Value: 10 (0x0000000a)

public static final int UNARY_OP

RegularExpression Id.

Constant Value: 7 (0x00000007)

Fields

public static final String[] tokenImage

Literal token values.