org.apache.struts.validator.validwhen
Class ValidWhenLexer
java.lang.Object
   antlr.CharScanner
antlr.CharScanner
       org.apache.struts.validator.validwhen.ValidWhenLexer
org.apache.struts.validator.validwhen.ValidWhenLexer
- All Implemented Interfaces: 
- antlr.TokenStream, ValidWhenParserTokenTypes
- public class ValidWhenLexer 
- extends antlr.CharScanner- implements ValidWhenParserTokenTypes, antlr.TokenStream
| Field Summary | 
| static antlr.collections.impl.BitSet | _tokenSet_0
 | 
| static antlr.collections.impl.BitSet | _tokenSet_1
 | 
 
| Fields inherited from class antlr.CharScanner | 
| _returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth | 
 
| Fields inherited from interface org.apache.struts.validator.validwhen.ValidWhenParserTokenTypes | 
| ANDSIGN, DECIMAL_LITERAL, EOF, EQUALSIGN, GREATEREQUALSIGN, GREATERTHANSIGN, HEX_LITERAL, IDENTIFIER, LBRACKET, LESSEQUALSIGN, LESSTHANSIGN, LITERAL_null, LPAREN, NOTEQUALSIGN, NULL_TREE_LOOKAHEAD, OCTAL_LITERAL, ORSIGN, RBRACKET, RPAREN, STRING_LITERAL, THIS, WS | 
 
 
 
| 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 | 
 
_tokenSet_0
public static final antlr.collections.impl.BitSet _tokenSet_0
_tokenSet_1
public static final antlr.collections.impl.BitSet _tokenSet_1
ValidWhenLexer
public ValidWhenLexer(InputStream in)
ValidWhenLexer
public ValidWhenLexer(Reader in)
ValidWhenLexer
public ValidWhenLexer(antlr.InputBuffer ib)
ValidWhenLexer
public ValidWhenLexer(antlr.LexerSharedInputState state)
nextToken
public antlr.Token nextToken()
                      throws antlr.TokenStreamException
- 
- Specified by:
- nextTokenin interface- antlr.TokenStream
- Specified by:
- nextTokenin class- antlr.CharScanner
 
- 
- Throws:
- antlr.TokenStreamException
 
mWS
public final void mWS(boolean _createToken)
               throws antlr.RecognitionException,
                      antlr.CharStreamException,
                      antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mDECIMAL_LITERAL
public final void mDECIMAL_LITERAL(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mHEX_LITERAL
public final void mHEX_LITERAL(boolean _createToken)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mOCTAL_LITERAL
public final void mOCTAL_LITERAL(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mSTRING_LITERAL
public final void mSTRING_LITERAL(boolean _createToken)
                           throws antlr.RecognitionException,
                                  antlr.CharStreamException,
                                  antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mLBRACKET
public final void mLBRACKET(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mRBRACKET
public final void mRBRACKET(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
 
mTHIS
public final void mTHIS(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mIDENTIFIER
public final void mIDENTIFIER(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mEQUALSIGN
public final void mEQUALSIGN(boolean _createToken)
                      throws antlr.RecognitionException,
                             antlr.CharStreamException,
                             antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mNOTEQUALSIGN
public final void mNOTEQUALSIGN(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mLESSTHANSIGN
public final void mLESSTHANSIGN(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mGREATERTHANSIGN
public final void mGREATERTHANSIGN(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mLESSEQUALSIGN
public final void mLESSEQUALSIGN(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
mGREATEREQUALSIGN
public final void mGREATEREQUALSIGN(boolean _createToken)
                             throws antlr.RecognitionException,
                                    antlr.CharStreamException,
                                    antlr.TokenStreamException
- 
 
- 
- Throws:
- antlr.RecognitionException
- antlr.CharStreamException
- antlr.TokenStreamException
 
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.