org.topbraid.strings.classexpressions.parser
Interface ClassExpressionParserConstants

All Known Implementing Classes:
ClassExpressionParser, ClassExpressionParserTokenManager

public interface ClassExpressionParserConstants


Field Summary
static int ALL
           
static int AND
           
static int DATA_COMPLEMENT_OF
           
static int DEFAULT
           
static int DIGIT
           
static int EOF
           
static int EXACT
           
static int EXPONENT
           
static int FLOATING_POINT_LITERAL
           
static int FORMAL_COMMENT
           
static int HAS
           
static int IDENTIFIER
           
static int IN_FORMAL_COMMENT
           
static int IN_MULTI_LINE_COMMENT
           
static int IN_SINGLE_LINE_COMMENT
           
static int INTEGER_LITERAL
           
static int LETTER
           
static int MAX
           
static int MIN
           
static int MULTI_LINE_COMMENT
           
static int NOT
           
static int ONE_OF
           
static int OR
           
static int SELF
           
static int SINGLE_LINE_COMMENT
           
static int SOME
           
static int STRING_LITERAL
           
static java.lang.String[] tokenImage
           
static int XOR
           
static int XSD
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
See Also:
Constant Field Values

SOME

static final int SOME
See Also:
Constant Field Values

ALL

static final int ALL
See Also:
Constant Field Values

HAS

static final int HAS
See Also:
Constant Field Values

MIN

static final int MIN
See Also:
Constant Field Values

MAX

static final int MAX
See Also:
Constant Field Values

EXACT

static final int EXACT
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

XOR

static final int XOR
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

SELF

static final int SELF
See Also:
Constant Field Values

XSD

static final int XSD
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

ONE_OF

static final int ONE_OF
See Also:
Constant Field Values

DATA_COMPLEMENT_OF

static final int DATA_COMPLEMENT_OF
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

static final int IN_SINGLE_LINE_COMMENT
See Also:
Constant Field Values

IN_FORMAL_COMMENT

static final int IN_FORMAL_COMMENT
See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage