modesteditor.core.antlrparser
Class ModestLexerNew

java.lang.Object
  extended by antlr.CharScanner
      extended by modesteditor.core.antlrparser.ModestLexerNew
All Implemented Interfaces:
antlr.TokenStream, lexerModestVocab_TokenTypes

public class ModestLexerNew
extends antlr.CharScanner
implements lexerModestVocab_TokenTypes, antlr.TokenStream


Field Summary
static antlr.collections.impl.BitSet _tokenSet_0
           
static antlr.collections.impl.BitSet _tokenSet_1
           
static antlr.collections.impl.BitSet _tokenSet_2
           
static antlr.collections.impl.BitSet _tokenSet_3
           
 
Fields inherited from class antlr.CharScanner
_returnToken, caseSensitive, caseSensitiveLiterals, commitToPath, EOF_CHAR, hashString, inputState, literals, saveConsumedInput, tabsize, text, tokenObjectClass, traceDepth
 
Fields inherited from interface modesteditor.core.antlrparser.lexerModestVocab_TokenTypes
ALT, AMPERSAND, AND_OP, ASSIGN, ASSIGN_END, ASSIGN_START, AT, BAND_ASSIGN, BOR, BOR_ASSIGN, BREAK, BXOR_ASSIGN, BY, C_COMMENT, CATCH, CLASS, COLON, COMMA, CPP_COMMENT, DCOLON, DEFAULTS, DIV, DIV_ASSIGN, DO, DOT, DOT_OR_DOTDOT, DOTDOT, ELSE, ENUM, EOF, EOR, EQ_OP, ERROR, ESCAPE, EXPONENT_PART, EXPORT, EXPOSE, EXTEND, FLOAT, FLOAT_SUFFIX, FORALL, GE_OP, GT_OP, HASH, HASH_OR_LINENR, HIDE, IDENTIFIER, IF, IMPATIENT, IMPORT, INT, INTNUMERIC, LBRACE, LBRACKET, LCURL, LE_OP, LT_OP, MCONST, MEXTERN, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, MULT, MULT_ASSIGN, NE_OP, NOT_OP, NULL_TREE_LOOKAHEAD, NUMERIC, OR_OP, PACKAGE, PALT, PAR, PATIENT, PLUS, PLUS_ASSIGN, PREFIX, PRIORITY, PROCESS, QUESTION, RANGE, RBRACE, RBRACKET, RCURL, RELABEL, RETURN, REWRITE, SEMICOLON, SET, SHIFTL, SHIFTL_OR_ASGN, SHIFTR, SHIFTR_OR_ASGN, SL_ASSIGN, SR_ASSIGN, STOP, STRING, STRUCT, THROW, TRY, TYPEDEF, URGENT, WHEN, WS
 
Constructor Summary
ModestLexerNew(antlr.InputBuffer ib)
           
ModestLexerNew(java.io.InputStream in)
           
ModestLexerNew(antlr.LexerSharedInputState state)
           
ModestLexerNew(java.io.Reader in)
           
 
Method Summary
 void mAMPERSAND(boolean _createToken)
           
 void mAND_OP(boolean _createToken)
           
 void mASSIGN_END(boolean _createToken)
           
 void mASSIGN_START(boolean _createToken)
           
 void mASSIGN(boolean _createToken)
           
 void mAT(boolean _createToken)
           
 void mBAND_ASSIGN(boolean _createToken)
           
 void mBOR_ASSIGN(boolean _createToken)
           
 void mBOR(boolean _createToken)
           
 void mBXOR_ASSIGN(boolean _createToken)
           
 void mC_COMMENT(boolean _createToken)
           
 void mCOLON(boolean _createToken)
           
 void mCOMMA(boolean _createToken)
           
 void mCPP_COMMENT(boolean _createToken)
           
 void mDCOLON(boolean _createToken)
           
 void mDIV_ASSIGN(boolean _createToken)
           
 void mDOT_OR_DOTDOT(boolean _createToken)
           
 void mEOR(boolean _createToken)
           
 void mEQ_OP(boolean _createToken)
           
protected  void mESCAPE(boolean _createToken)
           
protected  void mEXPONENT_PART(boolean _createToken)
           
protected  void mFLOAT_SUFFIX(boolean _createToken)
           
 void mGE_OP(boolean _createToken)
           
 void mGT_OP(boolean _createToken)
           
 void mHASH_OR_LINENR(boolean _createToken)
           
 void mIDENTIFIER(boolean _createToken)
           
 void mINTNUMERIC(boolean _createToken)
           
 void mLBRACE(boolean _createToken)
           
 void mLBRACKET(boolean _createToken)
           
 void mLCURL(boolean _createToken)
           
 void mLE_OP(boolean _createToken)
           
 void mLT_OP(boolean _createToken)
           
 void mMINUS_ASSIGN(boolean _createToken)
           
 void mMINUS(boolean _createToken)
           
 void mMOD_ASSIGN(boolean _createToken)
           
 void mMOD(boolean _createToken)
           
 void mMULT_ASSIGN(boolean _createToken)
           
 void mMULT(boolean _createToken)
           
 void mNE_OP(boolean _createToken)
           
 void mNOT_OP(boolean _createToken)
           
 void mNUMERIC(boolean _createToken)
           
 void mOR_OP(boolean _createToken)
           
 void mPLUS_ASSIGN(boolean _createToken)
           
 void mPLUS(boolean _createToken)
           
 void mQUESTION(boolean _createToken)
           
 void mRBRACE(boolean _createToken)
           
 void mRBRACKET(boolean _createToken)
           
 void mRCURL(boolean _createToken)
           
 void mSEMICOLON(boolean _createToken)
           
 void mSHIFTL_OR_ASGN(boolean _createToken)
           
 void mSHIFTR_OR_ASGN(boolean _createToken)
           
 void mSTRING(boolean _createToken)
           
 void mWS(boolean _createToken)
           
 antlr.Token nextToken()
           
 void tab()
          Sets Tab to one char as seen by Eclipse
 
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, 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
 

Field Detail

_tokenSet_0

public static final antlr.collections.impl.BitSet _tokenSet_0

_tokenSet_1

public static final antlr.collections.impl.BitSet _tokenSet_1

_tokenSet_2

public static final antlr.collections.impl.BitSet _tokenSet_2

_tokenSet_3

public static final antlr.collections.impl.BitSet _tokenSet_3
Constructor Detail

ModestLexerNew

public ModestLexerNew(java.io.InputStream in)

ModestLexerNew

public ModestLexerNew(java.io.Reader in)

ModestLexerNew

public ModestLexerNew(antlr.InputBuffer ib)

ModestLexerNew

public ModestLexerNew(antlr.LexerSharedInputState state)
Method Detail

tab

public void tab()
Sets Tab to one char as seen by Eclipse

Overrides:
tab in class antlr.CharScanner

nextToken

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

mEXPONENT_PART

protected final void mEXPONENT_PART(boolean _createToken)
                             throws antlr.RecognitionException,
                                    antlr.CharStreamException,
                                    antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mFLOAT_SUFFIX

protected final void mFLOAT_SUFFIX(boolean _createToken)
                            throws antlr.RecognitionException,
                                   antlr.CharStreamException,
                                   antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mDOT_OR_DOTDOT

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

mNUMERIC

public final void mNUMERIC(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

mWS

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

mC_COMMENT

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

mCPP_COMMENT

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

mSTRING

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

mESCAPE

protected final void mESCAPE(boolean _createToken)
                      throws antlr.RecognitionException,
                             antlr.CharStreamException,
                             antlr.TokenStreamException
Throws:
antlr.RecognitionException
antlr.CharStreamException
antlr.TokenStreamException

mNOT_OP

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

mQUESTION

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

mAND_OP

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

mOR_OP

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

mEQ_OP

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

mNE_OP

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

mLT_OP

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

mGT_OP

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

mLE_OP

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

mGE_OP

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

mPLUS

public final void mPLUS(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

mMULT

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

mAMPERSAND

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

mBOR

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

mEOR

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

mMOD

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

mSHIFTR_OR_ASGN

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

mSHIFTL_OR_ASGN

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

mCOMMA

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

mASSIGN

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

mPLUS_ASSIGN

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

mMINUS_ASSIGN

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

mMULT_ASSIGN

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

mDIV_ASSIGN

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

mMOD_ASSIGN

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

mBAND_ASSIGN

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

mBXOR_ASSIGN

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

mBOR_ASSIGN

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

mASSIGN_START

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

mASSIGN_END

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

mLBRACE

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

mRBRACE

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

mLCURL

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

mRCURL

public final void mRCURL(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

mDCOLON

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

mCOLON

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

mSEMICOLON

public final void mSEMICOLON(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

mINTNUMERIC

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

mHASH_OR_LINENR

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