类 FetcherParser

java.lang.Object
org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
org.antlr.v4.runtime.Parser
org.babyfish.jimmer.sql.fetcher.FetcherParser

public class FetcherParser extends org.antlr.v4.runtime.Parser
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static class 
     
    static class 
     
    static class 
     
    static class 
     
    static class 
     

    从类继承的嵌套类/接口 org.antlr.v4.runtime.Parser

    org.antlr.v4.runtime.Parser.TraceListener, org.antlr.v4.runtime.Parser.TrimToSizeListener
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    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 final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    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.Parser

    _buildParseTrees, _ctx, _errHandler, _input, _parseListeners, _precedenceStack, _syntaxErrors, matchedEOF

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

    _interp, EOF
  • 构造器概要

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

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

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

    addContextToParseTree, addParseListener, compileParseTreePattern, compileParseTreePattern, consume, createErrorNode, createTerminalNode, dumpDFA, dumpDFA, enterOuterAlt, enterRecursionRule, enterRecursionRule, enterRule, exitRule, getATNWithBypassAlts, getBuildParseTree, getContext, getCurrentToken, getDFAStrings, getErrorHandler, getExpectedTokens, getExpectedTokensWithinCurrentRule, getInputStream, getInvokingContext, getNumberOfSyntaxErrors, getParseInfo, getParseListeners, getPrecedence, getRuleContext, getRuleIndex, getRuleInvocationStack, getRuleInvocationStack, getSourceName, getTokenFactory, getTokenStream, getTrimParseTree, inContext, isExpectedToken, isMatchedEOF, isTrace, match, matchWildcard, notifyErrorListeners, notifyErrorListeners, precpred, pushNewRecursionContext, removeParseListener, removeParseListeners, reset, setBuildParseTree, setContext, setErrorHandler, setInputStream, setProfile, setTokenFactory, setTokenStream, setTrace, setTrimParseTree, triggerEnterRuleEvent, triggerExitRuleEvent, unrollRecursionContexts

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

    action, addErrorListener, getErrorHeader, getErrorListenerDispatch, getErrorListeners, getInterpreter, getRuleIndexMap, getState, getTokenErrorDisplay, getTokenType, getTokenTypeMap, 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
      另请参阅:
    • RULE_fetcher

      public static final int RULE_fetcher
      另请参阅:
    • RULE_fetchBody

      public static final int RULE_fetchBody
      另请参阅:
    • RULE_field

      public static final int RULE_field
      另请参阅:
    • RULE_argument

      public static final int RULE_argument
      另请参阅:
    • RULE_entityType

      public static final int RULE_entityType
      另请参阅:
    • 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
  • 构造器详细资料

    • FetcherParser

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

    • getTokenNames

      @Deprecated public String[] getTokenNames()
      已过时。
      指定者:
      getTokenNames 在类中 org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getVocabulary

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

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

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

      public String getSerializedATN()
      覆盖:
      getSerializedATN 在类中 org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getATN

      public org.antlr.v4.runtime.atn.ATN getATN()
      指定者:
      getATN 在类中 org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • fetcher

      public final FetcherParser.FetcherContext fetcher() throws org.antlr.v4.runtime.RecognitionException
      抛出:
      org.antlr.v4.runtime.RecognitionException
    • fetchBody

      public final FetcherParser.FetchBodyContext fetchBody() throws org.antlr.v4.runtime.RecognitionException
      抛出:
      org.antlr.v4.runtime.RecognitionException
    • field

      public final FetcherParser.FieldContext field() throws org.antlr.v4.runtime.RecognitionException
      抛出:
      org.antlr.v4.runtime.RecognitionException
    • argument

      public final FetcherParser.ArgumentContext argument() throws org.antlr.v4.runtime.RecognitionException
      抛出:
      org.antlr.v4.runtime.RecognitionException
    • entityType

      public final FetcherParser.EntityTypeContext entityType() throws org.antlr.v4.runtime.RecognitionException
      抛出:
      org.antlr.v4.runtime.RecognitionException