Class WhereClauseLexer

java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Lexer
org.alfresco.rest.antlr.WhereClauseLexer
All Implemented Interfaces:
org.antlr.runtime.TokenSource

public class WhereClauseLexer extends org.antlr.runtime.Lexer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    protected org.alfresco.rest.antlr.WhereClauseLexer.DFA26
     
    protected org.alfresco.rest.antlr.WhereClauseLexer.DFA28
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class org.antlr.runtime.Lexer

    input

    Fields inherited from class org.antlr.runtime.BaseRecognizer

    DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    WhereClauseLexer(org.antlr.runtime.CharStream input)
     
    WhereClauseLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.antlr.runtime.Lexer[]
     
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
    mIN()
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
     
    final void
    mOR()
     
    final void
     
    final void
     
    final void
     
    final void
     
    void
     
    final void
    mWS()
     
    void
    recover(org.antlr.runtime.RecognitionException e)
     

    Methods inherited from class org.antlr.runtime.Lexer

    emit, emit, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getCharStream, getEOFToken, getErrorMessage, getLine, getSourceName, getText, match, match, matchAny, matchRange, nextToken, reportError, reset, setCharStream, setText, skip, traceIn, traceOut

    Methods inherited from class org.antlr.runtime.BaseRecognizer

    alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getCurrentInputSymbol, getErrorHeader, getMissingSymbol, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, setBacktrackingLevel, toStrings, traceIn, traceOut

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • WhereClauseLexer

      public WhereClauseLexer()
    • WhereClauseLexer

      public WhereClauseLexer(org.antlr.runtime.CharStream input)
    • WhereClauseLexer

      public WhereClauseLexer(org.antlr.runtime.CharStream input, org.antlr.runtime.RecognizerSharedState state)
  • Method Details

    • recover

      public void recover(org.antlr.runtime.RecognitionException e)
      Overrides:
      recover in class org.antlr.runtime.Lexer
    • getDelegates

      public org.antlr.runtime.Lexer[] getDelegates()
    • getGrammarFileName

      public String getGrammarFileName()
      Overrides:
      getGrammarFileName in class org.antlr.runtime.BaseRecognizer
    • mNEGATION

      public final void mNEGATION() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mEXISTS

      public final void mEXISTS() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mIN

      public final void mIN() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mMATCHES

      public final void mMATCHES() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mBETWEEN

      public final void mBETWEEN() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mOR

      public final void mOR() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mAND

      public final void mAND() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mEQUALS

      public final void mEQUALS() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mLESSTHAN

      public final void mLESSTHAN() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mGREATERTHAN

      public final void mGREATERTHAN() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mLESSTHANOREQUALS

      public final void mLESSTHANOREQUALS() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mGREATERTHANOREQUALS

      public final void mGREATERTHANOREQUALS() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mLEFTPAREN

      public final void mLEFTPAREN() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mRIGHTPAREN

      public final void mRIGHTPAREN() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mCOMMA

      public final void mCOMMA() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mCOLON

      public final void mCOLON() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mSINGLEQUOTE

      public final void mSINGLEQUOTE() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mPROPERTYVALUE

      public final void mPROPERTYVALUE() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mPROPERTYNAME

      public final void mPROPERTYNAME() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mIDENTIFIERLETTERORDIGIT

      public final void mIDENTIFIERLETTERORDIGIT() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mIDENTIFIER

      public final void mIDENTIFIER() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mWS

      public final void mWS() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mIDENTIFIERLETTER

      public final void mIDENTIFIERLETTER() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mIDENTIFIERDIGIT

      public final void mIDENTIFIERDIGIT() throws org.antlr.runtime.RecognitionException
      Throws:
      org.antlr.runtime.RecognitionException
    • mTokens

      public void mTokens() throws org.antlr.runtime.RecognitionException
      Specified by:
      mTokens in class org.antlr.runtime.Lexer
      Throws:
      org.antlr.runtime.RecognitionException