public interface

FilterExpressionParserConstants

org.mule.module.netsuite.api.model.expression.filter.parser.FilterExpressionParserConstants
Known Indirect Subclasses

Class Overview

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

Summary

Constants
int CLOSE_BRACKET RegularExpression Id.
int CLOSE_PAR RegularExpression Id.
int COMMA RegularExpression Id.
int DEFAULT Lexical state.
int DOT RegularExpression Id.
int EOF End of File.
int EXTERNAL RegularExpression Id.
int IDENTIFIER RegularExpression Id.
int INTERNAL RegularExpression Id.
int OPEN_BRACKET RegularExpression Id.
int OPEN_PAR RegularExpression Id.
int VALUE RegularExpression Id.
Fields
public static final String[] tokenImage Literal token values.

Constants

public static final int CLOSE_BRACKET

RegularExpression Id.

Constant Value: 10 (0x0000000a)

public static final int CLOSE_PAR

RegularExpression Id.

Constant Value: 8 (0x00000008)

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 DOT

RegularExpression Id.

Constant Value: 6 (0x00000006)

public static final int EOF

End of File.

Constant Value: 0 (0x00000000)

public static final int EXTERNAL

RegularExpression Id.

Constant Value: 12 (0x0000000c)

public static final int IDENTIFIER

RegularExpression Id.

Constant Value: 13 (0x0000000d)

public static final int INTERNAL

RegularExpression Id.

Constant Value: 11 (0x0000000b)

public static final int OPEN_BRACKET

RegularExpression Id.

Constant Value: 9 (0x00000009)

public static final int OPEN_PAR

RegularExpression Id.

Constant Value: 7 (0x00000007)

public static final int VALUE

RegularExpression Id.

Constant Value: 14 (0x0000000e)

Fields

public static final String[] tokenImage

Literal token values.