org.apache.struts.validator.validwhen
クラス ValidWhenLexer

java.lang.Object
  拡張antlr.CharScanner
      拡張org.apache.struts.validator.validwhen.ValidWhenLexer
すべての実装インタフェース:
antlr.TokenStream, ValidWhenParserTokenTypes

public class ValidWhenLexer
extends antlr.CharScanner
implements ValidWhenParserTokenTypes, antlr.TokenStream


フィールドの概要
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
 
クラス antlr.CharScanner から継承したフィールド
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
インタフェース 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
 
コンストラクタの概要
ValidWhenLexer(antlr.InputBuffer ib)
           
ValidWhenLexer(java.io.InputStream in)
           
ValidWhenLexer(antlr.LexerSharedInputState state)
           
ValidWhenLexer(java.io.Reader in)
           
 
メソッドの概要
 void mDECIMAL_LITERAL(boolean _createToken)
           
 void mEQUALSIGN(boolean _createToken)
           
 void mGREATEREQUALSIGN(boolean _createToken)
           
 void mGREATERTHANSIGN(boolean _createToken)
           
 void mHEX_LITERAL(boolean _createToken)
           
 void mIDENTIFIER(boolean _createToken)
           
private static long[] mk_tokenSet_0()
           
private static long[] mk_tokenSet_1()
           
 void mLBRACKET(boolean _createToken)
           
 void mLESSEQUALSIGN(boolean _createToken)
           
 void mLESSTHANSIGN(boolean _createToken)
           
 void mLPAREN(boolean _createToken)
           
 void mNOTEQUALSIGN(boolean _createToken)
           
 void mOCTAL_LITERAL(boolean _createToken)
           
 void mRBRACKET(boolean _createToken)
           
 void mRPAREN(boolean _createToken)
           
 void mSTRING_LITERAL(boolean _createToken)
           
 void mTHIS(boolean _createToken)
           
 void mWS(boolean _createToken)
           
 antlr.Token nextToken()
           
 
クラス 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
 
クラス 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(java.io.InputStream in)

ValidWhenLexer

public ValidWhenLexer(java.io.Reader in)

ValidWhenLexer

public ValidWhenLexer(antlr.InputBuffer ib)

ValidWhenLexer

public ValidWhenLexer(antlr.LexerSharedInputState state)
メソッドの詳細

nextToken

public antlr.Token nextToken()
                      throws antlr.TokenStreamException
定義:
インタフェース antlr.TokenStream 内の nextToken
例外:
antlr.TokenStreamException

mWS

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

mDECIMAL_LITERAL

public final void mDECIMAL_LITERAL(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mHEX_LITERAL

public final void mHEX_LITERAL(boolean _createToken)
                        throws antlr.RecognitionException,
                               antlr.CharStreamException,
                               antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mOCTAL_LITERAL

public final void mOCTAL_LITERAL(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mSTRING_LITERAL

public final void mSTRING_LITERAL(boolean _createToken)
                           throws antlr.RecognitionException,
                                  antlr.CharStreamException,
                                  antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mLBRACKET

public final void mLBRACKET(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mRBRACKET

public final void mRBRACKET(boolean _createToken)
                     throws antlr.RecognitionException,
                            antlr.CharStreamException,
                            antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mLPAREN

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

mRPAREN

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

mTHIS

public final void mTHIS(boolean _createToken)
                 throws antlr.RecognitionException,
                        antlr.CharStreamException,
                        antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mIDENTIFIER

public final void mIDENTIFIER(boolean _createToken)
                       throws antlr.RecognitionException,
                              antlr.CharStreamException,
                              antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mEQUALSIGN

public final void mEQUALSIGN(boolean _createToken)
                      throws antlr.RecognitionException,
                             antlr.CharStreamException,
                             antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mNOTEQUALSIGN

public final void mNOTEQUALSIGN(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mLESSTHANSIGN

public final void mLESSTHANSIGN(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mGREATERTHANSIGN

public final void mGREATERTHANSIGN(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mLESSEQUALSIGN

public final void mLESSEQUALSIGN(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mGREATEREQUALSIGN

public final void mGREATEREQUALSIGN(boolean _createToken)
                             throws antlr.RecognitionException,
                                    antlr.CharStreamException,
                                    antlr.TokenStreamException
例外:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mk_tokenSet_0

private static final long[] mk_tokenSet_0()

mk_tokenSet_1

private static final long[] mk_tokenSet_1()


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation