org.apache.struts.validator.validwhen
Interface ValidWhenParserTokenTypes

All Known Implementing Classes:
ValidWhenLexer, ValidWhenParser

public interface ValidWhenParserTokenTypes


Field Summary
static int ANDSIGN
           
static int DECIMAL_LITERAL
           
static int EOF
           
static int EQUALSIGN
           
static int GREATEREQUALSIGN
           
static int GREATERTHANSIGN
           
static int HEX_LITERAL
           
static int IDENTIFIER
           
static int LBRACKET
           
static int LESSEQUALSIGN
           
static int LESSTHANSIGN
           
static int LITERAL_null
           
static int LPAREN
           
static int NOTEQUALSIGN
           
static int NULL_TREE_LOOKAHEAD
           
static int OCTAL_LITERAL
           
static int ORSIGN
           
static int RBRACKET
           
static int RPAREN
           
static int STRING_LITERAL
           
static int THIS
           
static int WS
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

NULL_TREE_LOOKAHEAD

static final int NULL_TREE_LOOKAHEAD
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

LBRACKET

static final int LBRACKET
See Also:
Constant Field Values

RBRACKET

static final int RBRACKET
See Also:
Constant Field Values

LITERAL_null

static final int LITERAL_null
See Also:
Constant Field Values

THIS

static final int THIS
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

ANDSIGN

static final int ANDSIGN
See Also:
Constant Field Values

ORSIGN

static final int ORSIGN
See Also:
Constant Field Values

EQUALSIGN

static final int EQUALSIGN
See Also:
Constant Field Values

GREATERTHANSIGN

static final int GREATERTHANSIGN
See Also:
Constant Field Values

GREATEREQUALSIGN

static final int GREATEREQUALSIGN
See Also:
Constant Field Values

LESSTHANSIGN

static final int LESSTHANSIGN
See Also:
Constant Field Values

LESSEQUALSIGN

static final int LESSEQUALSIGN
See Also:
Constant Field Values

NOTEQUALSIGN

static final int NOTEQUALSIGN
See Also:
Constant Field Values

WS

static final int WS
See Also:
Constant Field Values


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.