org.openmrs.arden
Class ArdenBaseLexer

java.lang.Object
  extended by antlr.CharScanner
      extended by org.openmrs.arden.ArdenBaseLexer
All Implemented Interfaces:
antlr.TokenStream, ArdenBaseParserTokenTypes

public class ArdenBaseLexer
extends antlr.CharScanner
implements ArdenBaseParserTokenTypes, 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
           
static antlr.collections.impl.BitSet _tokenSet_4
           
 
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.openmrs.arden.ArdenBaseParserTokenTypes
ACTION, ACTION_OP, AFTER, AGE_MAX, AGE_MIN, AGO, AMPERSAND, AND, ANY, APOSTROPHE, ARDEN_CURLY_BRACKETS, ARE, AT, AUTHOR, AVERAGE, AVG, BE, BECOMES, BEFORE, CALL, CITATIONS, COLON, COMMA, COMMENT, CONCLUDE, COUNT, DATA, DATE, DAY, DAYS, DIGIT, DIV, DOT, DOTDOT, EARLIEST, ELSE, ELSEIF, ENDBLOCK, ENDIF, EOF, EQUAL, EQUALS, EVENT, EXIST, EXISTS, EXPLANATION, FALSE, FILENAME, FIRST, FROM, GREATER, GT, GTE, HTTP, ID, IF, IN, INSTITUTION, INTLIT, IS, IT, KEYWORDS, KNOWLEDGE, LAST, LATEST, LBRACKET, LCURLY, LESS, LET, LIBRARY, LINKS, LITERAL_arden, LITERAL_BOOLEAN, LITERAL_CALL, LITERAL_DATA, LITERAL_data_driven, LITERAL_DURATION, LITERAL_end, LITERAL_EQ, LITERAL_evoke, LITERAL_expired, LITERAL_GE, LITERAL_GT, LITERAL_hour, LITERAL_hours, LITERAL_LE, LITERAL_LIST, LITERAL_LT, LITERAL_MERGE, LITERAL_minute, LITERAL_minutes, LITERAL_NE, LITERAL_NULL, LITERAL_NUMBER, LITERAL_OBJECT, LITERAL_Occur, LITERAL_OCCUR, LITERAL_Occurred, LITERAL_OCCURRED, LITERAL_occurs, LITERAL_Occurs, LITERAL_OCCURS, LITERAL_PRESENT, LITERAL_production, LITERAL_REFUTE, LITERAL_seconds, LITERAL_SEQTO, LITERAL_SORT, LITERAL_STRING, LITERAL_SUPPORT, LITERAL_testing, LITERAL_urgency, LITERAL_validation, LOGIC, LPAREN, LT, LTE, MAINTENANCE, MAX, MAXIMUM, MEDIAN, MIN, MINIMUM, MINUS, ML_COMMENT, MLMNAME, MONTH, MONTHS, NE, NOT, NOT_COMMENT, NOT_EQUALS, NOW, NULL, NULL_TREE_LOOKAHEAD, NUMBER, OCCUR, OF, OR, PAST, PERCENT, PLUS, POUND, PRESENT, PRIORITY, PURPOSE, QUESTION, RBRACKET, RCURLY, READ, RESEARCH, RPAREN, SECOND, SEMI, SINGLE_QUOTE, SPECIALIST, STRING_LITERAL, SUM, TERM_LITERAL, THAN, THE, THEN, THEY, TIME, TIMES, TITLE, TO, TRUE, TYPE, UNDERSCORE, VERSION, WAS, WEEK, WEEKS, WEIRD_IDENT, WERE, WHERE, WITH, WITHIN, WRITE, WS, YEAR, YEARS
 
Constructor Summary
ArdenBaseLexer(antlr.InputBuffer ib)
           
ArdenBaseLexer(java.io.InputStream in)
           
ArdenBaseLexer(antlr.LexerSharedInputState state)
           
ArdenBaseLexer(java.io.Reader in)
           
 
Method Summary
 void mACTION_OP(boolean _createToken)
           
 void mAMPERSAND(boolean _createToken)
           
 void mAPOSTROPHE(boolean _createToken)
           
 void mARDEN_CURLY_BRACKETS(boolean _createToken)
           
 void mAT(boolean _createToken)
           
 void mBECOMES(boolean _createToken)
           
 void mCOLON(boolean _createToken)
           
 void mCOMMA(boolean _createToken)
           
 void mCOMMENT(boolean _createToken)
           
protected  void mDIGIT(boolean _createToken)
           
 void mDIV(boolean _createToken)
           
 void mDOT(boolean _createToken)
           
 void mDOTDOT(boolean _createToken)
           
 void mENDBLOCK(boolean _createToken)
           
 void mEQUALS(boolean _createToken)
           
 void mGT(boolean _createToken)
           
 void mGTE(boolean _createToken)
           
 void mID(boolean _createToken)
           
 void mINTLIT(boolean _createToken)
           
 void mLBRACKET(boolean _createToken)
           
 void mLCURLY(boolean _createToken)
           
 void mLPAREN(boolean _createToken)
           
 void mLT(boolean _createToken)
           
 void mLTE(boolean _createToken)
           
 void mMINUS(boolean _createToken)
           
 void mML_COMMENT(boolean _createToken)
           
 void mNE(boolean _createToken)
           
 void mNOT_COMMENT(boolean _createToken)
           
 void mNOT_EQUALS(boolean _createToken)
           
 void mPERCENT(boolean _createToken)
           
 void mPLUS(boolean _createToken)
           
 void mPOUND(boolean _createToken)
           
 void mQUESTION(boolean _createToken)
           
 void mRBRACKET(boolean _createToken)
           
 void mRCURLY(boolean _createToken)
           
 void mRPAREN(boolean _createToken)
           
 void mSEMI(boolean _createToken)
           
 void mSINGLE_QUOTE(boolean _createToken)
           
 void mSTRING_LITERAL(boolean _createToken)
           
 void mTERM_LITERAL(boolean _createToken)
           
 void mTIMES(boolean _createToken)
           
 void mUNDERSCORE(boolean _createToken)
           
 void mWS(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
 

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

_tokenSet_4

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

ArdenBaseLexer

public ArdenBaseLexer(java.io.InputStream in)

ArdenBaseLexer

public ArdenBaseLexer(java.io.Reader in)

ArdenBaseLexer

public ArdenBaseLexer(antlr.InputBuffer ib)

ArdenBaseLexer

public ArdenBaseLexer(antlr.LexerSharedInputState state)
Method Detail

nextToken

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

mARDEN_CURLY_BRACKETS

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

mLCURLY

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

mRCURLY

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

mNOT_COMMENT

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

mCOMMENT

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

mML_COMMENT

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

mDIGIT

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

mINTLIT

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

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

mSTRING_LITERAL

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

mTERM_LITERAL

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

mID

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

mDOT

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

mUNDERSCORE

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

mBECOMES

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

mSEMI

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

mEQUALS

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

mDOTDOT

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

mNOT_EQUALS

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

mLT

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

mLTE

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

mGT

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

mGTE

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

mTIMES

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

mNE

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

mAPOSTROPHE

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

mPERCENT

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

mPOUND

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

mENDBLOCK

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

mACTION_OP

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

mSINGLE_QUOTE

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

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change