org.globus.rsl
Interface RSLParserConstants
- All Known Implementing Classes:
- RSLParser, RSLParserTokenManager
- public interface RSLParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
GREATER_THAN
public static final int GREATER_THAN
- See Also:
- Constant Field Values
GREATER_THAN_EQUAL
public static final int GREATER_THAN_EQUAL
- See Also:
- Constant Field Values
LESS_THAN
public static final int LESS_THAN
- See Also:
- Constant Field Values
LESS_THAN_EQUAL
public static final int LESS_THAN_EQUAL
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
MULTI
public static final int MULTI
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
VARSTART
public static final int VARSTART
- See Also:
- Constant Field Values
VARIABLES
public static final int VARIABLES
- See Also:
- Constant Field Values
VARIABLES_DQUOTE
public static final int VARIABLES_DQUOTE
- See Also:
- Constant Field Values
VARIABLES_SQUOTE
public static final int VARIABLES_SQUOTE
- See Also:
- Constant Field Values
CHARACTER
public static final int CHARACTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
OTHER_CHAR
public static final int OTHER_CHAR
- See Also:
- Constant Field Values
UNQUOTED_LITERAL
public static final int UNQUOTED_LITERAL
- See Also:
- Constant Field Values
DOUBLE_QUOTED_LITERAL
public static final int DOUBLE_QUOTED_LITERAL
- See Also:
- Constant Field Values
SINGLE_QUOTED_LITERAL
public static final int SINGLE_QUOTED_LITERAL
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage