Class PQL

java.lang.Object
org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
org.antlr.v4.runtime.Parser
ca.phon.query.pql.PQL

public class PQL extends org.antlr.v4.runtime.Parser
  • Field Details

  • Constructor Details

    • PQL

      public PQL(org.antlr.v4.runtime.TokenStream input)
  • Method Details

    • getTokenNames

      @Deprecated public String[] getTokenNames()
      Deprecated.
      Specified by:
      getTokenNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getVocabulary

      public org.antlr.v4.runtime.Vocabulary getVocabulary()
      Overrides:
      getVocabulary in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getGrammarFileName

      public String getGrammarFileName()
      Specified by:
      getGrammarFileName in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getRuleNames

      public String[] getRuleNames()
      Specified by:
      getRuleNames in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • getSerializedATN

      public String getSerializedATN()
      Overrides:
      getSerializedATN in class 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()
      Specified by:
      getATN in class org.antlr.v4.runtime.Recognizer<org.antlr.v4.runtime.Token,org.antlr.v4.runtime.atn.ParserATNSimulator>
    • start

      public final PQL.StartContext start() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • query

      public final PQL.QueryContext query() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • find_query

      public final PQL.Find_queryContext find_query() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • select_query

      public final PQL.Select_queryContext select_query() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • search_by

      public final PQL.Search_byContext search_by() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • expr

      public final PQL.ExprContext expr() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • plain_text_expr

      public final PQL.Plain_text_exprContext plain_text_expr() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • ipa_expr

      public final PQL.Ipa_exprContext ipa_expr() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • tier_list

      public final PQL.Tier_listContext tier_list() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • tier_name

      public final PQL.Tier_nameContext tier_name() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • session_or_record_list

      public final PQL.Session_or_record_listContext session_or_record_list() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • session_list

      public final PQL.Session_listContext session_list() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • session_name

      public final PQL.Session_nameContext session_name() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • record_list

      public final PQL.Record_listContext record_list() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • record_or_range

      public final PQL.Record_or_rangeContext record_or_range() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • filter_blocks

      public final PQL.Filter_blocksContext filter_blocks() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • filter_block

      public final PQL.Filter_blockContext filter_block() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • contains_or_equals

      public final PQL.Contains_or_equalsContext contains_or_equals() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_project

      public final PQL.Where_projectContext where_project() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_project_stmt

      public final PQL.Where_project_stmtContext where_project_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_project_or_stmt

      public final PQL.Where_project_or_stmtContext where_project_or_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_project_and_stmt

      public final PQL.Where_project_and_stmtContext where_project_and_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_project_unary_stmt

      public final PQL.Where_project_unary_stmtContext where_project_unary_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_session

      public final PQL.Where_sessionContext where_session() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_session_stmt

      public final PQL.Where_session_stmtContext where_session_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_session_or_stmt

      public final PQL.Where_session_or_stmtContext where_session_or_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_session_and_stmt

      public final PQL.Where_session_and_stmtContext where_session_and_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_session_unary_stmt

      public final PQL.Where_session_unary_stmtContext where_session_unary_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_speaker

      public final PQL.Where_speakerContext where_speaker() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_speaker_stmt

      public final PQL.Where_speaker_stmtContext where_speaker_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_speaker_or_stmt

      public final PQL.Where_speaker_or_stmtContext where_speaker_or_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_speaker_and_stmt

      public final PQL.Where_speaker_and_stmtContext where_speaker_and_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_speaker_unary_stmt

      public final PQL.Where_speaker_unary_stmtContext where_speaker_unary_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_group

      public final PQL.Where_groupContext where_group() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_group_stmt

      public final PQL.Where_group_stmtContext where_group_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_group_or_stmt

      public final PQL.Where_group_or_stmtContext where_group_or_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_group_and_stmt

      public final PQL.Where_group_and_stmtContext where_group_and_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_group_unary_stmt

      public final PQL.Where_group_unary_stmtContext where_group_unary_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_word

      public final PQL.Where_wordContext where_word() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_word_stmt

      public final PQL.Where_word_stmtContext where_word_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_word_or_stmt

      public final PQL.Where_word_or_stmtContext where_word_or_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_word_and_stmt

      public final PQL.Where_word_and_stmtContext where_word_and_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_word_unary_stmt

      public final PQL.Where_word_unary_stmtContext where_word_unary_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_syllable

      public final PQL.Where_syllableContext where_syllable() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_syllable_stmt

      public final PQL.Where_syllable_stmtContext where_syllable_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_syllable_or_stmt

      public final PQL.Where_syllable_or_stmtContext where_syllable_or_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_syllable_and_stmt

      public final PQL.Where_syllable_and_stmtContext where_syllable_and_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • where_syllable_unary_stmt

      public final PQL.Where_syllable_unary_stmtContext where_syllable_unary_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • period_expr

      public final PQL.Period_exprContext period_expr() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • date_expr

      public final PQL.Date_exprContext date_expr() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • includes

      public final PQL.IncludesContext includes() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • include_stmt

      public final PQL.Include_stmtContext include_stmt() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • integer

      public final PQL.IntegerContext integer() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException
    • number

      public final PQL.NumberContext number() throws org.antlr.v4.runtime.RecognitionException
      Throws:
      org.antlr.v4.runtime.RecognitionException