hudson.scheduler
Class CrontabLexer

java.lang.Object
  extended by antlr.CharScanner
      extended by hudson.scheduler.CrontabLexer
All Implemented Interfaces:
antlr.TokenStream, CrontabParserTokenTypes

public class CrontabLexer
extends antlr.CharScanner
implements CrontabParserTokenTypes, antlr.TokenStream


Field Summary
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
Fields inherited from interface hudson.scheduler.CrontabParserTokenTypes
ANNUALLY, AT, DAILY, DIV, EOF, H, HOURLY, LITERAL_annually, LITERAL_daily, LITERAL_H, LITERAL_hourly, LITERAL_midnight, LITERAL_monthly, LITERAL_weekly, LITERAL_yearly, LPAREN, MIDNIGHT, MINUS, MONTHLY, NULL_TREE_LOOKAHEAD, OR, RPAREN, STAR, TOKEN, WEEKLY, WS, YEARLY
 
Constructor Summary
CrontabLexer(antlr.InputBuffer ib)
           
CrontabLexer(InputStream in)
           
CrontabLexer(antlr.LexerSharedInputState state)
           
CrontabLexer(Reader in)
           
 
Method Summary
 void mANNUALLY(boolean _createToken)
           
 void mAT(boolean _createToken)
           
 void mDAILY(boolean _createToken)
           
 void mDIV(boolean _createToken)
           
 void mH(boolean _createToken)
           
 void mHOURLY(boolean _createToken)
           
 void mLPAREN(boolean _createToken)
           
 void mMIDNIGHT(boolean _createToken)
           
 void mMINUS(boolean _createToken)
           
 void mMONTHLY(boolean _createToken)
           
 void mOR(boolean _createToken)
           
 void mRPAREN(boolean _createToken)
           
 void mSTAR(boolean _createToken)
           
 void mTOKEN(boolean _createToken)
           
 void mWEEKLY(boolean _createToken)
           
 void mWS(boolean _createToken)
           
 void mYEARLY(boolean _createToken)
           
 antlr.Token nextToken()
           
 
Methods inherited from class antlr.CharScanner
append, append, commit, consume, consumeUntil, consumeUntil, getCaseSensitive, getCaseSensitiveLiterals, getColumn, getCommitToPath, getFilename, getInputBuffer, getInputState, getLine, getTabSize, getText, getTokenObject, LA, makeToken, mark, match, match, match, matchNot, matchRange, newline, panic, panic, reportError, reportError, reportWarning, resetText, rewind, setCaseSensitive, setColumn, setCommitToPath, setFilename, setInputState, setLine, setTabSize, setText, setTokenObjectClass, tab, testLiteralsTable, testLiteralsTable, toLower, traceIn, traceIndent, traceOut, uponEOF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrontabLexer

public CrontabLexer(InputStream in)

CrontabLexer

public CrontabLexer(Reader in)

CrontabLexer

public CrontabLexer(antlr.InputBuffer ib)

CrontabLexer

public CrontabLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

public antlr.Token nextToken()
                      throws antlr.TokenStreamException
Specified by:
nextToken in interface antlr.TokenStream
Throws:
antlr.TokenStreamException

mTOKEN

public final void mTOKEN(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mWS

public final void mWS(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mMINUS

public final void mMINUS(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mSTAR

public final void mSTAR(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mDIV

public final void mDIV(boolean _createToken)
                throws antlr.RecognitionException,
                       antlr.CharStreamException,
                       antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mOR

public final void mOR(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mAT

public final void mAT(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mH

public final void mH(boolean _createToken)
              throws antlr.RecognitionException,
                     antlr.CharStreamException,
                     antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mLPAREN

public final void mLPAREN(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mRPAREN

public final void mRPAREN(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mYEARLY

public final void mYEARLY(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mANNUALLY

public final void mANNUALLY(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mMONTHLY

public final void mMONTHLY(boolean _createToken)
                    throws antlr.RecognitionException,
                           antlr.CharStreamException,
                           antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mWEEKLY

public final void mWEEKLY(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mDAILY

public final void mDAILY(boolean _createToken)
                  throws antlr.RecognitionException,
                         antlr.CharStreamException,
                         antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mMIDNIGHT

public final void mMIDNIGHT(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mHOURLY

public final void mHOURLY(boolean _createToken)
                   throws antlr.RecognitionException,
                          antlr.CharStreamException,
                          antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException


Copyright © 2004-2013. All Rights Reserved.