类 GraphLexer

  • 所有已实现的接口:
    antlr.TokenStream, HEGLTokenTypes

    public class GraphLexer
    extends antlr.CharScanner
    implements HEGLTokenTypes, antlr.TokenStream
    Lexer for the Hibernate EntityGraph Language grammar
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void mCOLON​(boolean _createToken)  
      void mCOMMA​(boolean _createToken)  
      void mDOT​(boolean _createToken)  
      void mLPAREN​(boolean _createToken)  
      void mNAME​(boolean _createToken)
      In this grammar, basically any string since we (atm) have no keywords
      protected void mNAME_CONTINUATION​(boolean _createToken)  
      protected void mNAME_START​(boolean _createToken)  
      void mRPAREN​(boolean _createToken)  
      void mWHITESPACE​(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
    • 字段详细资料

      • _tokenSet_0

        public static final antlr.collections.impl.BitSet _tokenSet_0
    • 构造器详细资料

      • GraphLexer

        public GraphLexer​(Reader in)
      • GraphLexer

        public GraphLexer​(antlr.InputBuffer ib)
      • GraphLexer

        public GraphLexer​(antlr.LexerSharedInputState state)
    • 方法详细资料

      • nextToken

        public antlr.Token nextToken()
                              throws antlr.TokenStreamException
        指定者:
        nextToken 在接口中 antlr.TokenStream
        抛出:
        antlr.TokenStreamException
      • mCOLON

        public final void mCOLON​(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mCOMMA

        public final void mCOMMA​(boolean _createToken)
                          throws antlr.RecognitionException,
                                 antlr.CharStreamException,
                                 antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mDOT

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

        public final void mWHITESPACE​(boolean _createToken)
                               throws antlr.RecognitionException,
                                      antlr.CharStreamException,
                                      antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mNAME

        public final void mNAME​(boolean _createToken)
                         throws antlr.RecognitionException,
                                antlr.CharStreamException,
                                antlr.TokenStreamException
        In this grammar, basically any string since we (atm) have no keywords
        抛出:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mNAME_START

        protected final void mNAME_START​(boolean _createToken)
                                  throws antlr.RecognitionException,
                                         antlr.CharStreamException,
                                         antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException
      • mNAME_CONTINUATION

        protected final void mNAME_CONTINUATION​(boolean _createToken)
                                         throws antlr.RecognitionException,
                                                antlr.CharStreamException,
                                                antlr.TokenStreamException
        抛出:
        antlr.RecognitionException
        antlr.CharStreamException
        antlr.TokenStreamException