Public Member Functions | Static Public Attributes | Protected Member Functions

antlr.preprocessor.PreprocessorLexer Class Reference

Inheritance diagram for antlr.preprocessor.PreprocessorLexer:
antlr.CharScanner antlr.preprocessor.PreprocessorTokenTypes antlr.TokenStream antlr.TokenStream

List of all members.

Public Member Functions

 PreprocessorLexer (InputStream in)
 PreprocessorLexer (Reader in)
 PreprocessorLexer (InputBuffer ib)
 PreprocessorLexer (LexerSharedInputState state)
Token nextToken () throws TokenStreamException
final void mRULE_BLOCK (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mWS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mSUBRULE_BLOCK (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mCOMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mACTION (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mSTRING_LITERAL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mCHAR_LITERAL (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mBANG (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mSEMI (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mCOMMA (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mRCURLY (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mLPAREN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mRPAREN (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mID_OR_KEYWORD (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mASSIGN_RHS (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mARG_ACTION (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException

Static Public Attributes

static final BitSet _tokenSet_0 = new BitSet(mk_tokenSet_0())
static final BitSet _tokenSet_1 = new BitSet(mk_tokenSet_1())
static final BitSet _tokenSet_2 = new BitSet(mk_tokenSet_2())
static final BitSet _tokenSet_3 = new BitSet(mk_tokenSet_3())
static final BitSet _tokenSet_4 = new BitSet(mk_tokenSet_4())
static final BitSet _tokenSet_5 = new BitSet(mk_tokenSet_5())
static final BitSet _tokenSet_6 = new BitSet(mk_tokenSet_6())
static final BitSet _tokenSet_7 = new BitSet(mk_tokenSet_7())
static final BitSet _tokenSet_8 = new BitSet(mk_tokenSet_8())
static final BitSet _tokenSet_9 = new BitSet(mk_tokenSet_9())
static final BitSet _tokenSet_10 = new BitSet(mk_tokenSet_10())

Protected Member Functions

final void mALT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mELEMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mNEWLINE (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mID (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mCURLY_BLOCK_SCARF (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mSL_COMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mML_COMMENT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mESC (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mDIGIT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException
final void mXDIGIT (boolean _createToken) throws RecognitionException, CharStreamException, TokenStreamException

Constructor & Destructor Documentation

antlr.preprocessor.PreprocessorLexer.PreprocessorLexer ( InputStream  in  ) 
antlr.preprocessor.PreprocessorLexer.PreprocessorLexer ( Reader  in  ) 
antlr.preprocessor.PreprocessorLexer.PreprocessorLexer ( InputBuffer  ib  ) 
antlr.preprocessor.PreprocessorLexer.PreprocessorLexer ( LexerSharedInputState  state  ) 

Member Function Documentation

final void antlr.preprocessor.PreprocessorLexer.mID_OR_KEYWORD ( boolean  _createToken  )  throws RecognitionException, CharStreamException, TokenStreamException

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties