hudson.model.labels
Interface LabelExpressionParserTokenTypes
- All Known Implementing Classes:
- LabelExpressionLexer, LabelExpressionParser
public interface LabelExpressionParserTokenTypes
EOF
static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
IFF
static final int IFF
- See Also:
- Constant Field Values
IMPLIES
static final int IMPLIES
- See Also:
- Constant Field Values
OR
static final int OR
- See Also:
- Constant Field Values
AND
static final int AND
- See Also:
- Constant Field Values
NOT
static final int NOT
- 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
ATOM
static final int ATOM
- See Also:
- Constant Field Values
STRINGLITERAL
static final int STRINGLITERAL
- See Also:
- Constant Field Values
IDENTIFIER_PART
static final int IDENTIFIER_PART
- See Also:
- Constant Field Values
WS
static final int WS
- See Also:
- Constant Field Values
Copyright © 2004-2013. All Rights Reserved.