类 FetcherLexer

java.lang.Object
org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
org.antlr.v4.runtime.Lexer
org.babyfish.jimmer.sql.fetcher.FetcherLexer
所有已实现的接口:
org.antlr.v4.runtime.TokenSource

public class FetcherLexer extends org.antlr.v4.runtime.Lexer
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final org.antlr.v4.runtime.atn.ATN
     
    protected static final org.antlr.v4.runtime.dfa.DFA[]
     
    static final String
     
    protected static final org.antlr.v4.runtime.atn.PredictionContextCache
     
    static final int
     
    static String[]
     
    static final int
     
    static final String[]
     
    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 String[]
    已过时。
    Use VOCABULARY instead.
    static final org.antlr.v4.runtime.Vocabulary
     
    static final int
     

    从类继承的字段 org.antlr.v4.runtime.Lexer

    _channel, _factory, _hitEOF, _input, _mode, _modeStack, _text, _token, _tokenFactorySourcePair, _tokenStartCharIndex, _tokenStartCharPositionInLine, _tokenStartLine, _type, DEFAULT_MODE, DEFAULT_TOKEN_CHANNEL, HIDDEN, MAX_CHAR_VALUE, MIN_CHAR_VALUE, MORE, SKIP

    从类继承的字段 org.antlr.v4.runtime.Recognizer

    _interp, EOF
  • 构造器概要

    构造器
    构造器
    说明
    FetcherLexer(org.antlr.v4.runtime.CharStream input)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    org.antlr.v4.runtime.atn.ATN
     
     
     
     
     
    已过时。
    org.antlr.v4.runtime.Vocabulary
     

    从类继承的方法 org.antlr.v4.runtime.Lexer

    emit, emit, emitEOF, getAllTokens, getChannel, getCharErrorDisplay, getCharIndex, getCharPositionInLine, getErrorDisplay, getErrorDisplay, getInputStream, getLine, getSourceName, getText, getToken, getTokenFactory, getType, mode, more, nextToken, notifyListeners, popMode, pushMode, recover, recover, reset, setChannel, setCharPositionInLine, setInputStream, setLine, setText, setToken, setTokenFactory, setType, skip

    从类继承的方法 org.antlr.v4.runtime.Recognizer

    action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getParseInfo, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, precpred, removeErrorListener, removeErrorListeners, sempred, setInterpreter, setState

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

    • _decisionToDFA

      protected static final org.antlr.v4.runtime.dfa.DFA[] _decisionToDFA
    • _sharedContextCache

      protected static final org.antlr.v4.runtime.atn.PredictionContextCache _sharedContextCache
    • T__0

      public static final int T__0
      另请参阅:
    • T__1

      public static final int T__1
      另请参阅:
    • T__2

      public static final int T__2
      另请参阅:
    • T__3

      public static final int T__3
      另请参阅:
    • T__4

      public static final int T__4
      另请参阅:
    • T__5

      public static final int T__5
      另请参阅:
    • T__6

      public static final int T__6
      另请参阅:
    • T__7

      public static final int T__7
      另请参阅:
    • T__8

      public static final int T__8
      另请参阅:
    • T__9

      public static final int T__9
      另请参阅:
    • Identifier

      public static final int Identifier
      另请参阅:
    • Number

      public static final int Number
      另请参阅:
    • WS

      public static final int WS
      另请参阅:
    • modeNames

      public static String[] modeNames
    • ruleNames

      public static final String[] ruleNames
    • VOCABULARY

      public static final org.antlr.v4.runtime.Vocabulary VOCABULARY
    • tokenNames

      @Deprecated public static final String[] tokenNames
      已过时。
      Use VOCABULARY instead.
    • _serializedATN

      public static final String _serializedATN
      另请参阅:
    • _ATN

      public static final org.antlr.v4.runtime.atn.ATN _ATN
  • 构造器详细资料

    • FetcherLexer

      public FetcherLexer(org.antlr.v4.runtime.CharStream input)
  • 方法详细资料

    • getTokenNames

      @Deprecated public String[] getTokenNames()
      已过时。
      覆盖:
      getTokenNames 在类中 org.antlr.v4.runtime.Lexer
    • getVocabulary

      public org.antlr.v4.runtime.Vocabulary getVocabulary()
      覆盖:
      getVocabulary 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
    • getGrammarFileName

      public String getGrammarFileName()
      指定者:
      getGrammarFileName 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
    • getRuleNames

      public String[] getRuleNames()
      指定者:
      getRuleNames 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
    • getSerializedATN

      public String getSerializedATN()
      覆盖:
      getSerializedATN 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>
    • getModeNames

      public String[] getModeNames()
      覆盖:
      getModeNames 在类中 org.antlr.v4.runtime.Lexer
    • getATN

      public org.antlr.v4.runtime.atn.ATN getATN()
      指定者:
      getATN 在类中 org.antlr.v4.runtime.Recognizer<Integer,org.antlr.v4.runtime.atn.LexerATNSimulator>