hudson.scheduler
Interface CrontabParserTokenTypes

All Known Implementing Classes:
CrontabLexer, CrontabParser

public interface CrontabParserTokenTypes


Field Summary
static int ANNUALLY
           
static int AT
           
static int DAILY
           
static int DIV
           
static int EOF
           
static int H
           
static int HOURLY
           
static int LITERAL_annually
           
static int LITERAL_daily
           
static int LITERAL_H
           
static int LITERAL_hourly
           
static int LITERAL_midnight
           
static int LITERAL_monthly
           
static int LITERAL_weekly
           
static int LITERAL_yearly
           
static int LPAREN
           
static int MIDNIGHT
           
static int MINUS
           
static int MONTHLY
           
static int NULL_TREE_LOOKAHEAD
           
static int OR
           
static int RPAREN
           
static int STAR
           
static int TOKEN
           
static int WEEKLY
           
static int WS
           
static int YEARLY
           
 

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

WS

static final int WS
See Also:
Constant Field Values

AT

static final int AT
See Also:
Constant Field Values

LITERAL_yearly

static final int LITERAL_yearly
See Also:
Constant Field Values

LITERAL_annually

static final int LITERAL_annually
See Also:
Constant Field Values

LITERAL_monthly

static final int LITERAL_monthly
See Also:
Constant Field Values

LITERAL_weekly

static final int LITERAL_weekly
See Also:
Constant Field Values

LITERAL_daily

static final int LITERAL_daily
See Also:
Constant Field Values

LITERAL_midnight

static final int LITERAL_midnight
See Also:
Constant Field Values

LITERAL_hourly

static final int LITERAL_hourly
See Also:
Constant Field Values

LITERAL_H

static final int LITERAL_H
See Also:
Constant Field Values

TOKEN

static final int TOKEN
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

DIV

static final int DIV
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

H

static final int H
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

YEARLY

static final int YEARLY
See Also:
Constant Field Values

ANNUALLY

static final int ANNUALLY
See Also:
Constant Field Values

MONTHLY

static final int MONTHLY
See Also:
Constant Field Values

WEEKLY

static final int WEEKLY
See Also:
Constant Field Values

DAILY

static final int DAILY
See Also:
Constant Field Values

MIDNIGHT

static final int MIDNIGHT
See Also:
Constant Field Values

HOURLY

static final int HOURLY
See Also:
Constant Field Values


Copyright © 2004-2013. All Rights Reserved.