Documentation
¶
Index ¶
- Constants
- func DeleteLexerState(l *SyslLexer)
- type Abstract_viewContext
- func (s *Abstract_viewContext) ABSTRACT() antlr.TerminalNode
- func (s *Abstract_viewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Abstract_viewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Abstract_viewContext) GetParser() antlr.Parser
- func (s *Abstract_viewContext) GetRuleContext() antlr.RuleContext
- func (*Abstract_viewContext) IsAbstract_viewContext()
- func (s *Abstract_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AliasContext
- func (s *AliasContext) ALIAS() antlr.TerminalNode
- func (s *AliasContext) AllAnnotation() []IAnnotationContext
- func (s *AliasContext) Annotation(i int) IAnnotationContext
- func (s *AliasContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *AliasContext) COLON() antlr.TerminalNode
- func (s *AliasContext) Collection_type() ICollection_typeContext
- func (s *AliasContext) DEDENT() antlr.TerminalNode
- func (s *AliasContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AliasContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AliasContext) GetParser() antlr.Parser
- func (s *AliasContext) GetRuleContext() antlr.RuleContext
- func (s *AliasContext) INDENT() antlr.TerminalNode
- func (*AliasContext) IsAliasContext()
- func (s *AliasContext) Name_str() IName_strContext
- func (s *AliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AliasContext) Types() ITypesContext
- type AnnotationContext
- func (s *AnnotationContext) AT() antlr.TerminalNode
- func (s *AnnotationContext) Annotation_value() IAnnotation_valueContext
- func (s *AnnotationContext) EQ() antlr.TerminalNode
- func (s *AnnotationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnnotationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnnotationContext) GetParser() antlr.Parser
- func (s *AnnotationContext) GetRuleContext() antlr.RuleContext
- func (*AnnotationContext) IsAnnotationContext()
- func (s *AnnotationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *AnnotationContext) VAR_NAME() antlr.TerminalNode
- type Annotation_valueContext
- func (s *Annotation_valueContext) Array_of_strings() IArray_of_stringsContext
- func (s *Annotation_valueContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Annotation_valueContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Annotation_valueContext) GetParser() antlr.Parser
- func (s *Annotation_valueContext) GetRuleContext() antlr.RuleContext
- func (*Annotation_valueContext) IsAnnotation_valueContext()
- func (s *Annotation_valueContext) Multi_line_docstring() IMulti_line_docstringContext
- func (s *Annotation_valueContext) QSTRING() antlr.TerminalNode
- func (s *Annotation_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AnnotationsContext
- func (s *AnnotationsContext) AllAnnotation() []IAnnotationContext
- func (s *AnnotationsContext) Annotation(i int) IAnnotationContext
- func (s *AnnotationsContext) DEDENT() antlr.TerminalNode
- func (s *AnnotationsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AnnotationsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AnnotationsContext) GetParser() antlr.Parser
- func (s *AnnotationsContext) GetRuleContext() antlr.RuleContext
- func (s *AnnotationsContext) INDENT() antlr.TerminalNode
- func (*AnnotationsContext) IsAnnotationsContext()
- func (s *AnnotationsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type App_declContext
- func (s *App_declContext) Alias(i int) IAliasContext
- func (s *App_declContext) AllAlias() []IAliasContext
- func (s *App_declContext) AllAnnotation() []IAnnotationContext
- func (s *App_declContext) AllCollector() []ICollectorContext
- func (s *App_declContext) AllEvent() []IEventContext
- func (s *App_declContext) AllFacade() []IFacadeContext
- func (s *App_declContext) AllMixin() []IMixinContext
- func (s *App_declContext) AllRest_endpoint() []IRest_endpointContext
- func (s *App_declContext) AllSYSL_COMMENT() []antlr.TerminalNode
- func (s *App_declContext) AllSimple_endpoint() []ISimple_endpointContext
- func (s *App_declContext) AllSubscribe() []ISubscribeContext
- func (s *App_declContext) AllTable() []ITableContext
- func (s *App_declContext) AllUnion() []IUnionContext
- func (s *App_declContext) AllView() []IViewContext
- func (s *App_declContext) Annotation(i int) IAnnotationContext
- func (s *App_declContext) Collector(i int) ICollectorContext
- func (s *App_declContext) DEDENT() antlr.TerminalNode
- func (s *App_declContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *App_declContext) Event(i int) IEventContext
- func (s *App_declContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *App_declContext) Facade(i int) IFacadeContext
- func (s *App_declContext) GetCheck() bool
- func (s *App_declContext) GetParser() antlr.Parser
- func (s *App_declContext) GetRuleContext() antlr.RuleContext
- func (s *App_declContext) Get_view() IViewContext
- func (s *App_declContext) INDENT() antlr.TerminalNode
- func (*App_declContext) IsApp_declContext()
- func (s *App_declContext) Mixin(i int) IMixinContext
- func (s *App_declContext) Rest_endpoint(i int) IRest_endpointContext
- func (s *App_declContext) SYSL_COMMENT(i int) antlr.TerminalNode
- func (s *App_declContext) SetCheck(v bool)
- func (s *App_declContext) Set_view(v IViewContext)
- func (s *App_declContext) Simple_endpoint(i int) ISimple_endpointContext
- func (s *App_declContext) Subscribe(i int) ISubscribeContext
- func (s *App_declContext) Table(i int) ITableContext
- func (s *App_declContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *App_declContext) Union(i int) IUnionContext
- func (s *App_declContext) View(i int) IViewContext
- type App_nameContext
- func (s *App_nameContext) AllSub_package() []ISub_packageContext
- func (s *App_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *App_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *App_nameContext) GetParser() antlr.Parser
- func (s *App_nameContext) GetRuleContext() antlr.RuleContext
- func (*App_nameContext) IsApp_nameContext()
- func (s *App_nameContext) Package_name() IPackage_nameContext
- func (s *App_nameContext) Sub_package(i int) ISub_packageContext
- func (s *App_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ApplicationContext
- func (s *ApplicationContext) AllSYSL_COMMENT() []antlr.TerminalNode
- func (s *ApplicationContext) App_decl() IApp_declContext
- func (s *ApplicationContext) COLON() antlr.TerminalNode
- func (s *ApplicationContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ApplicationContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ApplicationContext) GetParser() antlr.Parser
- func (s *ApplicationContext) GetRuleContext() antlr.RuleContext
- func (*ApplicationContext) IsApplicationContext()
- func (s *ApplicationContext) Name_with_attribs() IName_with_attribsContext
- func (s *ApplicationContext) SYSL_COMMENT(i int) antlr.TerminalNode
- func (s *ApplicationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Array_of_arraysContext
- func (s *Array_of_arraysContext) AllArray_of_strings() []IArray_of_stringsContext
- func (s *Array_of_arraysContext) AllCOMMA() []antlr.TerminalNode
- func (s *Array_of_arraysContext) Array_of_strings(i int) IArray_of_stringsContext
- func (s *Array_of_arraysContext) COMMA(i int) antlr.TerminalNode
- func (s *Array_of_arraysContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Array_of_arraysContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Array_of_arraysContext) GetParser() antlr.Parser
- func (s *Array_of_arraysContext) GetRuleContext() antlr.RuleContext
- func (*Array_of_arraysContext) IsArray_of_arraysContext()
- func (s *Array_of_arraysContext) SQ_CLOSE() antlr.TerminalNode
- func (s *Array_of_arraysContext) SQ_OPEN() antlr.TerminalNode
- func (s *Array_of_arraysContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Array_of_stringsContext
- func (s *Array_of_stringsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Array_of_stringsContext) AllQuoted_string() []IQuoted_stringContext
- func (s *Array_of_stringsContext) COMMA(i int) antlr.TerminalNode
- func (s *Array_of_stringsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Array_of_stringsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Array_of_stringsContext) GetParser() antlr.Parser
- func (s *Array_of_stringsContext) GetRuleContext() antlr.RuleContext
- func (*Array_of_stringsContext) IsArray_of_stringsContext()
- func (s *Array_of_stringsContext) Quoted_string(i int) IQuoted_stringContext
- func (s *Array_of_stringsContext) SQ_CLOSE() antlr.TerminalNode
- func (s *Array_of_stringsContext) SQ_OPEN() antlr.TerminalNode
- func (s *Array_of_stringsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Array_sizeContext
- func (s *Array_sizeContext) AllDIGITS() []antlr.TerminalNode
- func (s *Array_sizeContext) CLOSE_PAREN() antlr.TerminalNode
- func (s *Array_sizeContext) DIGITS(i int) antlr.TerminalNode
- func (s *Array_sizeContext) DOTDOT() antlr.TerminalNode
- func (s *Array_sizeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Array_sizeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Array_sizeContext) GetParser() antlr.Parser
- func (s *Array_sizeContext) GetRuleContext() antlr.RuleContext
- func (*Array_sizeContext) IsArray_sizeContext()
- func (s *Array_sizeContext) OPEN_PAREN() antlr.TerminalNode
- func (s *Array_sizeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AtomContext
- func (s *AtomContext) AllRelop() []IRelopContext
- func (s *AtomContext) AtomT() IAtomTContext
- func (s *AtomContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AtomContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AtomContext) GetParser() antlr.Parser
- func (s *AtomContext) GetRuleContext() antlr.RuleContext
- func (*AtomContext) IsAtomContext()
- func (s *AtomContext) Relop(i int) IRelopContext
- func (s *AtomContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AtomTContext
- func (s *AtomTContext) AtomT_implied_dot() IAtomT_implied_dotContext
- func (s *AtomTContext) AtomT_name() IAtomT_nameContext
- func (s *AtomTContext) AtomT_paren() IAtomT_parenContext
- func (s *AtomTContext) Empty_tuple() IEmpty_tupleContext
- func (s *AtomTContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AtomTContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AtomTContext) Expr_atom_list() IExpr_atom_listContext
- func (s *AtomTContext) Expr_func() IExpr_funcContext
- func (s *AtomTContext) Expr_set() IExpr_setContext
- func (s *AtomTContext) GetParser() antlr.Parser
- func (s *AtomTContext) GetRuleContext() antlr.RuleContext
- func (*AtomTContext) IsAtomTContext()
- func (s *AtomTContext) Literal() ILiteralContext
- func (s *AtomTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AtomT_implied_dotContext
- func (s *AtomT_implied_dotContext) Atom_dot_relop() IAtom_dot_relopContext
- func (s *AtomT_implied_dotContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AtomT_implied_dotContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AtomT_implied_dotContext) Expr_matching() IExpr_matchingContext
- func (s *AtomT_implied_dotContext) Expr_navigate() IExpr_navigateContext
- func (s *AtomT_implied_dotContext) Expr_table_of_op() IExpr_table_of_opContext
- func (s *AtomT_implied_dotContext) GetParser() antlr.Parser
- func (s *AtomT_implied_dotContext) GetRuleContext() antlr.RuleContext
- func (*AtomT_implied_dotContext) IsAtomT_implied_dotContext()
- func (s *AtomT_implied_dotContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AtomT_nameContext
- func (s *AtomT_nameContext) E_DOT() antlr.TerminalNode
- func (s *AtomT_nameContext) E_Name() antlr.TerminalNode
- func (s *AtomT_nameContext) E_WHATEVER() antlr.TerminalNode
- func (s *AtomT_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AtomT_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AtomT_nameContext) GetParser() antlr.Parser
- func (s *AtomT_nameContext) GetRuleContext() antlr.RuleContext
- func (*AtomT_nameContext) IsAtomT_nameContext()
- func (s *AtomT_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type AtomT_parenContext
- func (s *AtomT_parenContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *AtomT_parenContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *AtomT_parenContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *AtomT_parenContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *AtomT_parenContext) Expr() IExprContext
- func (s *AtomT_parenContext) GetParser() antlr.Parser
- func (s *AtomT_parenContext) GetRuleContext() antlr.RuleContext
- func (*AtomT_parenContext) IsAtomT_parenContext()
- func (s *AtomT_parenContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Atom_dot_relopContext
- func (s *Atom_dot_relopContext) E_DOT() antlr.TerminalNode
- func (s *Atom_dot_relopContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Atom_dot_relopContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Atom_dot_relopContext) Expr_agg_func() IExpr_agg_funcContext
- func (s *Atom_dot_relopContext) Expr_any_func() IExpr_any_funcContext
- func (s *Atom_dot_relopContext) Expr_count() IExpr_countContext
- func (s *Atom_dot_relopContext) Expr_first_func() IExpr_first_funcContext
- func (s *Atom_dot_relopContext) Expr_matching() IExpr_matchingContext
- func (s *Atom_dot_relopContext) Expr_navigate() IExpr_navigateContext
- func (s *Atom_dot_relopContext) Expr_rank_func() IExpr_rank_funcContext
- func (s *Atom_dot_relopContext) Expr_single_arg_func() IExpr_single_arg_funcContext
- func (s *Atom_dot_relopContext) Expr_single_or_null() IExpr_single_or_nullContext
- func (s *Atom_dot_relopContext) Expr_snapshot() IExpr_snapshotContext
- func (s *Atom_dot_relopContext) GetParser() antlr.Parser
- func (s *Atom_dot_relopContext) GetRuleContext() antlr.RuleContext
- func (*Atom_dot_relopContext) IsAtom_dot_relopContext()
- func (s *Atom_dot_relopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Attribs_or_modifiersContext
- func (s *Attribs_or_modifiersContext) AllCOMMA() []antlr.TerminalNode
- func (s *Attribs_or_modifiersContext) AllEntry() []IEntryContext
- func (s *Attribs_or_modifiersContext) COMMA(i int) antlr.TerminalNode
- func (s *Attribs_or_modifiersContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Attribs_or_modifiersContext) Entry(i int) IEntryContext
- func (s *Attribs_or_modifiersContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Attribs_or_modifiersContext) GetParser() antlr.Parser
- func (s *Attribs_or_modifiersContext) GetRuleContext() antlr.RuleContext
- func (*Attribs_or_modifiersContext) IsAttribs_or_modifiersContext()
- func (s *Attribs_or_modifiersContext) SQ_CLOSE() antlr.TerminalNode
- func (s *Attribs_or_modifiersContext) SQ_OPEN() antlr.TerminalNode
- func (s *Attribs_or_modifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BaseSyslParserListener
- func (s *BaseSyslParserListener) EnterAbstract_view(ctx *Abstract_viewContext)
- func (s *BaseSyslParserListener) EnterAlias(ctx *AliasContext)
- func (s *BaseSyslParserListener) EnterAnnotation(ctx *AnnotationContext)
- func (s *BaseSyslParserListener) EnterAnnotation_value(ctx *Annotation_valueContext)
- func (s *BaseSyslParserListener) EnterAnnotations(ctx *AnnotationsContext)
- func (s *BaseSyslParserListener) EnterApp_decl(ctx *App_declContext)
- func (s *BaseSyslParserListener) EnterApp_name(ctx *App_nameContext)
- func (s *BaseSyslParserListener) EnterApplication(ctx *ApplicationContext)
- func (s *BaseSyslParserListener) EnterArray_of_arrays(ctx *Array_of_arraysContext)
- func (s *BaseSyslParserListener) EnterArray_of_strings(ctx *Array_of_stringsContext)
- func (s *BaseSyslParserListener) EnterArray_size(ctx *Array_sizeContext)
- func (s *BaseSyslParserListener) EnterAtom(ctx *AtomContext)
- func (s *BaseSyslParserListener) EnterAtomT(ctx *AtomTContext)
- func (s *BaseSyslParserListener) EnterAtomT_implied_dot(ctx *AtomT_implied_dotContext)
- func (s *BaseSyslParserListener) EnterAtomT_name(ctx *AtomT_nameContext)
- func (s *BaseSyslParserListener) EnterAtomT_paren(ctx *AtomT_parenContext)
- func (s *BaseSyslParserListener) EnterAtom_dot_relop(ctx *Atom_dot_relopContext)
- func (s *BaseSyslParserListener) EnterAttribs_or_modifiers(ctx *Attribs_or_modifiersContext)
- func (s *BaseSyslParserListener) EnterBinexpr(ctx *BinexprContext)
- func (s *BaseSyslParserListener) EnterBinexprT(ctx *BinexprTContext)
- func (s *BaseSyslParserListener) EnterCall_arg(ctx *Call_argContext)
- func (s *BaseSyslParserListener) EnterCall_args(ctx *Call_argsContext)
- func (s *BaseSyslParserListener) EnterCall_stmt(ctx *Call_stmtContext)
- func (s *BaseSyslParserListener) EnterCollection_type(ctx *Collection_typeContext)
- func (s *BaseSyslParserListener) EnterCollector(ctx *CollectorContext)
- func (s *BaseSyslParserListener) EnterCollector_action_stmt(ctx *Collector_action_stmtContext)
- func (s *BaseSyslParserListener) EnterCollector_call_stmt(ctx *Collector_call_stmtContext)
- func (s *BaseSyslParserListener) EnterCollector_http_stmt(ctx *Collector_http_stmtContext)
- func (s *BaseSyslParserListener) EnterCollector_http_stmt_part(ctx *Collector_http_stmt_partContext)
- func (s *BaseSyslParserListener) EnterCollector_http_stmt_suffix(ctx *Collector_http_stmt_suffixContext)
- func (s *BaseSyslParserListener) EnterCollector_pubsub_call(ctx *Collector_pubsub_callContext)
- func (s *BaseSyslParserListener) EnterCollector_query_param(ctx *Collector_query_paramContext)
- func (s *BaseSyslParserListener) EnterCollector_query_var(ctx *Collector_query_varContext)
- func (s *BaseSyslParserListener) EnterCollector_stmts(ctx *Collector_stmtsContext)
- func (s *BaseSyslParserListener) EnterCond_block(ctx *Cond_blockContext)
- func (s *BaseSyslParserListener) EnterControl_item(ctx *Control_itemContext)
- func (s *BaseSyslParserListener) EnterDoc_string(ctx *Doc_stringContext)
- func (s *BaseSyslParserListener) EnterE_compare_ops(ctx *E_compare_opsContext)
- func (s *BaseSyslParserListener) EnterE_scope_var(ctx *E_scope_varContext)
- func (s *BaseSyslParserListener) EnterE_single_arg_func(ctx *E_single_arg_funcContext)
- func (s *BaseSyslParserListener) EnterElse_block_stmt(ctx *Else_block_stmtContext)
- func (s *BaseSyslParserListener) EnterElse_stmt(ctx *Else_stmtContext)
- func (s *BaseSyslParserListener) EnterEmpty_tuple(ctx *Empty_tupleContext)
- func (s *BaseSyslParserListener) EnterEndpoint_name(ctx *Endpoint_nameContext)
- func (s *BaseSyslParserListener) EnterEntry(ctx *EntryContext)
- func (s *BaseSyslParserListener) EnterEvent(ctx *EventContext)
- func (s *BaseSyslParserListener) EnterEveryRule(ctx antlr.ParserRuleContext)
- func (s *BaseSyslParserListener) EnterExpr(ctx *ExprContext)
- func (s *BaseSyslParserListener) EnterExpr_agg_func(ctx *Expr_agg_funcContext)
- func (s *BaseSyslParserListener) EnterExpr_and(ctx *Expr_andContext)
- func (s *BaseSyslParserListener) EnterExpr_any_func(ctx *Expr_any_funcContext)
- func (s *BaseSyslParserListener) EnterExpr_assign(ctx *Expr_assignContext)
- func (s *BaseSyslParserListener) EnterExpr_atom_list(ctx *Expr_atom_listContext)
- func (s *BaseSyslParserListener) EnterExpr_bitand(ctx *Expr_bitandContext)
- func (s *BaseSyslParserListener) EnterExpr_bitor(ctx *Expr_bitorContext)
- func (s *BaseSyslParserListener) EnterExpr_bitxor(ctx *Expr_bitxorContext)
- func (s *BaseSyslParserListener) EnterExpr_block(ctx *Expr_blockContext)
- func (s *BaseSyslParserListener) EnterExpr_but_not(ctx *Expr_but_notContext)
- func (s *BaseSyslParserListener) EnterExpr_coalesce(ctx *Expr_coalesceContext)
- func (s *BaseSyslParserListener) EnterExpr_count(ctx *Expr_countContext)
- func (s *BaseSyslParserListener) EnterExpr_dot_assign(ctx *Expr_dot_assignContext)
- func (s *BaseSyslParserListener) EnterExpr_first_func(ctx *Expr_first_funcContext)
- func (s *BaseSyslParserListener) EnterExpr_func(ctx *Expr_funcContext)
- func (s *BaseSyslParserListener) EnterExpr_if_else(ctx *Expr_if_elseContext)
- func (s *BaseSyslParserListener) EnterExpr_inject_stmt(ctx *Expr_inject_stmtContext)
- func (s *BaseSyslParserListener) EnterExpr_let_statement(ctx *Expr_let_statementContext)
- func (s *BaseSyslParserListener) EnterExpr_list(ctx *Expr_listContext)
- func (s *BaseSyslParserListener) EnterExpr_matching(ctx *Expr_matchingContext)
- func (s *BaseSyslParserListener) EnterExpr_navigate(ctx *Expr_navigateContext)
- func (s *BaseSyslParserListener) EnterExpr_navigate_attr(ctx *Expr_navigate_attrContext)
- func (s *BaseSyslParserListener) EnterExpr_or(ctx *Expr_orContext)
- func (s *BaseSyslParserListener) EnterExpr_rank_func(ctx *Expr_rank_funcContext)
- func (s *BaseSyslParserListener) EnterExpr_rel(ctx *Expr_relContext)
- func (s *BaseSyslParserListener) EnterExpr_set(ctx *Expr_setContext)
- func (s *BaseSyslParserListener) EnterExpr_simple_assign(ctx *Expr_simple_assignContext)
- func (s *BaseSyslParserListener) EnterExpr_single_arg_func(ctx *Expr_single_arg_funcContext)
- func (s *BaseSyslParserListener) EnterExpr_single_or_null(ctx *Expr_single_or_nullContext)
- func (s *BaseSyslParserListener) EnterExpr_snapshot(ctx *Expr_snapshotContext)
- func (s *BaseSyslParserListener) EnterExpr_statement(ctx *Expr_statementContext)
- func (s *BaseSyslParserListener) EnterExpr_statement_no_nl(ctx *Expr_statement_no_nlContext)
- func (s *BaseSyslParserListener) EnterExpr_stmt(ctx *Expr_stmtContext)
- func (s *BaseSyslParserListener) EnterExpr_table_of_op(ctx *Expr_table_of_opContext)
- func (s *BaseSyslParserListener) EnterExpr_table_of_statement(ctx *Expr_table_of_statementContext)
- func (s *BaseSyslParserListener) EnterFacade(ctx *FacadeContext)
- func (s *BaseSyslParserListener) EnterField(ctx *FieldContext)
- func (s *BaseSyslParserListener) EnterField_type(ctx *Field_typeContext)
- func (s *BaseSyslParserListener) EnterFinal_else(ctx *Final_elseContext)
- func (s *BaseSyslParserListener) EnterFirst_func_target(ctx *First_func_targetContext)
- func (s *BaseSyslParserListener) EnterFor_stmt(ctx *For_stmtContext)
- func (s *BaseSyslParserListener) EnterFunc_arg(ctx *Func_argContext)
- func (s *BaseSyslParserListener) EnterFunc_args(ctx *Func_argsContext)
- func (s *BaseSyslParserListener) EnterGroup_stmt(ctx *Group_stmtContext)
- func (s *BaseSyslParserListener) EnterHttp_method_comment(ctx *Http_method_commentContext)
- func (s *BaseSyslParserListener) EnterHttp_path(ctx *Http_pathContext)
- func (s *BaseSyslParserListener) EnterHttp_path_part(ctx *Http_path_partContext)
- func (s *BaseSyslParserListener) EnterHttp_path_static(ctx *Http_path_staticContext)
- func (s *BaseSyslParserListener) EnterHttp_path_suffix(ctx *Http_path_suffixContext)
- func (s *BaseSyslParserListener) EnterHttp_path_var_with_type(ctx *Http_path_var_with_typeContext)
- func (s *BaseSyslParserListener) EnterIf_controls(ctx *If_controlsContext)
- func (s *BaseSyslParserListener) EnterIf_else(ctx *If_elseContext)
- func (s *BaseSyslParserListener) EnterIf_multiple_lines(ctx *If_multiple_linesContext)
- func (s *BaseSyslParserListener) EnterIf_one_liner(ctx *If_one_linerContext)
- func (s *BaseSyslParserListener) EnterIf_stmt(ctx *If_stmtContext)
- func (s *BaseSyslParserListener) EnterIfvar(ctx *IfvarContext)
- func (s *BaseSyslParserListener) EnterImport_mode(ctx *Import_modeContext)
- func (s *BaseSyslParserListener) EnterImport_stmt(ctx *Import_stmtContext)
- func (s *BaseSyslParserListener) EnterImports_decl(ctx *Imports_declContext)
- func (s *BaseSyslParserListener) EnterInplace_table(ctx *Inplace_tableContext)
- func (s *BaseSyslParserListener) EnterInplace_table_def(ctx *Inplace_table_defContext)
- func (s *BaseSyslParserListener) EnterInplace_tuple(ctx *Inplace_tupleContext)
- func (s *BaseSyslParserListener) EnterList_item(ctx *List_itemContext)
- func (s *BaseSyslParserListener) EnterLiteral(ctx *LiteralContext)
- func (s *BaseSyslParserListener) EnterMatching_rhs(ctx *Matching_rhsContext)
- func (s *BaseSyslParserListener) EnterMethod_def(ctx *Method_defContext)
- func (s *BaseSyslParserListener) EnterMixin(ctx *MixinContext)
- func (s *BaseSyslParserListener) EnterModel_name(ctx *Model_nameContext)
- func (s *BaseSyslParserListener) EnterModifier(ctx *ModifierContext)
- func (s *BaseSyslParserListener) EnterMulti_line_docstring(ctx *Multi_line_docstringContext)
- func (s *BaseSyslParserListener) EnterName_str(ctx *Name_strContext)
- func (s *BaseSyslParserListener) EnterName_with_attribs(ctx *Name_with_attribsContext)
- func (s *BaseSyslParserListener) EnterNvp(ctx *NvpContext)
- func (s *BaseSyslParserListener) EnterOne_of_case_label(ctx *One_of_case_labelContext)
- func (s *BaseSyslParserListener) EnterOne_of_cases(ctx *One_of_casesContext)
- func (s *BaseSyslParserListener) EnterOne_of_stmt(ctx *One_of_stmtContext)
- func (s *BaseSyslParserListener) EnterPackage_name(ctx *Package_nameContext)
- func (s *BaseSyslParserListener) EnterParam(ctx *ParamContext)
- func (s *BaseSyslParserListener) EnterParam_list(ctx *Param_listContext)
- func (s *BaseSyslParserListener) EnterParams(ctx *ParamsContext)
- func (s *BaseSyslParserListener) EnterPower(ctx *PowerContext)
- func (s *BaseSyslParserListener) EnterPowerT(ctx *PowerTContext)
- func (s *BaseSyslParserListener) EnterPublisher(ctx *PublisherContext)
- func (s *BaseSyslParserListener) EnterQuery_param(ctx *Query_paramContext)
- func (s *BaseSyslParserListener) EnterQuery_var(ctx *Query_varContext)
- func (s *BaseSyslParserListener) EnterQuoted_string(ctx *Quoted_stringContext)
- func (s *BaseSyslParserListener) EnterRank_expr(ctx *Rank_exprContext)
- func (s *BaseSyslParserListener) EnterRank_expr_list(ctx *Rank_expr_listContext)
- func (s *BaseSyslParserListener) EnterReference(ctx *ReferenceContext)
- func (s *BaseSyslParserListener) EnterRelop(ctx *RelopContext)
- func (s *BaseSyslParserListener) EnterRest_endpoint(ctx *Rest_endpointContext)
- func (s *BaseSyslParserListener) EnterRet_stmt(ctx *Ret_stmtContext)
- func (s *BaseSyslParserListener) EnterSequence_of(ctx *Sequence_ofContext)
- func (s *BaseSyslParserListener) EnterSequence_type(ctx *Sequence_typeContext)
- func (s *BaseSyslParserListener) EnterSet_of(ctx *Set_ofContext)
- func (s *BaseSyslParserListener) EnterSet_type(ctx *Set_typeContext)
- func (s *BaseSyslParserListener) EnterShortcut(ctx *ShortcutContext)
- func (s *BaseSyslParserListener) EnterSimple_endpoint(ctx *Simple_endpointContext)
- func (s *BaseSyslParserListener) EnterSize_spec(ctx *Size_specContext)
- func (s *BaseSyslParserListener) EnterSquiggly_args(ctx *Squiggly_argsContext)
- func (s *BaseSyslParserListener) EnterStatements(ctx *StatementsContext)
- func (s *BaseSyslParserListener) EnterSub_package(ctx *Sub_packageContext)
- func (s *BaseSyslParserListener) EnterSubscribe(ctx *SubscribeContext)
- func (s *BaseSyslParserListener) EnterSubscriber(ctx *SubscriberContext)
- func (s *BaseSyslParserListener) EnterSysl_file(ctx *Sysl_fileContext)
- func (s *BaseSyslParserListener) EnterTable(ctx *TableContext)
- func (s *BaseSyslParserListener) EnterTable_def(ctx *Table_defContext)
- func (s *BaseSyslParserListener) EnterTable_refs(ctx *Table_refsContext)
- func (s *BaseSyslParserListener) EnterTable_stmts(ctx *Table_stmtsContext)
- func (s *BaseSyslParserListener) EnterTarget(ctx *TargetContext)
- func (s *BaseSyslParserListener) EnterTarget_endpoint(ctx *Target_endpointContext)
- func (s *BaseSyslParserListener) EnterTerm(ctx *TermContext)
- func (s *BaseSyslParserListener) EnterTermT(ctx *TermTContext)
- func (s *BaseSyslParserListener) EnterText_stmt(ctx *Text_stmtContext)
- func (s *BaseSyslParserListener) EnterTransform(ctx *TransformContext)
- func (s *BaseSyslParserListener) EnterTransform_arg(ctx *Transform_argContext)
- func (s *BaseSyslParserListener) EnterTransform_return_type(ctx *Transform_return_typeContext)
- func (s *BaseSyslParserListener) EnterTransform_scope_var(ctx *Transform_scope_varContext)
- func (s *BaseSyslParserListener) EnterTypes(ctx *TypesContext)
- func (s *BaseSyslParserListener) EnterUnaryTerm(ctx *UnaryTermContext)
- func (s *BaseSyslParserListener) EnterUnion(ctx *UnionContext)
- func (s *BaseSyslParserListener) EnterUser_defined_type(ctx *User_defined_typeContext)
- func (s *BaseSyslParserListener) EnterVar_in_curly(ctx *Var_in_curlyContext)
- func (s *BaseSyslParserListener) EnterView(ctx *ViewContext)
- func (s *BaseSyslParserListener) EnterView_param(ctx *View_paramContext)
- func (s *BaseSyslParserListener) EnterView_params(ctx *View_paramsContext)
- func (s *BaseSyslParserListener) EnterView_return_type(ctx *View_return_typeContext)
- func (s *BaseSyslParserListener) EnterView_type_spec(ctx *View_type_specContext)
- func (s *BaseSyslParserListener) ExitAbstract_view(ctx *Abstract_viewContext)
- func (s *BaseSyslParserListener) ExitAlias(ctx *AliasContext)
- func (s *BaseSyslParserListener) ExitAnnotation(ctx *AnnotationContext)
- func (s *BaseSyslParserListener) ExitAnnotation_value(ctx *Annotation_valueContext)
- func (s *BaseSyslParserListener) ExitAnnotations(ctx *AnnotationsContext)
- func (s *BaseSyslParserListener) ExitApp_decl(ctx *App_declContext)
- func (s *BaseSyslParserListener) ExitApp_name(ctx *App_nameContext)
- func (s *BaseSyslParserListener) ExitApplication(ctx *ApplicationContext)
- func (s *BaseSyslParserListener) ExitArray_of_arrays(ctx *Array_of_arraysContext)
- func (s *BaseSyslParserListener) ExitArray_of_strings(ctx *Array_of_stringsContext)
- func (s *BaseSyslParserListener) ExitArray_size(ctx *Array_sizeContext)
- func (s *BaseSyslParserListener) ExitAtom(ctx *AtomContext)
- func (s *BaseSyslParserListener) ExitAtomT(ctx *AtomTContext)
- func (s *BaseSyslParserListener) ExitAtomT_implied_dot(ctx *AtomT_implied_dotContext)
- func (s *BaseSyslParserListener) ExitAtomT_name(ctx *AtomT_nameContext)
- func (s *BaseSyslParserListener) ExitAtomT_paren(ctx *AtomT_parenContext)
- func (s *BaseSyslParserListener) ExitAtom_dot_relop(ctx *Atom_dot_relopContext)
- func (s *BaseSyslParserListener) ExitAttribs_or_modifiers(ctx *Attribs_or_modifiersContext)
- func (s *BaseSyslParserListener) ExitBinexpr(ctx *BinexprContext)
- func (s *BaseSyslParserListener) ExitBinexprT(ctx *BinexprTContext)
- func (s *BaseSyslParserListener) ExitCall_arg(ctx *Call_argContext)
- func (s *BaseSyslParserListener) ExitCall_args(ctx *Call_argsContext)
- func (s *BaseSyslParserListener) ExitCall_stmt(ctx *Call_stmtContext)
- func (s *BaseSyslParserListener) ExitCollection_type(ctx *Collection_typeContext)
- func (s *BaseSyslParserListener) ExitCollector(ctx *CollectorContext)
- func (s *BaseSyslParserListener) ExitCollector_action_stmt(ctx *Collector_action_stmtContext)
- func (s *BaseSyslParserListener) ExitCollector_call_stmt(ctx *Collector_call_stmtContext)
- func (s *BaseSyslParserListener) ExitCollector_http_stmt(ctx *Collector_http_stmtContext)
- func (s *BaseSyslParserListener) ExitCollector_http_stmt_part(ctx *Collector_http_stmt_partContext)
- func (s *BaseSyslParserListener) ExitCollector_http_stmt_suffix(ctx *Collector_http_stmt_suffixContext)
- func (s *BaseSyslParserListener) ExitCollector_pubsub_call(ctx *Collector_pubsub_callContext)
- func (s *BaseSyslParserListener) ExitCollector_query_param(ctx *Collector_query_paramContext)
- func (s *BaseSyslParserListener) ExitCollector_query_var(ctx *Collector_query_varContext)
- func (s *BaseSyslParserListener) ExitCollector_stmts(ctx *Collector_stmtsContext)
- func (s *BaseSyslParserListener) ExitCond_block(ctx *Cond_blockContext)
- func (s *BaseSyslParserListener) ExitControl_item(ctx *Control_itemContext)
- func (s *BaseSyslParserListener) ExitDoc_string(ctx *Doc_stringContext)
- func (s *BaseSyslParserListener) ExitE_compare_ops(ctx *E_compare_opsContext)
- func (s *BaseSyslParserListener) ExitE_scope_var(ctx *E_scope_varContext)
- func (s *BaseSyslParserListener) ExitE_single_arg_func(ctx *E_single_arg_funcContext)
- func (s *BaseSyslParserListener) ExitElse_block_stmt(ctx *Else_block_stmtContext)
- func (s *BaseSyslParserListener) ExitElse_stmt(ctx *Else_stmtContext)
- func (s *BaseSyslParserListener) ExitEmpty_tuple(ctx *Empty_tupleContext)
- func (s *BaseSyslParserListener) ExitEndpoint_name(ctx *Endpoint_nameContext)
- func (s *BaseSyslParserListener) ExitEntry(ctx *EntryContext)
- func (s *BaseSyslParserListener) ExitEvent(ctx *EventContext)
- func (s *BaseSyslParserListener) ExitEveryRule(ctx antlr.ParserRuleContext)
- func (s *BaseSyslParserListener) ExitExpr(ctx *ExprContext)
- func (s *BaseSyslParserListener) ExitExpr_agg_func(ctx *Expr_agg_funcContext)
- func (s *BaseSyslParserListener) ExitExpr_and(ctx *Expr_andContext)
- func (s *BaseSyslParserListener) ExitExpr_any_func(ctx *Expr_any_funcContext)
- func (s *BaseSyslParserListener) ExitExpr_assign(ctx *Expr_assignContext)
- func (s *BaseSyslParserListener) ExitExpr_atom_list(ctx *Expr_atom_listContext)
- func (s *BaseSyslParserListener) ExitExpr_bitand(ctx *Expr_bitandContext)
- func (s *BaseSyslParserListener) ExitExpr_bitor(ctx *Expr_bitorContext)
- func (s *BaseSyslParserListener) ExitExpr_bitxor(ctx *Expr_bitxorContext)
- func (s *BaseSyslParserListener) ExitExpr_block(ctx *Expr_blockContext)
- func (s *BaseSyslParserListener) ExitExpr_but_not(ctx *Expr_but_notContext)
- func (s *BaseSyslParserListener) ExitExpr_coalesce(ctx *Expr_coalesceContext)
- func (s *BaseSyslParserListener) ExitExpr_count(ctx *Expr_countContext)
- func (s *BaseSyslParserListener) ExitExpr_dot_assign(ctx *Expr_dot_assignContext)
- func (s *BaseSyslParserListener) ExitExpr_first_func(ctx *Expr_first_funcContext)
- func (s *BaseSyslParserListener) ExitExpr_func(ctx *Expr_funcContext)
- func (s *BaseSyslParserListener) ExitExpr_if_else(ctx *Expr_if_elseContext)
- func (s *BaseSyslParserListener) ExitExpr_inject_stmt(ctx *Expr_inject_stmtContext)
- func (s *BaseSyslParserListener) ExitExpr_let_statement(ctx *Expr_let_statementContext)
- func (s *BaseSyslParserListener) ExitExpr_list(ctx *Expr_listContext)
- func (s *BaseSyslParserListener) ExitExpr_matching(ctx *Expr_matchingContext)
- func (s *BaseSyslParserListener) ExitExpr_navigate(ctx *Expr_navigateContext)
- func (s *BaseSyslParserListener) ExitExpr_navigate_attr(ctx *Expr_navigate_attrContext)
- func (s *BaseSyslParserListener) ExitExpr_or(ctx *Expr_orContext)
- func (s *BaseSyslParserListener) ExitExpr_rank_func(ctx *Expr_rank_funcContext)
- func (s *BaseSyslParserListener) ExitExpr_rel(ctx *Expr_relContext)
- func (s *BaseSyslParserListener) ExitExpr_set(ctx *Expr_setContext)
- func (s *BaseSyslParserListener) ExitExpr_simple_assign(ctx *Expr_simple_assignContext)
- func (s *BaseSyslParserListener) ExitExpr_single_arg_func(ctx *Expr_single_arg_funcContext)
- func (s *BaseSyslParserListener) ExitExpr_single_or_null(ctx *Expr_single_or_nullContext)
- func (s *BaseSyslParserListener) ExitExpr_snapshot(ctx *Expr_snapshotContext)
- func (s *BaseSyslParserListener) ExitExpr_statement(ctx *Expr_statementContext)
- func (s *BaseSyslParserListener) ExitExpr_statement_no_nl(ctx *Expr_statement_no_nlContext)
- func (s *BaseSyslParserListener) ExitExpr_stmt(ctx *Expr_stmtContext)
- func (s *BaseSyslParserListener) ExitExpr_table_of_op(ctx *Expr_table_of_opContext)
- func (s *BaseSyslParserListener) ExitExpr_table_of_statement(ctx *Expr_table_of_statementContext)
- func (s *BaseSyslParserListener) ExitFacade(ctx *FacadeContext)
- func (s *BaseSyslParserListener) ExitField(ctx *FieldContext)
- func (s *BaseSyslParserListener) ExitField_type(ctx *Field_typeContext)
- func (s *BaseSyslParserListener) ExitFinal_else(ctx *Final_elseContext)
- func (s *BaseSyslParserListener) ExitFirst_func_target(ctx *First_func_targetContext)
- func (s *BaseSyslParserListener) ExitFor_stmt(ctx *For_stmtContext)
- func (s *BaseSyslParserListener) ExitFunc_arg(ctx *Func_argContext)
- func (s *BaseSyslParserListener) ExitFunc_args(ctx *Func_argsContext)
- func (s *BaseSyslParserListener) ExitGroup_stmt(ctx *Group_stmtContext)
- func (s *BaseSyslParserListener) ExitHttp_method_comment(ctx *Http_method_commentContext)
- func (s *BaseSyslParserListener) ExitHttp_path(ctx *Http_pathContext)
- func (s *BaseSyslParserListener) ExitHttp_path_part(ctx *Http_path_partContext)
- func (s *BaseSyslParserListener) ExitHttp_path_static(ctx *Http_path_staticContext)
- func (s *BaseSyslParserListener) ExitHttp_path_suffix(ctx *Http_path_suffixContext)
- func (s *BaseSyslParserListener) ExitHttp_path_var_with_type(ctx *Http_path_var_with_typeContext)
- func (s *BaseSyslParserListener) ExitIf_controls(ctx *If_controlsContext)
- func (s *BaseSyslParserListener) ExitIf_else(ctx *If_elseContext)
- func (s *BaseSyslParserListener) ExitIf_multiple_lines(ctx *If_multiple_linesContext)
- func (s *BaseSyslParserListener) ExitIf_one_liner(ctx *If_one_linerContext)
- func (s *BaseSyslParserListener) ExitIf_stmt(ctx *If_stmtContext)
- func (s *BaseSyslParserListener) ExitIfvar(ctx *IfvarContext)
- func (s *BaseSyslParserListener) ExitImport_mode(ctx *Import_modeContext)
- func (s *BaseSyslParserListener) ExitImport_stmt(ctx *Import_stmtContext)
- func (s *BaseSyslParserListener) ExitImports_decl(ctx *Imports_declContext)
- func (s *BaseSyslParserListener) ExitInplace_table(ctx *Inplace_tableContext)
- func (s *BaseSyslParserListener) ExitInplace_table_def(ctx *Inplace_table_defContext)
- func (s *BaseSyslParserListener) ExitInplace_tuple(ctx *Inplace_tupleContext)
- func (s *BaseSyslParserListener) ExitList_item(ctx *List_itemContext)
- func (s *BaseSyslParserListener) ExitLiteral(ctx *LiteralContext)
- func (s *BaseSyslParserListener) ExitMatching_rhs(ctx *Matching_rhsContext)
- func (s *BaseSyslParserListener) ExitMethod_def(ctx *Method_defContext)
- func (s *BaseSyslParserListener) ExitMixin(ctx *MixinContext)
- func (s *BaseSyslParserListener) ExitModel_name(ctx *Model_nameContext)
- func (s *BaseSyslParserListener) ExitModifier(ctx *ModifierContext)
- func (s *BaseSyslParserListener) ExitMulti_line_docstring(ctx *Multi_line_docstringContext)
- func (s *BaseSyslParserListener) ExitName_str(ctx *Name_strContext)
- func (s *BaseSyslParserListener) ExitName_with_attribs(ctx *Name_with_attribsContext)
- func (s *BaseSyslParserListener) ExitNvp(ctx *NvpContext)
- func (s *BaseSyslParserListener) ExitOne_of_case_label(ctx *One_of_case_labelContext)
- func (s *BaseSyslParserListener) ExitOne_of_cases(ctx *One_of_casesContext)
- func (s *BaseSyslParserListener) ExitOne_of_stmt(ctx *One_of_stmtContext)
- func (s *BaseSyslParserListener) ExitPackage_name(ctx *Package_nameContext)
- func (s *BaseSyslParserListener) ExitParam(ctx *ParamContext)
- func (s *BaseSyslParserListener) ExitParam_list(ctx *Param_listContext)
- func (s *BaseSyslParserListener) ExitParams(ctx *ParamsContext)
- func (s *BaseSyslParserListener) ExitPower(ctx *PowerContext)
- func (s *BaseSyslParserListener) ExitPowerT(ctx *PowerTContext)
- func (s *BaseSyslParserListener) ExitPublisher(ctx *PublisherContext)
- func (s *BaseSyslParserListener) ExitQuery_param(ctx *Query_paramContext)
- func (s *BaseSyslParserListener) ExitQuery_var(ctx *Query_varContext)
- func (s *BaseSyslParserListener) ExitQuoted_string(ctx *Quoted_stringContext)
- func (s *BaseSyslParserListener) ExitRank_expr(ctx *Rank_exprContext)
- func (s *BaseSyslParserListener) ExitRank_expr_list(ctx *Rank_expr_listContext)
- func (s *BaseSyslParserListener) ExitReference(ctx *ReferenceContext)
- func (s *BaseSyslParserListener) ExitRelop(ctx *RelopContext)
- func (s *BaseSyslParserListener) ExitRest_endpoint(ctx *Rest_endpointContext)
- func (s *BaseSyslParserListener) ExitRet_stmt(ctx *Ret_stmtContext)
- func (s *BaseSyslParserListener) ExitSequence_of(ctx *Sequence_ofContext)
- func (s *BaseSyslParserListener) ExitSequence_type(ctx *Sequence_typeContext)
- func (s *BaseSyslParserListener) ExitSet_of(ctx *Set_ofContext)
- func (s *BaseSyslParserListener) ExitSet_type(ctx *Set_typeContext)
- func (s *BaseSyslParserListener) ExitShortcut(ctx *ShortcutContext)
- func (s *BaseSyslParserListener) ExitSimple_endpoint(ctx *Simple_endpointContext)
- func (s *BaseSyslParserListener) ExitSize_spec(ctx *Size_specContext)
- func (s *BaseSyslParserListener) ExitSquiggly_args(ctx *Squiggly_argsContext)
- func (s *BaseSyslParserListener) ExitStatements(ctx *StatementsContext)
- func (s *BaseSyslParserListener) ExitSub_package(ctx *Sub_packageContext)
- func (s *BaseSyslParserListener) ExitSubscribe(ctx *SubscribeContext)
- func (s *BaseSyslParserListener) ExitSubscriber(ctx *SubscriberContext)
- func (s *BaseSyslParserListener) ExitSysl_file(ctx *Sysl_fileContext)
- func (s *BaseSyslParserListener) ExitTable(ctx *TableContext)
- func (s *BaseSyslParserListener) ExitTable_def(ctx *Table_defContext)
- func (s *BaseSyslParserListener) ExitTable_refs(ctx *Table_refsContext)
- func (s *BaseSyslParserListener) ExitTable_stmts(ctx *Table_stmtsContext)
- func (s *BaseSyslParserListener) ExitTarget(ctx *TargetContext)
- func (s *BaseSyslParserListener) ExitTarget_endpoint(ctx *Target_endpointContext)
- func (s *BaseSyslParserListener) ExitTerm(ctx *TermContext)
- func (s *BaseSyslParserListener) ExitTermT(ctx *TermTContext)
- func (s *BaseSyslParserListener) ExitText_stmt(ctx *Text_stmtContext)
- func (s *BaseSyslParserListener) ExitTransform(ctx *TransformContext)
- func (s *BaseSyslParserListener) ExitTransform_arg(ctx *Transform_argContext)
- func (s *BaseSyslParserListener) ExitTransform_return_type(ctx *Transform_return_typeContext)
- func (s *BaseSyslParserListener) ExitTransform_scope_var(ctx *Transform_scope_varContext)
- func (s *BaseSyslParserListener) ExitTypes(ctx *TypesContext)
- func (s *BaseSyslParserListener) ExitUnaryTerm(ctx *UnaryTermContext)
- func (s *BaseSyslParserListener) ExitUnion(ctx *UnionContext)
- func (s *BaseSyslParserListener) ExitUser_defined_type(ctx *User_defined_typeContext)
- func (s *BaseSyslParserListener) ExitVar_in_curly(ctx *Var_in_curlyContext)
- func (s *BaseSyslParserListener) ExitView(ctx *ViewContext)
- func (s *BaseSyslParserListener) ExitView_param(ctx *View_paramContext)
- func (s *BaseSyslParserListener) ExitView_params(ctx *View_paramsContext)
- func (s *BaseSyslParserListener) ExitView_return_type(ctx *View_return_typeContext)
- func (s *BaseSyslParserListener) ExitView_type_spec(ctx *View_type_specContext)
- func (s *BaseSyslParserListener) VisitErrorNode(node antlr.ErrorNode)
- func (s *BaseSyslParserListener) VisitTerminal(node antlr.TerminalNode)
- type BinexprContext
- func (s *BinexprContext) AllBinexprT() []IBinexprTContext
- func (s *BinexprContext) BinexprT(i int) IBinexprTContext
- func (s *BinexprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BinexprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BinexprContext) GetParser() antlr.Parser
- func (s *BinexprContext) GetRuleContext() antlr.RuleContext
- func (*BinexprContext) IsBinexprContext()
- func (s *BinexprContext) Term() ITermContext
- func (s *BinexprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type BinexprTContext
- func (s *BinexprTContext) E_MINUS() antlr.TerminalNode
- func (s *BinexprTContext) E_PLUS() antlr.TerminalNode
- func (s *BinexprTContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *BinexprTContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *BinexprTContext) GetParser() antlr.Parser
- func (s *BinexprTContext) GetRuleContext() antlr.RuleContext
- func (*BinexprTContext) IsBinexprTContext()
- func (s *BinexprTContext) Term() ITermContext
- func (s *BinexprTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Call_argContext
- func (s *Call_argContext) AllName_str() []IName_strContext
- func (s *Call_argContext) AllQSTRING() []antlr.TerminalNode
- func (s *Call_argContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Call_argContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Call_argContext) GetParser() antlr.Parser
- func (s *Call_argContext) GetRuleContext() antlr.RuleContext
- func (*Call_argContext) IsCall_argContext()
- func (s *Call_argContext) LESS_COLON() antlr.TerminalNode
- func (s *Call_argContext) Name_str(i int) IName_strContext
- func (s *Call_argContext) NativeDataTypes() antlr.TerminalNode
- func (s *Call_argContext) QSTRING(i int) antlr.TerminalNode
- func (s *Call_argContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Call_argsContext
- func (s *Call_argsContext) AllCOMMA() []antlr.TerminalNode
- func (s *Call_argsContext) AllCall_arg() []ICall_argContext
- func (s *Call_argsContext) CLOSE_PAREN() antlr.TerminalNode
- func (s *Call_argsContext) COMMA(i int) antlr.TerminalNode
- func (s *Call_argsContext) Call_arg(i int) ICall_argContext
- func (s *Call_argsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Call_argsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Call_argsContext) GetParser() antlr.Parser
- func (s *Call_argsContext) GetRuleContext() antlr.RuleContext
- func (*Call_argsContext) IsCall_argsContext()
- func (s *Call_argsContext) OPEN_PAREN() antlr.TerminalNode
- func (s *Call_argsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Call_stmtContext
- func (s *Call_stmtContext) ARROW_LEFT() antlr.TerminalNode
- func (s *Call_stmtContext) Call_args() ICall_argsContext
- func (s *Call_stmtContext) DOT_ARROW() antlr.TerminalNode
- func (s *Call_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Call_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Call_stmtContext) GetParser() antlr.Parser
- func (s *Call_stmtContext) GetRuleContext() antlr.RuleContext
- func (*Call_stmtContext) IsCall_stmtContext()
- func (s *Call_stmtContext) Target() ITargetContext
- func (s *Call_stmtContext) Target_endpoint() ITarget_endpointContext
- func (s *Call_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collection_typeContext
- func (s *Collection_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collection_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collection_typeContext) GetParser() antlr.Parser
- func (s *Collection_typeContext) GetRuleContext() antlr.RuleContext
- func (*Collection_typeContext) IsCollection_typeContext()
- func (s *Collection_typeContext) Sequence_type() ISequence_typeContext
- func (s *Collection_typeContext) Set_type() ISet_typeContext
- func (s *Collection_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type CollectorContext
- func (s *CollectorContext) AllCollector_stmts() []ICollector_stmtsContext
- func (s *CollectorContext) COLLECTOR() antlr.TerminalNode
- func (s *CollectorContext) COLON() antlr.TerminalNode
- func (s *CollectorContext) Collector_stmts(i int) ICollector_stmtsContext
- func (s *CollectorContext) DEDENT() antlr.TerminalNode
- func (s *CollectorContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *CollectorContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *CollectorContext) GetParser() antlr.Parser
- func (s *CollectorContext) GetRuleContext() antlr.RuleContext
- func (s *CollectorContext) INDENT() antlr.TerminalNode
- func (*CollectorContext) IsCollectorContext()
- func (s *CollectorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *CollectorContext) WHATEVER() antlr.TerminalNode
- type Collector_action_stmtContext
- func (s *Collector_action_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_action_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_action_stmtContext) GetParser() antlr.Parser
- func (s *Collector_action_stmtContext) GetRuleContext() antlr.RuleContext
- func (*Collector_action_stmtContext) IsCollector_action_stmtContext()
- func (s *Collector_action_stmtContext) Name_str() IName_strContext
- func (s *Collector_action_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_call_stmtContext
- func (s *Collector_call_stmtContext) ARROW_LEFT() antlr.TerminalNode
- func (s *Collector_call_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_call_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_call_stmtContext) GetParser() antlr.Parser
- func (s *Collector_call_stmtContext) GetRuleContext() antlr.RuleContext
- func (*Collector_call_stmtContext) IsCollector_call_stmtContext()
- func (s *Collector_call_stmtContext) Target() ITargetContext
- func (s *Collector_call_stmtContext) Target_endpoint() ITarget_endpointContext
- func (s *Collector_call_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_http_stmtContext
- func (s *Collector_http_stmtContext) Collector_http_stmt_suffix() ICollector_http_stmt_suffixContext
- func (s *Collector_http_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_http_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_http_stmtContext) GetParser() antlr.Parser
- func (s *Collector_http_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *Collector_http_stmtContext) HTTP_VERBS() antlr.TerminalNode
- func (*Collector_http_stmtContext) IsCollector_http_stmtContext()
- func (s *Collector_http_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_http_stmt_partContext
- func (s *Collector_http_stmt_partContext) CURLY_CLOSE() antlr.TerminalNode
- func (s *Collector_http_stmt_partContext) CURLY_OPEN() antlr.TerminalNode
- func (s *Collector_http_stmt_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_http_stmt_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_http_stmt_partContext) GetParser() antlr.Parser
- func (s *Collector_http_stmt_partContext) GetRuleContext() antlr.RuleContext
- func (*Collector_http_stmt_partContext) IsCollector_http_stmt_partContext()
- func (s *Collector_http_stmt_partContext) Name_str() IName_strContext
- func (s *Collector_http_stmt_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_http_stmt_suffixContext
- func (s *Collector_http_stmt_suffixContext) AllCollector_http_stmt_part() []ICollector_http_stmt_partContext
- func (s *Collector_http_stmt_suffixContext) AllFORWARD_SLASH() []antlr.TerminalNode
- func (s *Collector_http_stmt_suffixContext) Collector_http_stmt_part(i int) ICollector_http_stmt_partContext
- func (s *Collector_http_stmt_suffixContext) Collector_query_param() ICollector_query_paramContext
- func (s *Collector_http_stmt_suffixContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_http_stmt_suffixContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_http_stmt_suffixContext) FORWARD_SLASH(i int) antlr.TerminalNode
- func (s *Collector_http_stmt_suffixContext) GetParser() antlr.Parser
- func (s *Collector_http_stmt_suffixContext) GetRuleContext() antlr.RuleContext
- func (*Collector_http_stmt_suffixContext) IsCollector_http_stmt_suffixContext()
- func (s *Collector_http_stmt_suffixContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_pubsub_callContext
- func (s *Collector_pubsub_callContext) ARROW_LEFT() antlr.TerminalNode
- func (s *Collector_pubsub_callContext) ARROW_RIGHT() antlr.TerminalNode
- func (s *Collector_pubsub_callContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_pubsub_callContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_pubsub_callContext) GetParser() antlr.Parser
- func (s *Collector_pubsub_callContext) GetRuleContext() antlr.RuleContext
- func (*Collector_pubsub_callContext) IsCollector_pubsub_callContext()
- func (s *Collector_pubsub_callContext) Name_str() IName_strContext
- func (s *Collector_pubsub_callContext) Publisher() IPublisherContext
- func (s *Collector_pubsub_callContext) Subscriber() ISubscriberContext
- func (s *Collector_pubsub_callContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_query_paramContext
- func (s *Collector_query_paramContext) AMP(i int) antlr.TerminalNode
- func (s *Collector_query_paramContext) AllAMP() []antlr.TerminalNode
- func (s *Collector_query_paramContext) AllCollector_query_var() []ICollector_query_varContext
- func (s *Collector_query_paramContext) Collector_query_var(i int) ICollector_query_varContext
- func (s *Collector_query_paramContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_query_paramContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_query_paramContext) GetParser() antlr.Parser
- func (s *Collector_query_paramContext) GetRuleContext() antlr.RuleContext
- func (*Collector_query_paramContext) IsCollector_query_paramContext()
- func (s *Collector_query_paramContext) QN() antlr.TerminalNode
- func (s *Collector_query_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_query_varContext
- func (s *Collector_query_varContext) AllName_str() []IName_strContext
- func (s *Collector_query_varContext) EQ() antlr.TerminalNode
- func (s *Collector_query_varContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_query_varContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_query_varContext) GetParser() antlr.Parser
- func (s *Collector_query_varContext) GetRuleContext() antlr.RuleContext
- func (*Collector_query_varContext) IsCollector_query_varContext()
- func (s *Collector_query_varContext) Name_str(i int) IName_strContext
- func (s *Collector_query_varContext) NativeDataTypes() antlr.TerminalNode
- func (s *Collector_query_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Collector_stmtsContext
- func (s *Collector_stmtsContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *Collector_stmtsContext) Collector_action_stmt() ICollector_action_stmtContext
- func (s *Collector_stmtsContext) Collector_call_stmt() ICollector_call_stmtContext
- func (s *Collector_stmtsContext) Collector_http_stmt() ICollector_http_stmtContext
- func (s *Collector_stmtsContext) Collector_pubsub_call() ICollector_pubsub_callContext
- func (s *Collector_stmtsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Collector_stmtsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Collector_stmtsContext) GetParser() antlr.Parser
- func (s *Collector_stmtsContext) GetRuleContext() antlr.RuleContext
- func (*Collector_stmtsContext) IsCollector_stmtsContext()
- func (s *Collector_stmtsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Cond_blockContext
- func (s *Cond_blockContext) E_EQ_RIGHT() antlr.TerminalNode
- func (s *Cond_blockContext) E_NL() antlr.TerminalNode
- func (s *Cond_blockContext) Else_block_stmt() IElse_block_stmtContext
- func (s *Cond_blockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Cond_blockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Cond_blockContext) GetParser() antlr.Parser
- func (s *Cond_blockContext) GetRuleContext() antlr.RuleContext
- func (s *Cond_blockContext) Get_else_block_stmt() IElse_block_stmtContext
- func (s *Cond_blockContext) If_controls() IIf_controlsContext
- func (*Cond_blockContext) IsCond_blockContext()
- func (s *Cond_blockContext) Set_else_block_stmt(v IElse_block_stmtContext)
- func (s *Cond_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Control_itemContext
- func (s *Control_itemContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Control_itemContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Control_itemContext) Expr() IExprContext
- func (s *Control_itemContext) GetParser() antlr.Parser
- func (s *Control_itemContext) GetRuleContext() antlr.RuleContext
- func (*Control_itemContext) IsControl_itemContext()
- func (s *Control_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Doc_stringContext
- func (s *Doc_stringContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Doc_stringContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Doc_stringContext) GetParser() antlr.Parser
- func (s *Doc_stringContext) GetRuleContext() antlr.RuleContext
- func (*Doc_stringContext) IsDoc_stringContext()
- func (s *Doc_stringContext) PIPE() antlr.TerminalNode
- func (s *Doc_stringContext) TEXT() antlr.TerminalNode
- func (s *Doc_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type E_compare_opsContext
- func (s *E_compare_opsContext) E_ANGLE_CLOSE() antlr.TerminalNode
- func (s *E_compare_opsContext) E_ANGLE_OPEN() antlr.TerminalNode
- func (s *E_compare_opsContext) E_DOUBLE_EQ() antlr.TerminalNode
- func (s *E_compare_opsContext) E_REL() antlr.TerminalNode
- func (s *E_compare_opsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *E_compare_opsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *E_compare_opsContext) GetParser() antlr.Parser
- func (s *E_compare_opsContext) GetRuleContext() antlr.RuleContext
- func (*E_compare_opsContext) IsE_compare_opsContext()
- func (s *E_compare_opsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type E_scope_varContext
- func (s *E_scope_varContext) E_COLON() antlr.TerminalNode
- func (s *E_scope_varContext) E_Name() antlr.TerminalNode
- func (s *E_scope_varContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *E_scope_varContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *E_scope_varContext) GetParser() antlr.Parser
- func (s *E_scope_varContext) GetRuleContext() antlr.RuleContext
- func (*E_scope_varContext) IsE_scope_varContext()
- func (s *E_scope_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type E_single_arg_funcContext
- func (s *E_single_arg_funcContext) E_RELOPS_FLATTEN() antlr.TerminalNode
- func (s *E_single_arg_funcContext) E_RELOPS_WHERE() antlr.TerminalNode
- func (s *E_single_arg_funcContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *E_single_arg_funcContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *E_single_arg_funcContext) GetParser() antlr.Parser
- func (s *E_single_arg_funcContext) GetRuleContext() antlr.RuleContext
- func (*E_single_arg_funcContext) IsE_single_arg_funcContext()
- func (s *E_single_arg_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Else_block_stmtContext
- func (s *Else_block_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Else_block_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Else_block_stmtContext) Expr() IExprContext
- func (s *Else_block_stmtContext) GetNested() bool
- func (s *Else_block_stmtContext) GetParser() antlr.Parser
- func (s *Else_block_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *Else_block_stmtContext) Get_expr() IExprContext
- func (*Else_block_stmtContext) IsElse_block_stmtContext()
- func (s *Else_block_stmtContext) SetNested(v bool)
- func (s *Else_block_stmtContext) Set_expr(v IExprContext)
- func (s *Else_block_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Else_stmtContext
- func (s *Else_stmtContext) AllStatements() []IStatementsContext
- func (s *Else_stmtContext) COLON() antlr.TerminalNode
- func (s *Else_stmtContext) DEDENT() antlr.TerminalNode
- func (s *Else_stmtContext) ELSE() antlr.TerminalNode
- func (s *Else_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Else_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Else_stmtContext) GetParser() antlr.Parser
- func (s *Else_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *Else_stmtContext) INDENT() antlr.TerminalNode
- func (*Else_stmtContext) IsElse_stmtContext()
- func (s *Else_stmtContext) PREDICATE_VALUE() antlr.TerminalNode
- func (s *Else_stmtContext) Statements(i int) IStatementsContext
- func (s *Else_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Empty_tupleContext
- func (s *Empty_tupleContext) E_EMPTY_TUPLE() antlr.TerminalNode
- func (s *Empty_tupleContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Empty_tupleContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Empty_tupleContext) GetParser() antlr.Parser
- func (s *Empty_tupleContext) GetRuleContext() antlr.RuleContext
- func (*Empty_tupleContext) IsEmpty_tupleContext()
- func (s *Empty_tupleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Endpoint_nameContext
- func (s *Endpoint_nameContext) AllFORWARD_SLASH() []antlr.TerminalNode
- func (s *Endpoint_nameContext) AllName_str() []IName_strContext
- func (s *Endpoint_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Endpoint_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Endpoint_nameContext) FORWARD_SLASH(i int) antlr.TerminalNode
- func (s *Endpoint_nameContext) GetParser() antlr.Parser
- func (s *Endpoint_nameContext) GetRuleContext() antlr.RuleContext
- func (*Endpoint_nameContext) IsEndpoint_nameContext()
- func (s *Endpoint_nameContext) Name_str(i int) IName_strContext
- func (s *Endpoint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EntryContext
- func (s *EntryContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EntryContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EntryContext) GetParser() antlr.Parser
- func (s *EntryContext) GetRuleContext() antlr.RuleContext
- func (*EntryContext) IsEntryContext()
- func (s *EntryContext) Modifier() IModifierContext
- func (s *EntryContext) Nvp() INvpContext
- func (s *EntryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type EventContext
- func (s *EventContext) AllStatements() []IStatementsContext
- func (s *EventContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *EventContext) COLON() antlr.TerminalNode
- func (s *EventContext) DEDENT() antlr.TerminalNode
- func (s *EventContext) DISTANCE() antlr.TerminalNode
- func (s *EventContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *EventContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *EventContext) GetParser() antlr.Parser
- func (s *EventContext) GetRuleContext() antlr.RuleContext
- func (s *EventContext) INDENT() antlr.TerminalNode
- func (*EventContext) IsEventContext()
- func (s *EventContext) Name_str() IName_strContext
- func (s *EventContext) Params() IParamsContext
- func (s *EventContext) Statements(i int) IStatementsContext
- func (s *EventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *EventContext) WHATEVER() antlr.TerminalNode
- type ExprContext
- func (s *ExprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ExprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ExprContext) Expr_coalesce() IExpr_coalesceContext
- func (s *ExprContext) Expr_if_else() IExpr_if_elseContext
- func (s *ExprContext) GetNested() bool
- func (s *ExprContext) GetParser() antlr.Parser
- func (s *ExprContext) GetRuleContext() antlr.RuleContext
- func (s *ExprContext) Get_expr_if_else() IExpr_if_elseContext
- func (*ExprContext) IsExprContext()
- func (s *ExprContext) SetNested(v bool)
- func (s *ExprContext) Set_expr_if_else(v IExpr_if_elseContext)
- func (s *ExprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_agg_funcContext
- func (s *Expr_agg_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *Expr_agg_funcContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *Expr_agg_funcContext) E_RELOPS_AGG() antlr.TerminalNode
- func (s *Expr_agg_funcContext) E_scope_var() IE_scope_varContext
- func (s *Expr_agg_funcContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_agg_funcContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_agg_funcContext) Func_args() IFunc_argsContext
- func (s *Expr_agg_funcContext) GetParser() antlr.Parser
- func (s *Expr_agg_funcContext) GetRuleContext() antlr.RuleContext
- func (*Expr_agg_funcContext) IsExpr_agg_funcContext()
- func (s *Expr_agg_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_andContext
- func (s *Expr_andContext) AllE_DOUBLE_AMP() []antlr.TerminalNode
- func (s *Expr_andContext) AllExpr_bitor() []IExpr_bitorContext
- func (s *Expr_andContext) E_DOUBLE_AMP(i int) antlr.TerminalNode
- func (s *Expr_andContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_andContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_andContext) Expr_bitor(i int) IExpr_bitorContext
- func (s *Expr_andContext) GetParser() antlr.Parser
- func (s *Expr_andContext) GetRuleContext() antlr.RuleContext
- func (*Expr_andContext) IsExpr_andContext()
- func (s *Expr_andContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_any_funcContext
- func (s *Expr_any_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *Expr_any_funcContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *Expr_any_funcContext) E_RELOPS_ANY() antlr.TerminalNode
- func (s *Expr_any_funcContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_any_funcContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_any_funcContext) Expr() IExprContext
- func (s *Expr_any_funcContext) GetParser() antlr.Parser
- func (s *Expr_any_funcContext) GetRuleContext() antlr.RuleContext
- func (*Expr_any_funcContext) IsExpr_any_funcContext()
- func (s *Expr_any_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_assignContext
- func (s *Expr_assignContext) E_EQ() antlr.TerminalNode
- func (s *Expr_assignContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_assignContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_assignContext) Expr() IExprContext
- func (s *Expr_assignContext) GetNested() bool
- func (s *Expr_assignContext) GetParser() antlr.Parser
- func (s *Expr_assignContext) GetRuleContext() antlr.RuleContext
- func (s *Expr_assignContext) Get_expr() IExprContext
- func (*Expr_assignContext) IsExpr_assignContext()
- func (s *Expr_assignContext) SetNested(v bool)
- func (s *Expr_assignContext) Set_expr(v IExprContext)
- func (s *Expr_assignContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Expr_assignContext) Transform() ITransformContext
- type Expr_atom_listContext
- func (s *Expr_atom_listContext) E_SQ_CLOSE() antlr.TerminalNode
- func (s *Expr_atom_listContext) E_SQ_OPEN() antlr.TerminalNode
- func (s *Expr_atom_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_atom_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_atom_listContext) Expr_list() IExpr_listContext
- func (s *Expr_atom_listContext) GetParser() antlr.Parser
- func (s *Expr_atom_listContext) GetRuleContext() antlr.RuleContext
- func (*Expr_atom_listContext) IsExpr_atom_listContext()
- func (s *Expr_atom_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_bitandContext
- func (s *Expr_bitandContext) AllE_AMP() []antlr.TerminalNode
- func (s *Expr_bitandContext) AllE_AND() []antlr.TerminalNode
- func (s *Expr_bitandContext) AllExpr_rel() []IExpr_relContext
- func (s *Expr_bitandContext) E_AMP(i int) antlr.TerminalNode
- func (s *Expr_bitandContext) E_AND(i int) antlr.TerminalNode
- func (s *Expr_bitandContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_bitandContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_bitandContext) Expr_rel(i int) IExpr_relContext
- func (s *Expr_bitandContext) GetParser() antlr.Parser
- func (s *Expr_bitandContext) GetRuleContext() antlr.RuleContext
- func (*Expr_bitandContext) IsExpr_bitandContext()
- func (s *Expr_bitandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_bitorContext
- func (s *Expr_bitorContext) AllE_BITOR() []antlr.TerminalNode
- func (s *Expr_bitorContext) AllExpr_bitxor() []IExpr_bitxorContext
- func (s *Expr_bitorContext) E_BITOR(i int) antlr.TerminalNode
- func (s *Expr_bitorContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_bitorContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_bitorContext) Expr_bitxor(i int) IExpr_bitxorContext
- func (s *Expr_bitorContext) GetParser() antlr.Parser
- func (s *Expr_bitorContext) GetRuleContext() antlr.RuleContext
- func (*Expr_bitorContext) IsExpr_bitorContext()
- func (s *Expr_bitorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_bitxorContext
- func (s *Expr_bitxorContext) AllE_XOR() []antlr.TerminalNode
- func (s *Expr_bitxorContext) AllExpr_bitand() []IExpr_bitandContext
- func (s *Expr_bitxorContext) E_XOR(i int) antlr.TerminalNode
- func (s *Expr_bitxorContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_bitxorContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_bitxorContext) Expr_bitand(i int) IExpr_bitandContext
- func (s *Expr_bitxorContext) GetParser() antlr.Parser
- func (s *Expr_bitxorContext) GetRuleContext() antlr.RuleContext
- func (*Expr_bitxorContext) IsExpr_bitxorContext()
- func (s *Expr_bitxorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_blockContext
- func (s *Expr_blockContext) DEDENT() antlr.TerminalNode
- func (s *Expr_blockContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_blockContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_blockContext) GetParser() antlr.Parser
- func (s *Expr_blockContext) GetRuleContext() antlr.RuleContext
- func (s *Expr_blockContext) INDENT() antlr.TerminalNode
- func (*Expr_blockContext) IsExpr_blockContext()
- func (s *Expr_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Expr_blockContext) Transform() ITransformContext
- type Expr_but_notContext
- func (s *Expr_but_notContext) AllE_BUTNOT() []antlr.TerminalNode
- func (s *Expr_but_notContext) AllExpr_or() []IExpr_orContext
- func (s *Expr_but_notContext) E_BUTNOT(i int) antlr.TerminalNode
- func (s *Expr_but_notContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_but_notContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_but_notContext) Expr_or(i int) IExpr_orContext
- func (s *Expr_but_notContext) GetParser() antlr.Parser
- func (s *Expr_but_notContext) GetRuleContext() antlr.RuleContext
- func (*Expr_but_notContext) IsExpr_but_notContext()
- func (s *Expr_but_notContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_coalesceContext
- func (s *Expr_coalesceContext) AllE_COALESCE() []antlr.TerminalNode
- func (s *Expr_coalesceContext) AllExpr_but_not() []IExpr_but_notContext
- func (s *Expr_coalesceContext) E_COALESCE(i int) antlr.TerminalNode
- func (s *Expr_coalesceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_coalesceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_coalesceContext) Expr_but_not(i int) IExpr_but_notContext
- func (s *Expr_coalesceContext) GetParser() antlr.Parser
- func (s *Expr_coalesceContext) GetRuleContext() antlr.RuleContext
- func (*Expr_coalesceContext) IsExpr_coalesceContext()
- func (s *Expr_coalesceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_countContext
- func (s *Expr_countContext) E_RELOPS_COUNT() antlr.TerminalNode
- func (s *Expr_countContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_countContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_countContext) GetParser() antlr.Parser
- func (s *Expr_countContext) GetRuleContext() antlr.RuleContext
- func (*Expr_countContext) IsExpr_countContext()
- func (s *Expr_countContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_dot_assignContext
- func (s *Expr_dot_assignContext) E_DOT_NAME_NL() antlr.TerminalNode
- func (s *Expr_dot_assignContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_dot_assignContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_dot_assignContext) GetParser() antlr.Parser
- func (s *Expr_dot_assignContext) GetRuleContext() antlr.RuleContext
- func (*Expr_dot_assignContext) IsExpr_dot_assignContext()
- func (s *Expr_dot_assignContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_first_funcContext
- func (s *Expr_first_funcContext) E_BY() antlr.TerminalNode
- func (s *Expr_first_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *Expr_first_funcContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *Expr_first_funcContext) E_RELOPS_FIRST() antlr.TerminalNode
- func (s *Expr_first_funcContext) E_scope_var() IE_scope_varContext
- func (s *Expr_first_funcContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_first_funcContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_first_funcContext) First_func_target() IFirst_func_targetContext
- func (s *Expr_first_funcContext) GetParser() antlr.Parser
- func (s *Expr_first_funcContext) GetRuleContext() antlr.RuleContext
- func (*Expr_first_funcContext) IsExpr_first_funcContext()
- func (s *Expr_first_funcContext) Rank_expr_list() IRank_expr_listContext
- func (s *Expr_first_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_funcContext
- func (s *Expr_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *Expr_funcContext) E_FUNC() antlr.TerminalNode
- func (s *Expr_funcContext) E_Name() antlr.TerminalNode
- func (s *Expr_funcContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *Expr_funcContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_funcContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_funcContext) Func_args() IFunc_argsContext
- func (s *Expr_funcContext) GetParser() antlr.Parser
- func (s *Expr_funcContext) GetRuleContext() antlr.RuleContext
- func (*Expr_funcContext) IsExpr_funcContext()
- func (s *Expr_funcContext) NativeDataTypes() antlr.TerminalNode
- func (s *Expr_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_if_elseContext
- func (s *Expr_if_elseContext) E_IF() antlr.TerminalNode
- func (s *Expr_if_elseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_if_elseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_if_elseContext) GetNested() bool
- func (s *Expr_if_elseContext) GetParser() antlr.Parser
- func (s *Expr_if_elseContext) GetRuleContext() antlr.RuleContext
- func (s *Expr_if_elseContext) If_multiple_lines() IIf_multiple_linesContext
- func (s *Expr_if_elseContext) If_one_liner() IIf_one_linerContext
- func (*Expr_if_elseContext) IsExpr_if_elseContext()
- func (s *Expr_if_elseContext) SetNested(v bool)
- func (s *Expr_if_elseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_inject_stmtContext
- func (s *Expr_inject_stmtContext) E_DOT() antlr.TerminalNode
- func (s *Expr_inject_stmtContext) E_NL() antlr.TerminalNode
- func (s *Expr_inject_stmtContext) E_STAR() antlr.TerminalNode
- func (s *Expr_inject_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_inject_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_inject_stmtContext) Expr_func() IExpr_funcContext
- func (s *Expr_inject_stmtContext) GetParser() antlr.Parser
- func (s *Expr_inject_stmtContext) GetRuleContext() antlr.RuleContext
- func (*Expr_inject_stmtContext) IsExpr_inject_stmtContext()
- func (s *Expr_inject_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_let_statementContext
- func (s *Expr_let_statementContext) E_LET() antlr.TerminalNode
- func (s *Expr_let_statementContext) E_Name() antlr.TerminalNode
- func (s *Expr_let_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_let_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_let_statementContext) Expr_assign() IExpr_assignContext
- func (s *Expr_let_statementContext) GetNested() bool
- func (s *Expr_let_statementContext) GetParser() antlr.Parser
- func (s *Expr_let_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Expr_let_statementContext) Get_expr_assign() IExpr_assignContext
- func (*Expr_let_statementContext) IsExpr_let_statementContext()
- func (s *Expr_let_statementContext) SetNested(v bool)
- func (s *Expr_let_statementContext) Set_expr_assign(v IExpr_assignContext)
- func (s *Expr_let_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_listContext
- func (s *Expr_listContext) AllE_COMMA() []antlr.TerminalNode
- func (s *Expr_listContext) AllList_item() []IList_itemContext
- func (s *Expr_listContext) E_COMMA(i int) antlr.TerminalNode
- func (s *Expr_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_listContext) GetParser() antlr.Parser
- func (s *Expr_listContext) GetRuleContext() antlr.RuleContext
- func (*Expr_listContext) IsExpr_listContext()
- func (s *Expr_listContext) List_item(i int) IList_itemContext
- func (s *Expr_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_matchingContext
- func (s *Expr_matchingContext) E_ANGLE_CLOSE() antlr.TerminalNode
- func (s *Expr_matchingContext) E_NOT() antlr.TerminalNode
- func (s *Expr_matchingContext) E_TILDE() antlr.TerminalNode
- func (s *Expr_matchingContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_matchingContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_matchingContext) GetParser() antlr.Parser
- func (s *Expr_matchingContext) GetRuleContext() antlr.RuleContext
- func (*Expr_matchingContext) IsExpr_matchingContext()
- func (s *Expr_matchingContext) Matching_rhs() IMatching_rhsContext
- func (s *Expr_matchingContext) Squiggly_args() ISquiggly_argsContext
- func (s *Expr_matchingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_navigateContext
- func (s *Expr_navigateContext) E_ARROW_RIGHT() antlr.TerminalNode
- func (s *Expr_navigateContext) E_Name() antlr.TerminalNode
- func (s *Expr_navigateContext) E_QN() antlr.TerminalNode
- func (s *Expr_navigateContext) E_SEQUENCE_OF() antlr.TerminalNode
- func (s *Expr_navigateContext) E_SET_OF() antlr.TerminalNode
- func (s *Expr_navigateContext) E_VIA() antlr.TerminalNode
- func (s *Expr_navigateContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_navigateContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_navigateContext) Expr_navigate_attr() IExpr_navigate_attrContext
- func (s *Expr_navigateContext) GetParser() antlr.Parser
- func (s *Expr_navigateContext) GetRuleContext() antlr.RuleContext
- func (*Expr_navigateContext) IsExpr_navigateContext()
- func (s *Expr_navigateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_navigate_attrContext
- func (s *Expr_navigate_attrContext) E_DOT() antlr.TerminalNode
- func (s *Expr_navigate_attrContext) E_Name() antlr.TerminalNode
- func (s *Expr_navigate_attrContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_navigate_attrContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_navigate_attrContext) GetParser() antlr.Parser
- func (s *Expr_navigate_attrContext) GetRuleContext() antlr.RuleContext
- func (*Expr_navigate_attrContext) IsExpr_navigate_attrContext()
- func (s *Expr_navigate_attrContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_orContext
- func (s *Expr_orContext) AllE_LOGIC_OR() []antlr.TerminalNode
- func (s *Expr_orContext) AllExpr_and() []IExpr_andContext
- func (s *Expr_orContext) E_LOGIC_OR(i int) antlr.TerminalNode
- func (s *Expr_orContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_orContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_orContext) Expr_and(i int) IExpr_andContext
- func (s *Expr_orContext) GetParser() antlr.Parser
- func (s *Expr_orContext) GetRuleContext() antlr.RuleContext
- func (*Expr_orContext) IsExpr_orContext()
- func (s *Expr_orContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_rank_funcContext
- func (s *Expr_rank_funcContext) E_ANGLE_CLOSE() antlr.TerminalNode
- func (s *Expr_rank_funcContext) E_ANGLE_OPEN() antlr.TerminalNode
- func (s *Expr_rank_funcContext) E_AS() antlr.TerminalNode
- func (s *Expr_rank_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *Expr_rank_funcContext) E_Name() antlr.TerminalNode
- func (s *Expr_rank_funcContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *Expr_rank_funcContext) E_RELOPS_RANK() antlr.TerminalNode
- func (s *Expr_rank_funcContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_rank_funcContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_rank_funcContext) GetParser() antlr.Parser
- func (s *Expr_rank_funcContext) GetRuleContext() antlr.RuleContext
- func (*Expr_rank_funcContext) IsExpr_rank_funcContext()
- func (s *Expr_rank_funcContext) Rank_expr_list() IRank_expr_listContext
- func (s *Expr_rank_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Expr_rank_funcContext) View_type_spec() IView_type_specContext
- type Expr_relContext
- func (s *Expr_relContext) AllBinexpr() []IBinexprContext
- func (s *Expr_relContext) AllE_compare_ops() []IE_compare_opsContext
- func (s *Expr_relContext) Binexpr(i int) IBinexprContext
- func (s *Expr_relContext) E_compare_ops(i int) IE_compare_opsContext
- func (s *Expr_relContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_relContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_relContext) GetParser() antlr.Parser
- func (s *Expr_relContext) GetRuleContext() antlr.RuleContext
- func (*Expr_relContext) IsExpr_relContext()
- func (s *Expr_relContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_setContext
- func (s *Expr_setContext) E_CURLY_CLOSE() antlr.TerminalNode
- func (s *Expr_setContext) E_CURLY_OPEN() antlr.TerminalNode
- func (s *Expr_setContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_setContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_setContext) Expr_list() IExpr_listContext
- func (s *Expr_setContext) GetParser() antlr.Parser
- func (s *Expr_setContext) GetRuleContext() antlr.RuleContext
- func (*Expr_setContext) IsExpr_setContext()
- func (s *Expr_setContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_simple_assignContext
- func (s *Expr_simple_assignContext) E_Name() antlr.TerminalNode
- func (s *Expr_simple_assignContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_simple_assignContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_simple_assignContext) Expr_assign() IExpr_assignContext
- func (s *Expr_simple_assignContext) GetNested() bool
- func (s *Expr_simple_assignContext) GetParser() antlr.Parser
- func (s *Expr_simple_assignContext) GetRuleContext() antlr.RuleContext
- func (s *Expr_simple_assignContext) Get_expr_assign() IExpr_assignContext
- func (*Expr_simple_assignContext) IsExpr_simple_assignContext()
- func (s *Expr_simple_assignContext) SetNested(v bool)
- func (s *Expr_simple_assignContext) Set_expr_assign(v IExpr_assignContext)
- func (s *Expr_simple_assignContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_single_arg_funcContext
- func (s *Expr_single_arg_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *Expr_single_arg_funcContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *Expr_single_arg_funcContext) E_scope_var() IE_scope_varContext
- func (s *Expr_single_arg_funcContext) E_single_arg_func() IE_single_arg_funcContext
- func (s *Expr_single_arg_funcContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_single_arg_funcContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_single_arg_funcContext) Expr() IExprContext
- func (s *Expr_single_arg_funcContext) GetParser() antlr.Parser
- func (s *Expr_single_arg_funcContext) GetRuleContext() antlr.RuleContext
- func (*Expr_single_arg_funcContext) IsExpr_single_arg_funcContext()
- func (s *Expr_single_arg_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_single_or_nullContext
- func (s *Expr_single_or_nullContext) E_RELOPS_SINGLE_NULL() antlr.TerminalNode
- func (s *Expr_single_or_nullContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_single_or_nullContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_single_or_nullContext) GetParser() antlr.Parser
- func (s *Expr_single_or_nullContext) GetRuleContext() antlr.RuleContext
- func (*Expr_single_or_nullContext) IsExpr_single_or_nullContext()
- func (s *Expr_single_or_nullContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_snapshotContext
- func (s *Expr_snapshotContext) E_RELOPS_SNAPSHOT() antlr.TerminalNode
- func (s *Expr_snapshotContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_snapshotContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_snapshotContext) GetParser() antlr.Parser
- func (s *Expr_snapshotContext) GetRuleContext() antlr.RuleContext
- func (*Expr_snapshotContext) IsExpr_snapshotContext()
- func (s *Expr_snapshotContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_statementContext
- func (s *Expr_statementContext) E_NL() antlr.TerminalNode
- func (s *Expr_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_statementContext) Expr_let_statement() IExpr_let_statementContext
- func (s *Expr_statementContext) Expr_simple_assign() IExpr_simple_assignContext
- func (s *Expr_statementContext) Expr_table_of_statement() IExpr_table_of_statementContext
- func (s *Expr_statementContext) GetNested() bool
- func (s *Expr_statementContext) GetParser() antlr.Parser
- func (s *Expr_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Expr_statementContext) Get_expr_let_statement() IExpr_let_statementContext
- func (s *Expr_statementContext) Get_expr_simple_assign() IExpr_simple_assignContext
- func (s *Expr_statementContext) Get_expr_table_of_statement() IExpr_table_of_statementContext
- func (*Expr_statementContext) IsExpr_statementContext()
- func (s *Expr_statementContext) SetNested(v bool)
- func (s *Expr_statementContext) Set_expr_let_statement(v IExpr_let_statementContext)
- func (s *Expr_statementContext) Set_expr_simple_assign(v IExpr_simple_assignContext)
- func (s *Expr_statementContext) Set_expr_table_of_statement(v IExpr_table_of_statementContext)
- func (s *Expr_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_statement_no_nlContext
- func (s *Expr_statement_no_nlContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_statement_no_nlContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_statement_no_nlContext) Expr_dot_assign() IExpr_dot_assignContext
- func (s *Expr_statement_no_nlContext) GetParser() antlr.Parser
- func (s *Expr_statement_no_nlContext) GetRuleContext() antlr.RuleContext
- func (*Expr_statement_no_nlContext) IsExpr_statement_no_nlContext()
- func (s *Expr_statement_no_nlContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_stmtContext
- func (s *Expr_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_stmtContext) Expr_inject_stmt() IExpr_inject_stmtContext
- func (s *Expr_stmtContext) Expr_statement() IExpr_statementContext
- func (s *Expr_stmtContext) Expr_statement_no_nl() IExpr_statement_no_nlContext
- func (s *Expr_stmtContext) GetParser() antlr.Parser
- func (s *Expr_stmtContext) GetRuleContext() antlr.RuleContext
- func (*Expr_stmtContext) IsExpr_stmtContext()
- func (s *Expr_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_table_of_opContext
- func (s *Expr_table_of_opContext) E_DOT() antlr.TerminalNode
- func (s *Expr_table_of_opContext) E_NULLSAFE_DOT() antlr.TerminalNode
- func (s *Expr_table_of_opContext) E_Name() antlr.TerminalNode
- func (s *Expr_table_of_opContext) E_TABLE_OF() antlr.TerminalNode
- func (s *Expr_table_of_opContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_table_of_opContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_table_of_opContext) GetParser() antlr.Parser
- func (s *Expr_table_of_opContext) GetRuleContext() antlr.RuleContext
- func (*Expr_table_of_opContext) IsExpr_table_of_opContext()
- func (s *Expr_table_of_opContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Expr_table_of_statementContext
- func (s *Expr_table_of_statementContext) E_Name() antlr.TerminalNode
- func (s *Expr_table_of_statementContext) E_TABLE_OF() antlr.TerminalNode
- func (s *Expr_table_of_statementContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Expr_table_of_statementContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Expr_table_of_statementContext) Expr_assign() IExpr_assignContext
- func (s *Expr_table_of_statementContext) GetNested() bool
- func (s *Expr_table_of_statementContext) GetParser() antlr.Parser
- func (s *Expr_table_of_statementContext) GetRuleContext() antlr.RuleContext
- func (s *Expr_table_of_statementContext) Get_expr_assign() IExpr_assignContext
- func (*Expr_table_of_statementContext) IsExpr_table_of_statementContext()
- func (s *Expr_table_of_statementContext) SetNested(v bool)
- func (s *Expr_table_of_statementContext) Set_expr_assign(v IExpr_assignContext)
- func (s *Expr_table_of_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type FacadeContext
- func (s *FacadeContext) AllSYSL_COMMENT() []antlr.TerminalNode
- func (s *FacadeContext) AllTable_refs() []ITable_refsContext
- func (s *FacadeContext) DEDENT() antlr.TerminalNode
- func (s *FacadeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FacadeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FacadeContext) GetParser() antlr.Parser
- func (s *FacadeContext) GetRuleContext() antlr.RuleContext
- func (s *FacadeContext) INDENT() antlr.TerminalNode
- func (*FacadeContext) IsFacadeContext()
- func (s *FacadeContext) Model_name() IModel_nameContext
- func (s *FacadeContext) SYSL_COMMENT(i int) antlr.TerminalNode
- func (s *FacadeContext) Table_refs(i int) ITable_refsContext
- func (s *FacadeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *FacadeContext) WRAP() antlr.TerminalNode
- type FieldContext
- func (s *FieldContext) Array_size() IArray_sizeContext
- func (s *FieldContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *FieldContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *FieldContext) Field_type() IField_typeContext
- func (s *FieldContext) GetParser() antlr.Parser
- func (s *FieldContext) GetRuleContext() antlr.RuleContext
- func (s *FieldContext) Inplace_tuple() IInplace_tupleContext
- func (*FieldContext) IsFieldContext()
- func (s *FieldContext) LESS_COLON() antlr.TerminalNode
- func (s *FieldContext) Name_str() IName_strContext
- func (s *FieldContext) QSTRING() antlr.TerminalNode
- func (s *FieldContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Field_typeContext
- func (s *Field_typeContext) Annotations() IAnnotationsContext
- func (s *Field_typeContext) Array_size() IArray_sizeContext
- func (s *Field_typeContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *Field_typeContext) COLON() antlr.TerminalNode
- func (s *Field_typeContext) Collection_type() ICollection_typeContext
- func (s *Field_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Field_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Field_typeContext) GetParser() antlr.Parser
- func (s *Field_typeContext) GetRuleContext() antlr.RuleContext
- func (*Field_typeContext) IsField_typeContext()
- func (s *Field_typeContext) QN() antlr.TerminalNode
- func (s *Field_typeContext) Size_spec() ISize_specContext
- func (s *Field_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Field_typeContext) Types() ITypesContext
- type Final_elseContext
- func (s *Final_elseContext) E_ELSE() antlr.TerminalNode
- func (s *Final_elseContext) E_NL() antlr.TerminalNode
- func (s *Final_elseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Final_elseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Final_elseContext) Expr() IExprContext
- func (s *Final_elseContext) GetParser() antlr.Parser
- func (s *Final_elseContext) GetRuleContext() antlr.RuleContext
- func (s *Final_elseContext) Get_expr() IExprContext
- func (*Final_elseContext) IsFinal_elseContext()
- func (s *Final_elseContext) Set_expr(v IExprContext)
- func (s *Final_elseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type First_func_targetContext
- func (s *First_func_targetContext) E_NULL() antlr.TerminalNode
- func (s *First_func_targetContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *First_func_targetContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *First_func_targetContext) Expr() IExprContext
- func (s *First_func_targetContext) GetParser() antlr.Parser
- func (s *First_func_targetContext) GetRuleContext() antlr.RuleContext
- func (*First_func_targetContext) IsFirst_func_targetContext()
- func (s *First_func_targetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type For_stmtContext
- func (s *For_stmtContext) ALT() antlr.TerminalNode
- func (s *For_stmtContext) AllStatements() []IStatementsContext
- func (s *For_stmtContext) COLON() antlr.TerminalNode
- func (s *For_stmtContext) DEDENT() antlr.TerminalNode
- func (s *For_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *For_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *For_stmtContext) FOR() antlr.TerminalNode
- func (s *For_stmtContext) FOR_EACH() antlr.TerminalNode
- func (s *For_stmtContext) GetParser() antlr.Parser
- func (s *For_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *For_stmtContext) INDENT() antlr.TerminalNode
- func (*For_stmtContext) IsFor_stmtContext()
- func (s *For_stmtContext) LOOP() antlr.TerminalNode
- func (s *For_stmtContext) PREDICATE_VALUE() antlr.TerminalNode
- func (s *For_stmtContext) Statements(i int) IStatementsContext
- func (s *For_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *For_stmtContext) UNTIL() antlr.TerminalNode
- func (s *For_stmtContext) WHILE() antlr.TerminalNode
- type Func_argContext
- func (s *Func_argContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Func_argContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Func_argContext) Expr() IExprContext
- func (s *Func_argContext) GetParser() antlr.Parser
- func (s *Func_argContext) GetRuleContext() antlr.RuleContext
- func (*Func_argContext) IsFunc_argContext()
- func (s *Func_argContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Func_argsContext
- func (s *Func_argsContext) AllE_COMMA() []antlr.TerminalNode
- func (s *Func_argsContext) AllFunc_arg() []IFunc_argContext
- func (s *Func_argsContext) E_COMMA(i int) antlr.TerminalNode
- func (s *Func_argsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Func_argsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Func_argsContext) Func_arg(i int) IFunc_argContext
- func (s *Func_argsContext) GetParser() antlr.Parser
- func (s *Func_argsContext) GetRuleContext() antlr.RuleContext
- func (*Func_argsContext) IsFunc_argsContext()
- func (s *Func_argsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Group_stmtContext
- func (s *Group_stmtContext) AllStatements() []IStatementsContext
- func (s *Group_stmtContext) COLON() antlr.TerminalNode
- func (s *Group_stmtContext) DEDENT() antlr.TerminalNode
- func (s *Group_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Group_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Group_stmtContext) GetParser() antlr.Parser
- func (s *Group_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *Group_stmtContext) INDENT() antlr.TerminalNode
- func (*Group_stmtContext) IsGroup_stmtContext()
- func (s *Group_stmtContext) Name_str() IName_strContext
- func (s *Group_stmtContext) Statements(i int) IStatementsContext
- func (s *Group_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Http_method_commentContext
- func (s *Http_method_commentContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Http_method_commentContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Http_method_commentContext) GetParser() antlr.Parser
- func (s *Http_method_commentContext) GetRuleContext() antlr.RuleContext
- func (*Http_method_commentContext) IsHttp_method_commentContext()
- func (s *Http_method_commentContext) SYSL_COMMENT() antlr.TerminalNode
- func (s *Http_method_commentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Http_pathContext
- func (s *Http_pathContext) AllHttp_path_suffix() []IHttp_path_suffixContext
- func (s *Http_pathContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Http_pathContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Http_pathContext) FORWARD_SLASH() antlr.TerminalNode
- func (s *Http_pathContext) GetParser() antlr.Parser
- func (s *Http_pathContext) GetRuleContext() antlr.RuleContext
- func (s *Http_pathContext) Http_path_suffix(i int) IHttp_path_suffixContext
- func (*Http_pathContext) IsHttp_pathContext()
- func (s *Http_pathContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Http_path_partContext
- func (s *Http_path_partContext) DIGITS() antlr.TerminalNode
- func (s *Http_path_partContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Http_path_partContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Http_path_partContext) GetParser() antlr.Parser
- func (s *Http_path_partContext) GetRuleContext() antlr.RuleContext
- func (*Http_path_partContext) IsHttp_path_partContext()
- func (s *Http_path_partContext) Name_str() IName_strContext
- func (s *Http_path_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Http_path_staticContext
- func (s *Http_path_staticContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Http_path_staticContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Http_path_staticContext) GetParser() antlr.Parser
- func (s *Http_path_staticContext) GetRuleContext() antlr.RuleContext
- func (s *Http_path_staticContext) Http_path_part() IHttp_path_partContext
- func (*Http_path_staticContext) IsHttp_path_staticContext()
- func (s *Http_path_staticContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Http_path_suffixContext
- func (s *Http_path_suffixContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Http_path_suffixContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Http_path_suffixContext) FORWARD_SLASH() antlr.TerminalNode
- func (s *Http_path_suffixContext) GetParser() antlr.Parser
- func (s *Http_path_suffixContext) GetRuleContext() antlr.RuleContext
- func (s *Http_path_suffixContext) Http_path_static() IHttp_path_staticContext
- func (s *Http_path_suffixContext) Http_path_var_with_type() IHttp_path_var_with_typeContext
- func (*Http_path_suffixContext) IsHttp_path_suffixContext()
- func (s *Http_path_suffixContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Http_path_var_with_typeContext
- func (s *Http_path_var_with_typeContext) CURLY_CLOSE() antlr.TerminalNode
- func (s *Http_path_var_with_typeContext) CURLY_OPEN() antlr.TerminalNode
- func (s *Http_path_var_with_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Http_path_var_with_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Http_path_var_with_typeContext) GetParser() antlr.Parser
- func (s *Http_path_var_with_typeContext) GetRuleContext() antlr.RuleContext
- func (s *Http_path_var_with_typeContext) Http_path_part() IHttp_path_partContext
- func (*Http_path_var_with_typeContext) IsHttp_path_var_with_typeContext()
- func (s *Http_path_var_with_typeContext) LESS_COLON() antlr.TerminalNode
- func (s *Http_path_var_with_typeContext) Name_str() IName_strContext
- func (s *Http_path_var_with_typeContext) NativeDataTypes() antlr.TerminalNode
- func (s *Http_path_var_with_typeContext) Reference() IReferenceContext
- func (s *Http_path_var_with_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IAbstract_viewContext
- type IAliasContext
- type IAnnotationContext
- type IAnnotation_valueContext
- type IAnnotationsContext
- type IApp_declContext
- type IApp_nameContext
- type IApplicationContext
- type IArray_of_arraysContext
- type IArray_of_stringsContext
- type IArray_sizeContext
- type IAtomContext
- type IAtomTContext
- type IAtomT_implied_dotContext
- type IAtomT_nameContext
- type IAtomT_parenContext
- type IAtom_dot_relopContext
- type IAttribs_or_modifiersContext
- type IBinexprContext
- type IBinexprTContext
- type ICall_argContext
- type ICall_argsContext
- type ICall_stmtContext
- type ICollection_typeContext
- type ICollectorContext
- type ICollector_action_stmtContext
- type ICollector_call_stmtContext
- type ICollector_http_stmtContext
- type ICollector_http_stmt_partContext
- type ICollector_http_stmt_suffixContext
- type ICollector_pubsub_callContext
- type ICollector_query_paramContext
- type ICollector_query_varContext
- type ICollector_stmtsContext
- type ICond_blockContext
- type IControl_itemContext
- type IDoc_stringContext
- type IE_compare_opsContext
- type IE_scope_varContext
- type IE_single_arg_funcContext
- type IElse_block_stmtContext
- type IElse_stmtContext
- type IEmpty_tupleContext
- type IEndpoint_nameContext
- type IEntryContext
- type IEventContext
- type IExprContext
- type IExpr_agg_funcContext
- type IExpr_andContext
- type IExpr_any_funcContext
- type IExpr_assignContext
- type IExpr_atom_listContext
- type IExpr_bitandContext
- type IExpr_bitorContext
- type IExpr_bitxorContext
- type IExpr_blockContext
- type IExpr_but_notContext
- type IExpr_coalesceContext
- type IExpr_countContext
- type IExpr_dot_assignContext
- type IExpr_first_funcContext
- type IExpr_funcContext
- type IExpr_if_elseContext
- type IExpr_inject_stmtContext
- type IExpr_let_statementContext
- type IExpr_listContext
- type IExpr_matchingContext
- type IExpr_navigateContext
- type IExpr_navigate_attrContext
- type IExpr_orContext
- type IExpr_rank_funcContext
- type IExpr_relContext
- type IExpr_setContext
- type IExpr_simple_assignContext
- type IExpr_single_arg_funcContext
- type IExpr_single_or_nullContext
- type IExpr_snapshotContext
- type IExpr_statementContext
- type IExpr_statement_no_nlContext
- type IExpr_stmtContext
- type IExpr_table_of_opContext
- type IExpr_table_of_statementContext
- type IFacadeContext
- type IFieldContext
- type IField_typeContext
- type IFinal_elseContext
- type IFirst_func_targetContext
- type IFor_stmtContext
- type IFunc_argContext
- type IFunc_argsContext
- type IGroup_stmtContext
- type IHttp_method_commentContext
- type IHttp_pathContext
- type IHttp_path_partContext
- type IHttp_path_staticContext
- type IHttp_path_suffixContext
- type IHttp_path_var_with_typeContext
- type IIf_controlsContext
- type IIf_elseContext
- type IIf_multiple_linesContext
- type IIf_one_linerContext
- type IIf_stmtContext
- type IIfvarContext
- type IImport_modeContext
- type IImport_stmtContext
- type IImports_declContext
- type IInplace_tableContext
- type IInplace_table_defContext
- type IInplace_tupleContext
- type IList_itemContext
- type ILiteralContext
- type IMatching_rhsContext
- type IMethod_defContext
- type IMixinContext
- type IModel_nameContext
- type IModifierContext
- type IMulti_line_docstringContext
- type IName_strContext
- type IName_with_attribsContext
- type INvpContext
- type IOne_of_case_labelContext
- type IOne_of_casesContext
- type IOne_of_stmtContext
- type IPackage_nameContext
- type IParamContext
- type IParam_listContext
- type IParamsContext
- type IPowerContext
- type IPowerTContext
- type IPublisherContext
- type IQuery_paramContext
- type IQuery_varContext
- type IQuoted_stringContext
- type IRank_exprContext
- type IRank_expr_listContext
- type IReferenceContext
- type IRelopContext
- type IRest_endpointContext
- type IRet_stmtContext
- type ISequence_ofContext
- type ISequence_typeContext
- type ISet_ofContext
- type ISet_typeContext
- type IShortcutContext
- type ISimple_endpointContext
- type ISize_specContext
- type ISquiggly_argsContext
- type IStatementsContext
- type ISub_packageContext
- type ISubscribeContext
- type ISubscriberContext
- type ISysl_fileContext
- type ITableContext
- type ITable_defContext
- type ITable_refsContext
- type ITable_stmtsContext
- type ITargetContext
- type ITarget_endpointContext
- type ITermContext
- type ITermTContext
- type IText_stmtContext
- type ITransformContext
- type ITransform_argContext
- type ITransform_return_typeContext
- type ITransform_scope_varContext
- type ITypesContext
- type IUnaryTermContext
- type IUnionContext
- type IUser_defined_typeContext
- type IVar_in_curlyContext
- type IViewContext
- type IView_paramContext
- type IView_paramsContext
- type IView_return_typeContext
- type IView_type_specContext
- type If_controlsContext
- func (s *If_controlsContext) AllControl_item() []IControl_itemContext
- func (s *If_controlsContext) AllE_COMMA() []antlr.TerminalNode
- func (s *If_controlsContext) Control_item(i int) IControl_itemContext
- func (s *If_controlsContext) E_COMMA(i int) antlr.TerminalNode
- func (s *If_controlsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *If_controlsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *If_controlsContext) GetParser() antlr.Parser
- func (s *If_controlsContext) GetRuleContext() antlr.RuleContext
- func (*If_controlsContext) IsIf_controlsContext()
- func (s *If_controlsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type If_elseContext
- func (s *If_elseContext) AllElse_stmt() []IElse_stmtContext
- func (s *If_elseContext) Else_stmt(i int) IElse_stmtContext
- func (s *If_elseContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *If_elseContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *If_elseContext) GetParser() antlr.Parser
- func (s *If_elseContext) GetRuleContext() antlr.RuleContext
- func (s *If_elseContext) If_stmt() IIf_stmtContext
- func (*If_elseContext) IsIf_elseContext()
- func (s *If_elseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type If_multiple_linesContext
- func (s *If_multiple_linesContext) AllCond_block() []ICond_blockContext
- func (s *If_multiple_linesContext) Cond_block(i int) ICond_blockContext
- func (s *If_multiple_linesContext) DEDENT() antlr.TerminalNode
- func (s *If_multiple_linesContext) E_COLON() antlr.TerminalNode
- func (s *If_multiple_linesContext) E_NL() antlr.TerminalNode
- func (s *If_multiple_linesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *If_multiple_linesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *If_multiple_linesContext) Final_else() IFinal_elseContext
- func (s *If_multiple_linesContext) GetParser() antlr.Parser
- func (s *If_multiple_linesContext) GetRuleContext() antlr.RuleContext
- func (s *If_multiple_linesContext) INDENT() antlr.TerminalNode
- func (s *If_multiple_linesContext) Ifvar() IIfvarContext
- func (*If_multiple_linesContext) IsIf_multiple_linesContext()
- func (s *If_multiple_linesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type If_one_linerContext
- func (s *If_one_linerContext) AllExpr() []IExprContext
- func (s *If_one_linerContext) E_ELSE() antlr.TerminalNode
- func (s *If_one_linerContext) E_QN() antlr.TerminalNode
- func (s *If_one_linerContext) E_THEN() antlr.TerminalNode
- func (s *If_one_linerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *If_one_linerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *If_one_linerContext) Expr(i int) IExprContext
- func (s *If_one_linerContext) GetParser() antlr.Parser
- func (s *If_one_linerContext) GetRuleContext() antlr.RuleContext
- func (*If_one_linerContext) IsIf_one_linerContext()
- func (s *If_one_linerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type If_stmtContext
- func (s *If_stmtContext) AllStatements() []IStatementsContext
- func (s *If_stmtContext) COLON() antlr.TerminalNode
- func (s *If_stmtContext) DEDENT() antlr.TerminalNode
- func (s *If_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *If_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *If_stmtContext) GetParser() antlr.Parser
- func (s *If_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *If_stmtContext) IF() antlr.TerminalNode
- func (s *If_stmtContext) INDENT() antlr.TerminalNode
- func (*If_stmtContext) IsIf_stmtContext()
- func (s *If_stmtContext) PREDICATE_VALUE() antlr.TerminalNode
- func (s *If_stmtContext) Statements(i int) IStatementsContext
- func (s *If_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type IfvarContext
- func (s *IfvarContext) E_DOUBLE_EQ() antlr.TerminalNode
- func (s *IfvarContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *IfvarContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *IfvarContext) Expr() IExprContext
- func (s *IfvarContext) GetParser() antlr.Parser
- func (s *IfvarContext) GetRuleContext() antlr.RuleContext
- func (*IfvarContext) IsIfvarContext()
- func (s *IfvarContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Import_modeContext
- func (s *Import_modeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Import_modeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Import_modeContext) GetParser() antlr.Parser
- func (s *Import_modeContext) GetRuleContext() antlr.RuleContext
- func (*Import_modeContext) IsImport_modeContext()
- func (s *Import_modeContext) Name() antlr.TerminalNode
- func (s *Import_modeContext) TILDE() antlr.TerminalNode
- func (s *Import_modeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Import_stmtContext
- func (s *Import_stmtContext) AS() antlr.TerminalNode
- func (s *Import_stmtContext) AllDOT() []antlr.TerminalNode
- func (s *Import_stmtContext) AllName() []antlr.TerminalNode
- func (s *Import_stmtContext) AllSYSL_COMMENT() []antlr.TerminalNode
- func (s *Import_stmtContext) AllWS() []antlr.TerminalNode
- func (s *Import_stmtContext) DOT(i int) antlr.TerminalNode
- func (s *Import_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Import_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Import_stmtContext) GetParser() antlr.Parser
- func (s *Import_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *Import_stmtContext) IMPORT() antlr.TerminalNode
- func (s *Import_stmtContext) IMPORT_PATH() antlr.TerminalNode
- func (s *Import_stmtContext) Import_mode() IImport_modeContext
- func (*Import_stmtContext) IsImport_stmtContext()
- func (s *Import_stmtContext) NEWLINE() antlr.TerminalNode
- func (s *Import_stmtContext) Name(i int) antlr.TerminalNode
- func (s *Import_stmtContext) SYSL_COMMENT(i int) antlr.TerminalNode
- func (s *Import_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Import_stmtContext) WS(i int) antlr.TerminalNode
- type Imports_declContext
- func (s *Imports_declContext) AllImport_stmt() []IImport_stmtContext
- func (s *Imports_declContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Imports_declContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Imports_declContext) GetParser() antlr.Parser
- func (s *Imports_declContext) GetRuleContext() antlr.RuleContext
- func (s *Imports_declContext) Import_stmt(i int) IImport_stmtContext
- func (*Imports_declContext) IsImports_declContext()
- func (s *Imports_declContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Inplace_tableContext
- func (s *Inplace_tableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Inplace_tableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Inplace_tableContext) GetParser() antlr.Parser
- func (s *Inplace_tableContext) GetRuleContext() antlr.RuleContext
- func (*Inplace_tableContext) IsInplace_tableContext()
- func (s *Inplace_tableContext) Table() ITableContext
- func (s *Inplace_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Inplace_table_defContext
- func (s *Inplace_table_defContext) AllAttribs_or_modifiers() []IAttribs_or_modifiersContext
- func (s *Inplace_table_defContext) AllName() []antlr.TerminalNode
- func (s *Inplace_table_defContext) Attribs_or_modifiers(i int) IAttribs_or_modifiersContext
- func (s *Inplace_table_defContext) COLON() antlr.TerminalNode
- func (s *Inplace_table_defContext) DEDENT() antlr.TerminalNode
- func (s *Inplace_table_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Inplace_table_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Inplace_table_defContext) GetParser() antlr.Parser
- func (s *Inplace_table_defContext) GetRuleContext() antlr.RuleContext
- func (s *Inplace_table_defContext) INDENT() antlr.TerminalNode
- func (*Inplace_table_defContext) IsInplace_table_defContext()
- func (s *Inplace_table_defContext) Name(i int) antlr.TerminalNode
- func (s *Inplace_table_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Inplace_tupleContext
- func (s *Inplace_tupleContext) AllField() []IFieldContext
- func (s *Inplace_tupleContext) DEDENT() antlr.TerminalNode
- func (s *Inplace_tupleContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Inplace_tupleContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Inplace_tupleContext) Field(i int) IFieldContext
- func (s *Inplace_tupleContext) GetParser() antlr.Parser
- func (s *Inplace_tupleContext) GetRuleContext() antlr.RuleContext
- func (s *Inplace_tupleContext) INDENT() antlr.TerminalNode
- func (*Inplace_tupleContext) IsInplace_tupleContext()
- func (s *Inplace_tupleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type List_itemContext
- func (s *List_itemContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *List_itemContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *List_itemContext) Expr() IExprContext
- func (s *List_itemContext) GetParser() antlr.Parser
- func (s *List_itemContext) GetRuleContext() antlr.RuleContext
- func (*List_itemContext) IsList_itemContext()
- func (s *List_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type LiteralContext
- func (s *LiteralContext) E_DECIMAL() antlr.TerminalNode
- func (s *LiteralContext) E_DIGITS() antlr.TerminalNode
- func (s *LiteralContext) E_FALSE() antlr.TerminalNode
- func (s *LiteralContext) E_NULL() antlr.TerminalNode
- func (s *LiteralContext) E_STRING_DBL() antlr.TerminalNode
- func (s *LiteralContext) E_STRING_SINGLE() antlr.TerminalNode
- func (s *LiteralContext) E_TRUE() antlr.TerminalNode
- func (s *LiteralContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *LiteralContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *LiteralContext) GetParser() antlr.Parser
- func (s *LiteralContext) GetRuleContext() antlr.RuleContext
- func (*LiteralContext) IsLiteralContext()
- func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Matching_rhsContext
- func (s *Matching_rhsContext) AtomT_paren() IAtomT_parenContext
- func (s *Matching_rhsContext) E_Name() antlr.TerminalNode
- func (s *Matching_rhsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Matching_rhsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Matching_rhsContext) Expr_navigate() IExpr_navigateContext
- func (s *Matching_rhsContext) Expr_table_of_op() IExpr_table_of_opContext
- func (s *Matching_rhsContext) GetParser() antlr.Parser
- func (s *Matching_rhsContext) GetRuleContext() antlr.RuleContext
- func (*Matching_rhsContext) IsMatching_rhsContext()
- func (s *Matching_rhsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Method_defContext
- func (s *Method_defContext) AllStatements() []IStatementsContext
- func (s *Method_defContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *Method_defContext) COLON() antlr.TerminalNode
- func (s *Method_defContext) DEDENT() antlr.TerminalNode
- func (s *Method_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Method_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Method_defContext) GetParser() antlr.Parser
- func (s *Method_defContext) GetRuleContext() antlr.RuleContext
- func (s *Method_defContext) HTTP_VERBS() antlr.TerminalNode
- func (s *Method_defContext) INDENT() antlr.TerminalNode
- func (*Method_defContext) IsMethod_defContext()
- func (s *Method_defContext) Params() IParamsContext
- func (s *Method_defContext) Query_param() IQuery_paramContext
- func (s *Method_defContext) Statements(i int) IStatementsContext
- func (s *Method_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type MixinContext
- func (s *MixinContext) App_name() IApp_nameContext
- func (s *MixinContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *MixinContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *MixinContext) GetParser() antlr.Parser
- func (s *MixinContext) GetRuleContext() antlr.RuleContext
- func (*MixinContext) IsMixinContext()
- func (s *MixinContext) MIXIN() antlr.TerminalNode
- func (s *MixinContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Model_nameContext
- func (s *Model_nameContext) COLON() antlr.TerminalNode
- func (s *Model_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Model_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Model_nameContext) GetParser() antlr.Parser
- func (s *Model_nameContext) GetRuleContext() antlr.RuleContext
- func (*Model_nameContext) IsModel_nameContext()
- func (s *Model_nameContext) Name() antlr.TerminalNode
- func (s *Model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ModifierContext
- func (s *ModifierContext) AllName() []antlr.TerminalNode
- func (s *ModifierContext) AllPLUS() []antlr.TerminalNode
- func (s *ModifierContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ModifierContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ModifierContext) GetParser() antlr.Parser
- func (s *ModifierContext) GetRuleContext() antlr.RuleContext
- func (*ModifierContext) IsModifierContext()
- func (s *ModifierContext) Name(i int) antlr.TerminalNode
- func (s *ModifierContext) PLUS(i int) antlr.TerminalNode
- func (s *ModifierContext) TILDE() antlr.TerminalNode
- func (s *ModifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Multi_line_docstringContext
- func (s *Multi_line_docstringContext) AllDoc_string() []IDoc_stringContext
- func (s *Multi_line_docstringContext) COLON() antlr.TerminalNode
- func (s *Multi_line_docstringContext) DEDENT() antlr.TerminalNode
- func (s *Multi_line_docstringContext) Doc_string(i int) IDoc_stringContext
- func (s *Multi_line_docstringContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Multi_line_docstringContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Multi_line_docstringContext) GetParser() antlr.Parser
- func (s *Multi_line_docstringContext) GetRuleContext() antlr.RuleContext
- func (s *Multi_line_docstringContext) INDENT() antlr.TerminalNode
- func (*Multi_line_docstringContext) IsMulti_line_docstringContext()
- func (s *Multi_line_docstringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Name_strContext
- func (s *Name_strContext) E_Name() antlr.TerminalNode
- func (s *Name_strContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Name_strContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Name_strContext) GetParser() antlr.Parser
- func (s *Name_strContext) GetRuleContext() antlr.RuleContext
- func (*Name_strContext) IsName_strContext()
- func (s *Name_strContext) Name() antlr.TerminalNode
- func (s *Name_strContext) TEXT_LINE() antlr.TerminalNode
- func (s *Name_strContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Name_with_attribsContext
- func (s *Name_with_attribsContext) App_name() IApp_nameContext
- func (s *Name_with_attribsContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *Name_with_attribsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Name_with_attribsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Name_with_attribsContext) GetParser() antlr.Parser
- func (s *Name_with_attribsContext) GetRuleContext() antlr.RuleContext
- func (*Name_with_attribsContext) IsName_with_attribsContext()
- func (s *Name_with_attribsContext) QSTRING() antlr.TerminalNode
- func (s *Name_with_attribsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type NvpContext
- func (s *NvpContext) Array_of_arrays() IArray_of_arraysContext
- func (s *NvpContext) Array_of_strings() IArray_of_stringsContext
- func (s *NvpContext) EQ() antlr.TerminalNode
- func (s *NvpContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *NvpContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *NvpContext) GetParser() antlr.Parser
- func (s *NvpContext) GetRuleContext() antlr.RuleContext
- func (*NvpContext) IsNvpContext()
- func (s *NvpContext) Name() antlr.TerminalNode
- func (s *NvpContext) Quoted_string() IQuoted_stringContext
- func (s *NvpContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type One_of_case_labelContext
- func (s *One_of_case_labelContext) AllName() []antlr.TerminalNode
- func (s *One_of_case_labelContext) AllQSTRING() []antlr.TerminalNode
- func (s *One_of_case_labelContext) AllTEXT_LINE() []antlr.TerminalNode
- func (s *One_of_case_labelContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *One_of_case_labelContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *One_of_case_labelContext) GetParser() antlr.Parser
- func (s *One_of_case_labelContext) GetRuleContext() antlr.RuleContext
- func (*One_of_case_labelContext) IsOne_of_case_labelContext()
- func (s *One_of_case_labelContext) Name(i int) antlr.TerminalNode
- func (s *One_of_case_labelContext) QSTRING(i int) antlr.TerminalNode
- func (s *One_of_case_labelContext) TEXT_LINE(i int) antlr.TerminalNode
- func (s *One_of_case_labelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type One_of_casesContext
- func (s *One_of_casesContext) AllStatements() []IStatementsContext
- func (s *One_of_casesContext) COLON() antlr.TerminalNode
- func (s *One_of_casesContext) DEDENT() antlr.TerminalNode
- func (s *One_of_casesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *One_of_casesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *One_of_casesContext) GetParser() antlr.Parser
- func (s *One_of_casesContext) GetRuleContext() antlr.RuleContext
- func (s *One_of_casesContext) INDENT() antlr.TerminalNode
- func (*One_of_casesContext) IsOne_of_casesContext()
- func (s *One_of_casesContext) One_of_case_label() IOne_of_case_labelContext
- func (s *One_of_casesContext) Statements(i int) IStatementsContext
- func (s *One_of_casesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type One_of_stmtContext
- func (s *One_of_stmtContext) AllOne_of_cases() []IOne_of_casesContext
- func (s *One_of_stmtContext) COLON() antlr.TerminalNode
- func (s *One_of_stmtContext) DEDENT() antlr.TerminalNode
- func (s *One_of_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *One_of_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *One_of_stmtContext) GetParser() antlr.Parser
- func (s *One_of_stmtContext) GetRuleContext() antlr.RuleContext
- func (s *One_of_stmtContext) INDENT() antlr.TerminalNode
- func (*One_of_stmtContext) IsOne_of_stmtContext()
- func (s *One_of_stmtContext) ONE_OF() antlr.TerminalNode
- func (s *One_of_stmtContext) One_of_cases(i int) IOne_of_casesContext
- func (s *One_of_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Package_nameContext
- func (s *Package_nameContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Package_nameContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Package_nameContext) GetParser() antlr.Parser
- func (s *Package_nameContext) GetRuleContext() antlr.RuleContext
- func (*Package_nameContext) IsPackage_nameContext()
- func (s *Package_nameContext) Name_str() IName_strContext
- func (s *Package_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ParamContext
- func (s *ParamContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ParamContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ParamContext) Field() IFieldContext
- func (s *ParamContext) GetParser() antlr.Parser
- func (s *ParamContext) GetRuleContext() antlr.RuleContext
- func (*ParamContext) IsParamContext()
- func (s *ParamContext) Reference() IReferenceContext
- func (s *ParamContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Param_listContext
- func (s *Param_listContext) AllCOMMA() []antlr.TerminalNode
- func (s *Param_listContext) AllParam() []IParamContext
- func (s *Param_listContext) COMMA(i int) antlr.TerminalNode
- func (s *Param_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Param_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Param_listContext) GetParser() antlr.Parser
- func (s *Param_listContext) GetRuleContext() antlr.RuleContext
- func (*Param_listContext) IsParam_listContext()
- func (s *Param_listContext) Param(i int) IParamContext
- func (s *Param_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ParamsContext
- func (s *ParamsContext) CLOSE_PAREN() antlr.TerminalNode
- func (s *ParamsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ParamsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ParamsContext) GetParser() antlr.Parser
- func (s *ParamsContext) GetRuleContext() antlr.RuleContext
- func (*ParamsContext) IsParamsContext()
- func (s *ParamsContext) OPEN_PAREN() antlr.TerminalNode
- func (s *ParamsContext) Param_list() IParam_listContext
- func (s *ParamsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PowerContext
- func (s *PowerContext) Atom() IAtomContext
- func (s *PowerContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PowerContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PowerContext) GetParser() antlr.Parser
- func (s *PowerContext) GetRuleContext() antlr.RuleContext
- func (*PowerContext) IsPowerContext()
- func (s *PowerContext) PowerT() IPowerTContext
- func (s *PowerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type PowerTContext
- func (s *PowerTContext) E_POW() antlr.TerminalNode
- func (s *PowerTContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PowerTContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PowerTContext) GetParser() antlr.Parser
- func (s *PowerTContext) GetRuleContext() antlr.RuleContext
- func (*PowerTContext) IsPowerTContext()
- func (s *PowerTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *PowerTContext) UnaryTerm() IUnaryTermContext
- type PublisherContext
- func (s *PublisherContext) App_name() IApp_nameContext
- func (s *PublisherContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *PublisherContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *PublisherContext) GetParser() antlr.Parser
- func (s *PublisherContext) GetRuleContext() antlr.RuleContext
- func (*PublisherContext) IsPublisherContext()
- func (s *PublisherContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Query_paramContext
- func (s *Query_paramContext) AMP(i int) antlr.TerminalNode
- func (s *Query_paramContext) AllAMP() []antlr.TerminalNode
- func (s *Query_paramContext) AllQuery_var() []IQuery_varContext
- func (s *Query_paramContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Query_paramContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Query_paramContext) GetParser() antlr.Parser
- func (s *Query_paramContext) GetRuleContext() antlr.RuleContext
- func (*Query_paramContext) IsQuery_paramContext()
- func (s *Query_paramContext) QN() antlr.TerminalNode
- func (s *Query_paramContext) Query_var(i int) IQuery_varContext
- func (s *Query_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Query_varContext
- func (s *Query_varContext) EQ() antlr.TerminalNode
- func (s *Query_varContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Query_varContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Query_varContext) GetParser() antlr.Parser
- func (s *Query_varContext) GetRuleContext() antlr.RuleContext
- func (*Query_varContext) IsQuery_varContext()
- func (s *Query_varContext) Name() antlr.TerminalNode
- func (s *Query_varContext) Name_str() IName_strContext
- func (s *Query_varContext) NativeDataTypes() antlr.TerminalNode
- func (s *Query_varContext) QN() antlr.TerminalNode
- func (s *Query_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Query_varContext) Var_in_curly() IVar_in_curlyContext
- type Quoted_stringContext
- func (s *Quoted_stringContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Quoted_stringContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Quoted_stringContext) GetParser() antlr.Parser
- func (s *Quoted_stringContext) GetRuleContext() antlr.RuleContext
- func (*Quoted_stringContext) IsQuoted_stringContext()
- func (s *Quoted_stringContext) QSTRING() antlr.TerminalNode
- func (s *Quoted_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rank_exprContext
- func (s *Rank_exprContext) E_ASC() antlr.TerminalNode
- func (s *Rank_exprContext) E_DESC() antlr.TerminalNode
- func (s *Rank_exprContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rank_exprContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rank_exprContext) Expr() IExprContext
- func (s *Rank_exprContext) GetParser() antlr.Parser
- func (s *Rank_exprContext) GetRuleContext() antlr.RuleContext
- func (*Rank_exprContext) IsRank_exprContext()
- func (s *Rank_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rank_expr_listContext
- func (s *Rank_expr_listContext) AllE_COMMA() []antlr.TerminalNode
- func (s *Rank_expr_listContext) AllRank_expr() []IRank_exprContext
- func (s *Rank_expr_listContext) E_COMMA(i int) antlr.TerminalNode
- func (s *Rank_expr_listContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rank_expr_listContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rank_expr_listContext) GetParser() antlr.Parser
- func (s *Rank_expr_listContext) GetRuleContext() antlr.RuleContext
- func (*Rank_expr_listContext) IsRank_expr_listContext()
- func (s *Rank_expr_listContext) Rank_expr(i int) IRank_exprContext
- func (s *Rank_expr_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ReferenceContext
- func (s *ReferenceContext) AllDOT() []antlr.TerminalNode
- func (s *ReferenceContext) AllE_DOT() []antlr.TerminalNode
- func (s *ReferenceContext) AllName_str() []IName_strContext
- func (s *ReferenceContext) App_name() IApp_nameContext
- func (s *ReferenceContext) DOT(i int) antlr.TerminalNode
- func (s *ReferenceContext) E_DOT(i int) antlr.TerminalNode
- func (s *ReferenceContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ReferenceContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ReferenceContext) GetParser() antlr.Parser
- func (s *ReferenceContext) GetRuleContext() antlr.RuleContext
- func (*ReferenceContext) IsReferenceContext()
- func (s *ReferenceContext) Name_str(i int) IName_strContext
- func (s *ReferenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type RelopContext
- func (s *RelopContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *RelopContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *RelopContext) Expr_agg_func() IExpr_agg_funcContext
- func (s *RelopContext) Expr_any_func() IExpr_any_funcContext
- func (s *RelopContext) Expr_count() IExpr_countContext
- func (s *RelopContext) Expr_first_func() IExpr_first_funcContext
- func (s *RelopContext) Expr_matching() IExpr_matchingContext
- func (s *RelopContext) Expr_navigate() IExpr_navigateContext
- func (s *RelopContext) Expr_rank_func() IExpr_rank_funcContext
- func (s *RelopContext) Expr_single_arg_func() IExpr_single_arg_funcContext
- func (s *RelopContext) Expr_single_or_null() IExpr_single_or_nullContext
- func (s *RelopContext) Expr_snapshot() IExpr_snapshotContext
- func (s *RelopContext) Expr_table_of_op() IExpr_table_of_opContext
- func (s *RelopContext) GetParser() antlr.Parser
- func (s *RelopContext) GetRuleContext() antlr.RuleContext
- func (*RelopContext) IsRelopContext()
- func (s *RelopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Rest_endpointContext
- func (s *Rest_endpointContext) AllMethod_def() []IMethod_defContext
- func (s *Rest_endpointContext) AllRest_endpoint() []IRest_endpointContext
- func (s *Rest_endpointContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *Rest_endpointContext) COLON() antlr.TerminalNode
- func (s *Rest_endpointContext) DEDENT() antlr.TerminalNode
- func (s *Rest_endpointContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Rest_endpointContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Rest_endpointContext) GetParser() antlr.Parser
- func (s *Rest_endpointContext) GetRuleContext() antlr.RuleContext
- func (s *Rest_endpointContext) Http_path() IHttp_pathContext
- func (s *Rest_endpointContext) INDENT() antlr.TerminalNode
- func (*Rest_endpointContext) IsRest_endpointContext()
- func (s *Rest_endpointContext) Method_def(i int) IMethod_defContext
- func (s *Rest_endpointContext) Rest_endpoint(i int) IRest_endpointContext
- func (s *Rest_endpointContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Ret_stmtContext
- func (s *Ret_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Ret_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Ret_stmtContext) GetParser() antlr.Parser
- func (s *Ret_stmtContext) GetRuleContext() antlr.RuleContext
- func (*Ret_stmtContext) IsRet_stmtContext()
- func (s *Ret_stmtContext) RETURN() antlr.TerminalNode
- func (s *Ret_stmtContext) TEXT() antlr.TerminalNode
- func (s *Ret_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Sequence_ofContext
- func (s *Sequence_ofContext) E_SEQUENCE_OF() antlr.TerminalNode
- func (s *Sequence_ofContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sequence_ofContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sequence_ofContext) GetParser() antlr.Parser
- func (s *Sequence_ofContext) GetRuleContext() antlr.RuleContext
- func (*Sequence_ofContext) IsSequence_ofContext()
- func (s *Sequence_ofContext) SEQUENCE_OF() antlr.TerminalNode
- func (s *Sequence_ofContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Sequence_typeContext
- func (s *Sequence_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sequence_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sequence_typeContext) GetParser() antlr.Parser
- func (s *Sequence_typeContext) GetRuleContext() antlr.RuleContext
- func (*Sequence_typeContext) IsSequence_typeContext()
- func (s *Sequence_typeContext) Sequence_of() ISequence_ofContext
- func (s *Sequence_typeContext) Size_spec() ISize_specContext
- func (s *Sequence_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Sequence_typeContext) Types() ITypesContext
- type Set_ofContext
- func (s *Set_ofContext) E_SET_OF() antlr.TerminalNode
- func (s *Set_ofContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Set_ofContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Set_ofContext) GetParser() antlr.Parser
- func (s *Set_ofContext) GetRuleContext() antlr.RuleContext
- func (*Set_ofContext) IsSet_ofContext()
- func (s *Set_ofContext) SET_OF() antlr.TerminalNode
- func (s *Set_ofContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Set_typeContext
- func (s *Set_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Set_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Set_typeContext) GetParser() antlr.Parser
- func (s *Set_typeContext) GetRuleContext() antlr.RuleContext
- func (*Set_typeContext) IsSet_typeContext()
- func (s *Set_typeContext) Set_of() ISet_ofContext
- func (s *Set_typeContext) Size_spec() ISize_specContext
- func (s *Set_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Set_typeContext) Types() ITypesContext
- type ShortcutContext
- func (s *ShortcutContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ShortcutContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ShortcutContext) GetParser() antlr.Parser
- func (s *ShortcutContext) GetRuleContext() antlr.RuleContext
- func (*ShortcutContext) IsShortcutContext()
- func (s *ShortcutContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ShortcutContext) WHATEVER() antlr.TerminalNode
- type Simple_endpointContext
- func (s *Simple_endpointContext) AllStatements() []IStatementsContext
- func (s *Simple_endpointContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *Simple_endpointContext) COLON() antlr.TerminalNode
- func (s *Simple_endpointContext) DEDENT() antlr.TerminalNode
- func (s *Simple_endpointContext) Endpoint_name() IEndpoint_nameContext
- func (s *Simple_endpointContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Simple_endpointContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Simple_endpointContext) GetParser() antlr.Parser
- func (s *Simple_endpointContext) GetRuleContext() antlr.RuleContext
- func (s *Simple_endpointContext) INDENT() antlr.TerminalNode
- func (*Simple_endpointContext) IsSimple_endpointContext()
- func (s *Simple_endpointContext) Params() IParamsContext
- func (s *Simple_endpointContext) QSTRING() antlr.TerminalNode
- func (s *Simple_endpointContext) Shortcut() IShortcutContext
- func (s *Simple_endpointContext) Statements(i int) IStatementsContext
- func (s *Simple_endpointContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Simple_endpointContext) WHATEVER() antlr.TerminalNode
- type Size_specContext
- func (s *Size_specContext) AllDIGITS() []antlr.TerminalNode
- func (s *Size_specContext) CLOSE_PAREN() antlr.TerminalNode
- func (s *Size_specContext) DIGITS(i int) antlr.TerminalNode
- func (s *Size_specContext) DOT() antlr.TerminalNode
- func (s *Size_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Size_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Size_specContext) GetParser() antlr.Parser
- func (s *Size_specContext) GetRuleContext() antlr.RuleContext
- func (*Size_specContext) IsSize_specContext()
- func (s *Size_specContext) OPEN_PAREN() antlr.TerminalNode
- func (s *Size_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Squiggly_argsContext
- func (s *Squiggly_argsContext) AllE_COMMA() []antlr.TerminalNode
- func (s *Squiggly_argsContext) AllE_Name() []antlr.TerminalNode
- func (s *Squiggly_argsContext) E_COMMA(i int) antlr.TerminalNode
- func (s *Squiggly_argsContext) E_Name(i int) antlr.TerminalNode
- func (s *Squiggly_argsContext) E_SQ_CLOSE() antlr.TerminalNode
- func (s *Squiggly_argsContext) E_SQ_OPEN() antlr.TerminalNode
- func (s *Squiggly_argsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Squiggly_argsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Squiggly_argsContext) GetParser() antlr.Parser
- func (s *Squiggly_argsContext) GetRuleContext() antlr.RuleContext
- func (*Squiggly_argsContext) IsSquiggly_argsContext()
- func (s *Squiggly_argsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type StatementsContext
- func (s *StatementsContext) Annotation() IAnnotationContext
- func (s *StatementsContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *StatementsContext) Call_stmt() ICall_stmtContext
- func (s *StatementsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *StatementsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *StatementsContext) For_stmt() IFor_stmtContext
- func (s *StatementsContext) GetParser() antlr.Parser
- func (s *StatementsContext) GetRuleContext() antlr.RuleContext
- func (s *StatementsContext) Group_stmt() IGroup_stmtContext
- func (s *StatementsContext) Http_method_comment() IHttp_method_commentContext
- func (s *StatementsContext) If_else() IIf_elseContext
- func (*StatementsContext) IsStatementsContext()
- func (s *StatementsContext) One_of_stmt() IOne_of_stmtContext
- func (s *StatementsContext) Ret_stmt() IRet_stmtContext
- func (s *StatementsContext) Text_stmt() IText_stmtContext
- func (s *StatementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Sub_packageContext
- func (s *Sub_packageContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sub_packageContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sub_packageContext) GetParser() antlr.Parser
- func (s *Sub_packageContext) GetRuleContext() antlr.RuleContext
- func (*Sub_packageContext) IsSub_packageContext()
- func (s *Sub_packageContext) NAME_SEP() antlr.TerminalNode
- func (s *Sub_packageContext) Package_name() IPackage_nameContext
- func (s *Sub_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SubscribeContext
- func (s *SubscribeContext) ARROW_RIGHT() antlr.TerminalNode
- func (s *SubscribeContext) AllStatements() []IStatementsContext
- func (s *SubscribeContext) App_name() IApp_nameContext
- func (s *SubscribeContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *SubscribeContext) COLON() antlr.TerminalNode
- func (s *SubscribeContext) DEDENT() antlr.TerminalNode
- func (s *SubscribeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SubscribeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SubscribeContext) GetParser() antlr.Parser
- func (s *SubscribeContext) GetRuleContext() antlr.RuleContext
- func (s *SubscribeContext) INDENT() antlr.TerminalNode
- func (*SubscribeContext) IsSubscribeContext()
- func (s *SubscribeContext) Name_str() IName_strContext
- func (s *SubscribeContext) Statements(i int) IStatementsContext
- func (s *SubscribeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *SubscribeContext) WHATEVER() antlr.TerminalNode
- type SubscriberContext
- func (s *SubscriberContext) App_name() IApp_nameContext
- func (s *SubscriberContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *SubscriberContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *SubscriberContext) GetParser() antlr.Parser
- func (s *SubscriberContext) GetRuleContext() antlr.RuleContext
- func (*SubscriberContext) IsSubscriberContext()
- func (s *SubscriberContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type SyslLexer
- func (l *SyslLexer) ABSTRACT_Action(localctx antlr.RuleContext, actionIndex int)
- func (p *SyslLexer) ABSTRACT_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *SyslLexer) AMP_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (l *SyslLexer) Action(localctx antlr.RuleContext, ruleIndex, actionIndex int)
- func (l *SyslLexer) COLON_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) EMPTY_COMMENT_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) EMPTY_LINE_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) E_CLOSE_PAREN_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) E_DOT_NAME_NL_Action(localctx antlr.RuleContext, actionIndex int)
- func (p *SyslLexer) E_DOT_NAME_NL_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (l *SyslLexer) E_EMPTY_LINE_Action(localctx antlr.RuleContext, actionIndex int)
- func (p *SyslLexer) E_EMPTY_LINE_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (l *SyslLexer) E_INDENTED_COMMENT_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) E_NL_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) E_NativeDataTypes_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) E_OPEN_PAREN_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) E_WS_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) FORWARD_SLASH_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) HTTP_VERBS_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) IMPORT_Action(localctx antlr.RuleContext, actionIndex int)
- func (p *SyslLexer) IMPORT_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (l *SyslLexer) INDENTED_COMMENT_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) NEWLINE_2_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) NEWLINE_Action(localctx antlr.RuleContext, actionIndex int)
- func (p *SyslLexer) NativeDataTypes_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (l *SyslLexer) NextToken() antlr.Token
- func (l *SyslLexer) SQ_CLOSE_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) SQ_OPEN_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
- func (p *SyslLexer) TEXT_LINE_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (l *SyslLexer) TEXT_VALUE_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) VIEW_Action(localctx antlr.RuleContext, actionIndex int)
- func (l *SyslLexer) WS_Action(localctx antlr.RuleContext, actionIndex int)
- type SyslParser
- func (p *SyslParser) Abstract_view() (localctx IAbstract_viewContext)
- func (p *SyslParser) Alias() (localctx IAliasContext)
- func (p *SyslParser) Annotation() (localctx IAnnotationContext)
- func (p *SyslParser) Annotation_value() (localctx IAnnotation_valueContext)
- func (p *SyslParser) Annotations() (localctx IAnnotationsContext)
- func (p *SyslParser) App_decl() (localctx IApp_declContext)
- func (p *SyslParser) App_decl_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *SyslParser) App_name() (localctx IApp_nameContext)
- func (p *SyslParser) Application() (localctx IApplicationContext)
- func (p *SyslParser) Array_of_arrays() (localctx IArray_of_arraysContext)
- func (p *SyslParser) Array_of_strings() (localctx IArray_of_stringsContext)
- func (p *SyslParser) Array_size() (localctx IArray_sizeContext)
- func (p *SyslParser) Atom() (localctx IAtomContext)
- func (p *SyslParser) AtomT() (localctx IAtomTContext)
- func (p *SyslParser) AtomT_implied_dot() (localctx IAtomT_implied_dotContext)
- func (p *SyslParser) AtomT_name() (localctx IAtomT_nameContext)
- func (p *SyslParser) AtomT_paren() (localctx IAtomT_parenContext)
- func (p *SyslParser) Atom_dot_relop() (localctx IAtom_dot_relopContext)
- func (p *SyslParser) Attribs_or_modifiers() (localctx IAttribs_or_modifiersContext)
- func (p *SyslParser) Binexpr() (localctx IBinexprContext)
- func (p *SyslParser) BinexprT() (localctx IBinexprTContext)
- func (p *SyslParser) Call_arg() (localctx ICall_argContext)
- func (p *SyslParser) Call_args() (localctx ICall_argsContext)
- func (p *SyslParser) Call_stmt() (localctx ICall_stmtContext)
- func (p *SyslParser) Collection_type() (localctx ICollection_typeContext)
- func (p *SyslParser) Collector() (localctx ICollectorContext)
- func (p *SyslParser) Collector_action_stmt() (localctx ICollector_action_stmtContext)
- func (p *SyslParser) Collector_call_stmt() (localctx ICollector_call_stmtContext)
- func (p *SyslParser) Collector_http_stmt() (localctx ICollector_http_stmtContext)
- func (p *SyslParser) Collector_http_stmt_part() (localctx ICollector_http_stmt_partContext)
- func (p *SyslParser) Collector_http_stmt_suffix() (localctx ICollector_http_stmt_suffixContext)
- func (p *SyslParser) Collector_pubsub_call() (localctx ICollector_pubsub_callContext)
- func (p *SyslParser) Collector_query_param() (localctx ICollector_query_paramContext)
- func (p *SyslParser) Collector_query_var() (localctx ICollector_query_varContext)
- func (p *SyslParser) Collector_stmts() (localctx ICollector_stmtsContext)
- func (p *SyslParser) Cond_block() (localctx ICond_blockContext)
- func (p *SyslParser) Cond_block_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *SyslParser) Control_item() (localctx IControl_itemContext)
- func (p *SyslParser) Doc_string() (localctx IDoc_stringContext)
- func (p *SyslParser) E_compare_ops() (localctx IE_compare_opsContext)
- func (p *SyslParser) E_scope_var() (localctx IE_scope_varContext)
- func (p *SyslParser) E_single_arg_func() (localctx IE_single_arg_funcContext)
- func (p *SyslParser) Else_block_stmt() (localctx IElse_block_stmtContext)
- func (p *SyslParser) Else_stmt() (localctx IElse_stmtContext)
- func (p *SyslParser) Empty_tuple() (localctx IEmpty_tupleContext)
- func (p *SyslParser) Endpoint_name() (localctx IEndpoint_nameContext)
- func (p *SyslParser) Entry() (localctx IEntryContext)
- func (p *SyslParser) Event() (localctx IEventContext)
- func (p *SyslParser) Expr() (localctx IExprContext)
- func (p *SyslParser) Expr_agg_func() (localctx IExpr_agg_funcContext)
- func (p *SyslParser) Expr_and() (localctx IExpr_andContext)
- func (p *SyslParser) Expr_any_func() (localctx IExpr_any_funcContext)
- func (p *SyslParser) Expr_assign() (localctx IExpr_assignContext)
- func (p *SyslParser) Expr_atom_list() (localctx IExpr_atom_listContext)
- func (p *SyslParser) Expr_bitand() (localctx IExpr_bitandContext)
- func (p *SyslParser) Expr_bitor() (localctx IExpr_bitorContext)
- func (p *SyslParser) Expr_bitxor() (localctx IExpr_bitxorContext)
- func (p *SyslParser) Expr_block() (localctx IExpr_blockContext)
- func (p *SyslParser) Expr_but_not() (localctx IExpr_but_notContext)
- func (p *SyslParser) Expr_coalesce() (localctx IExpr_coalesceContext)
- func (p *SyslParser) Expr_count() (localctx IExpr_countContext)
- func (p *SyslParser) Expr_dot_assign() (localctx IExpr_dot_assignContext)
- func (p *SyslParser) Expr_first_func() (localctx IExpr_first_funcContext)
- func (p *SyslParser) Expr_func() (localctx IExpr_funcContext)
- func (p *SyslParser) Expr_if_else() (localctx IExpr_if_elseContext)
- func (p *SyslParser) Expr_inject_stmt() (localctx IExpr_inject_stmtContext)
- func (p *SyslParser) Expr_let_statement() (localctx IExpr_let_statementContext)
- func (p *SyslParser) Expr_list() (localctx IExpr_listContext)
- func (p *SyslParser) Expr_matching() (localctx IExpr_matchingContext)
- func (p *SyslParser) Expr_navigate() (localctx IExpr_navigateContext)
- func (p *SyslParser) Expr_navigate_attr() (localctx IExpr_navigate_attrContext)
- func (p *SyslParser) Expr_or() (localctx IExpr_orContext)
- func (p *SyslParser) Expr_rank_func() (localctx IExpr_rank_funcContext)
- func (p *SyslParser) Expr_rel() (localctx IExpr_relContext)
- func (p *SyslParser) Expr_set() (localctx IExpr_setContext)
- func (p *SyslParser) Expr_simple_assign() (localctx IExpr_simple_assignContext)
- func (p *SyslParser) Expr_single_arg_func() (localctx IExpr_single_arg_funcContext)
- func (p *SyslParser) Expr_single_or_null() (localctx IExpr_single_or_nullContext)
- func (p *SyslParser) Expr_snapshot() (localctx IExpr_snapshotContext)
- func (p *SyslParser) Expr_statement() (localctx IExpr_statementContext)
- func (p *SyslParser) Expr_statement_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *SyslParser) Expr_statement_no_nl() (localctx IExpr_statement_no_nlContext)
- func (p *SyslParser) Expr_stmt() (localctx IExpr_stmtContext)
- func (p *SyslParser) Expr_table_of_op() (localctx IExpr_table_of_opContext)
- func (p *SyslParser) Expr_table_of_statement() (localctx IExpr_table_of_statementContext)
- func (p *SyslParser) Facade() (localctx IFacadeContext)
- func (p *SyslParser) Field() (localctx IFieldContext)
- func (p *SyslParser) Field_type() (localctx IField_typeContext)
- func (p *SyslParser) Final_else() (localctx IFinal_elseContext)
- func (p *SyslParser) Final_else_Sempred(localctx antlr.RuleContext, predIndex int) bool
- func (p *SyslParser) First_func_target() (localctx IFirst_func_targetContext)
- func (p *SyslParser) For_stmt() (localctx IFor_stmtContext)
- func (p *SyslParser) Func_arg() (localctx IFunc_argContext)
- func (p *SyslParser) Func_args() (localctx IFunc_argsContext)
- func (p *SyslParser) Group_stmt() (localctx IGroup_stmtContext)
- func (p *SyslParser) Http_method_comment() (localctx IHttp_method_commentContext)
- func (p *SyslParser) Http_path() (localctx IHttp_pathContext)
- func (p *SyslParser) Http_path_part() (localctx IHttp_path_partContext)
- func (p *SyslParser) Http_path_static() (localctx IHttp_path_staticContext)
- func (p *SyslParser) Http_path_suffix() (localctx IHttp_path_suffixContext)
- func (p *SyslParser) Http_path_var_with_type() (localctx IHttp_path_var_with_typeContext)
- func (p *SyslParser) If_controls() (localctx IIf_controlsContext)
- func (p *SyslParser) If_else() (localctx IIf_elseContext)
- func (p *SyslParser) If_multiple_lines() (localctx IIf_multiple_linesContext)
- func (p *SyslParser) If_one_liner() (localctx IIf_one_linerContext)
- func (p *SyslParser) If_stmt() (localctx IIf_stmtContext)
- func (p *SyslParser) Ifvar() (localctx IIfvarContext)
- func (p *SyslParser) Import_mode() (localctx IImport_modeContext)
- func (p *SyslParser) Import_stmt() (localctx IImport_stmtContext)
- func (p *SyslParser) Imports_decl() (localctx IImports_declContext)
- func (p *SyslParser) Inplace_table() (localctx IInplace_tableContext)
- func (p *SyslParser) Inplace_table_def() (localctx IInplace_table_defContext)
- func (p *SyslParser) Inplace_tuple() (localctx IInplace_tupleContext)
- func (p *SyslParser) List_item() (localctx IList_itemContext)
- func (p *SyslParser) Literal() (localctx ILiteralContext)
- func (p *SyslParser) Matching_rhs() (localctx IMatching_rhsContext)
- func (p *SyslParser) Method_def() (localctx IMethod_defContext)
- func (p *SyslParser) Mixin() (localctx IMixinContext)
- func (p *SyslParser) Model_name() (localctx IModel_nameContext)
- func (p *SyslParser) Modifier() (localctx IModifierContext)
- func (p *SyslParser) Multi_line_docstring() (localctx IMulti_line_docstringContext)
- func (p *SyslParser) Name_str() (localctx IName_strContext)
- func (p *SyslParser) Name_with_attribs() (localctx IName_with_attribsContext)
- func (p *SyslParser) Nvp() (localctx INvpContext)
- func (p *SyslParser) One_of_case_label() (localctx IOne_of_case_labelContext)
- func (p *SyslParser) One_of_cases() (localctx IOne_of_casesContext)
- func (p *SyslParser) One_of_stmt() (localctx IOne_of_stmtContext)
- func (p *SyslParser) Package_name() (localctx IPackage_nameContext)
- func (p *SyslParser) Param() (localctx IParamContext)
- func (p *SyslParser) Param_list() (localctx IParam_listContext)
- func (p *SyslParser) Params() (localctx IParamsContext)
- func (p *SyslParser) Power() (localctx IPowerContext)
- func (p *SyslParser) PowerT() (localctx IPowerTContext)
- func (p *SyslParser) Publisher() (localctx IPublisherContext)
- func (p *SyslParser) Query_param() (localctx IQuery_paramContext)
- func (p *SyslParser) Query_var() (localctx IQuery_varContext)
- func (p *SyslParser) Quoted_string() (localctx IQuoted_stringContext)
- func (p *SyslParser) Rank_expr() (localctx IRank_exprContext)
- func (p *SyslParser) Rank_expr_list() (localctx IRank_expr_listContext)
- func (p *SyslParser) Reference() (localctx IReferenceContext)
- func (p *SyslParser) Relop() (localctx IRelopContext)
- func (p *SyslParser) Rest_endpoint() (localctx IRest_endpointContext)
- func (p *SyslParser) Ret_stmt() (localctx IRet_stmtContext)
- func (p *SyslParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
- func (p *SyslParser) Sequence_of() (localctx ISequence_ofContext)
- func (p *SyslParser) Sequence_type() (localctx ISequence_typeContext)
- func (p *SyslParser) Set_of() (localctx ISet_ofContext)
- func (p *SyslParser) Set_type() (localctx ISet_typeContext)
- func (p *SyslParser) Shortcut() (localctx IShortcutContext)
- func (p *SyslParser) Simple_endpoint() (localctx ISimple_endpointContext)
- func (p *SyslParser) Size_spec() (localctx ISize_specContext)
- func (p *SyslParser) Squiggly_args() (localctx ISquiggly_argsContext)
- func (p *SyslParser) Statements() (localctx IStatementsContext)
- func (p *SyslParser) Sub_package() (localctx ISub_packageContext)
- func (p *SyslParser) Subscribe() (localctx ISubscribeContext)
- func (p *SyslParser) Subscriber() (localctx ISubscriberContext)
- func (p *SyslParser) Sysl_file() (localctx ISysl_fileContext)
- func (p *SyslParser) Table() (localctx ITableContext)
- func (p *SyslParser) Table_def() (localctx ITable_defContext)
- func (p *SyslParser) Table_refs() (localctx ITable_refsContext)
- func (p *SyslParser) Table_stmts() (localctx ITable_stmtsContext)
- func (p *SyslParser) Target() (localctx ITargetContext)
- func (p *SyslParser) Target_endpoint() (localctx ITarget_endpointContext)
- func (p *SyslParser) Term() (localctx ITermContext)
- func (p *SyslParser) TermT() (localctx ITermTContext)
- func (p *SyslParser) Text_stmt() (localctx IText_stmtContext)
- func (p *SyslParser) Transform() (localctx ITransformContext)
- func (p *SyslParser) Transform_arg() (localctx ITransform_argContext)
- func (p *SyslParser) Transform_return_type() (localctx ITransform_return_typeContext)
- func (p *SyslParser) Transform_scope_var() (localctx ITransform_scope_varContext)
- func (p *SyslParser) Types() (localctx ITypesContext)
- func (p *SyslParser) UnaryTerm() (localctx IUnaryTermContext)
- func (p *SyslParser) Union() (localctx IUnionContext)
- func (p *SyslParser) User_defined_type() (localctx IUser_defined_typeContext)
- func (p *SyslParser) Var_in_curly() (localctx IVar_in_curlyContext)
- func (p *SyslParser) View() (localctx IViewContext)
- func (p *SyslParser) View_param() (localctx IView_paramContext)
- func (p *SyslParser) View_params() (localctx IView_paramsContext)
- func (p *SyslParser) View_return_type() (localctx IView_return_typeContext)
- func (p *SyslParser) View_type_spec() (localctx IView_type_specContext)
- type SyslParserListener
- type Sysl_fileContext
- func (s *Sysl_fileContext) AllApplication() []IApplicationContext
- func (s *Sysl_fileContext) Application(i int) IApplicationContext
- func (s *Sysl_fileContext) EOF() antlr.TerminalNode
- func (s *Sysl_fileContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Sysl_fileContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Sysl_fileContext) GetParser() antlr.Parser
- func (s *Sysl_fileContext) GetRuleContext() antlr.RuleContext
- func (s *Sysl_fileContext) Imports_decl() IImports_declContext
- func (*Sysl_fileContext) IsSysl_fileContext()
- func (s *Sysl_fileContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TableContext
- func (s *TableContext) AllSYSL_COMMENT() []antlr.TerminalNode
- func (s *TableContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TableContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TableContext) GetParser() antlr.Parser
- func (s *TableContext) GetRuleContext() antlr.RuleContext
- func (*TableContext) IsTableContext()
- func (s *TableContext) Name_str() IName_strContext
- func (s *TableContext) SYSL_COMMENT(i int) antlr.TerminalNode
- func (s *TableContext) TABLE() antlr.TerminalNode
- func (s *TableContext) TYPE() antlr.TerminalNode
- func (s *TableContext) Table_def() ITable_defContext
- func (s *TableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Table_defContext
- func (s *Table_defContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *Table_defContext) COLON() antlr.TerminalNode
- func (s *Table_defContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_defContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_defContext) GetParser() antlr.Parser
- func (s *Table_defContext) GetRuleContext() antlr.RuleContext
- func (*Table_defContext) IsTable_defContext()
- func (s *Table_defContext) Table_stmts() ITable_stmtsContext
- func (s *Table_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Table_defContext) WHATEVER() antlr.TerminalNode
- type Table_refsContext
- func (s *Table_refsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_refsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_refsContext) GetParser() antlr.Parser
- func (s *Table_refsContext) GetRuleContext() antlr.RuleContext
- func (s *Table_refsContext) Inplace_table_def() IInplace_table_defContext
- func (*Table_refsContext) IsTable_refsContext()
- func (s *Table_refsContext) Name() antlr.TerminalNode
- func (s *Table_refsContext) TABLE() antlr.TerminalNode
- func (s *Table_refsContext) TYPE() antlr.TerminalNode
- func (s *Table_refsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Table_refsContext) UNION() antlr.TerminalNode
- type Table_stmtsContext
- func (s *Table_stmtsContext) AllAnnotation() []IAnnotationContext
- func (s *Table_stmtsContext) AllField() []IFieldContext
- func (s *Table_stmtsContext) AllInplace_table() []IInplace_tableContext
- func (s *Table_stmtsContext) AllSYSL_COMMENT() []antlr.TerminalNode
- func (s *Table_stmtsContext) AllWHATEVER() []antlr.TerminalNode
- func (s *Table_stmtsContext) Annotation(i int) IAnnotationContext
- func (s *Table_stmtsContext) DEDENT() antlr.TerminalNode
- func (s *Table_stmtsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Table_stmtsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Table_stmtsContext) Field(i int) IFieldContext
- func (s *Table_stmtsContext) GetParser() antlr.Parser
- func (s *Table_stmtsContext) GetRuleContext() antlr.RuleContext
- func (s *Table_stmtsContext) INDENT() antlr.TerminalNode
- func (s *Table_stmtsContext) Inplace_table(i int) IInplace_tableContext
- func (*Table_stmtsContext) IsTable_stmtsContext()
- func (s *Table_stmtsContext) SYSL_COMMENT(i int) antlr.TerminalNode
- func (s *Table_stmtsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Table_stmtsContext) WHATEVER(i int) antlr.TerminalNode
- type TargetContext
- func (s *TargetContext) App_name() IApp_nameContext
- func (s *TargetContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TargetContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TargetContext) GetParser() antlr.Parser
- func (s *TargetContext) GetRuleContext() antlr.RuleContext
- func (*TargetContext) IsTargetContext()
- func (s *TargetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Target_endpointContext
- func (s *Target_endpointContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Target_endpointContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Target_endpointContext) GetParser() antlr.Parser
- func (s *Target_endpointContext) GetRuleContext() antlr.RuleContext
- func (*Target_endpointContext) IsTarget_endpointContext()
- func (s *Target_endpointContext) Name_str() IName_strContext
- func (s *Target_endpointContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TermContext
- func (s *TermContext) AllTermT() []ITermTContext
- func (s *TermContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TermContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TermContext) GetParser() antlr.Parser
- func (s *TermContext) GetRuleContext() antlr.RuleContext
- func (*TermContext) IsTermContext()
- func (s *TermContext) TermT(i int) ITermTContext
- func (s *TermContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TermContext) UnaryTerm() IUnaryTermContext
- type TermTContext
- func (s *TermTContext) E_DIVIDE() antlr.TerminalNode
- func (s *TermTContext) E_MOD() antlr.TerminalNode
- func (s *TermTContext) E_STAR() antlr.TerminalNode
- func (s *TermTContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TermTContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TermTContext) GetParser() antlr.Parser
- func (s *TermTContext) GetRuleContext() antlr.RuleContext
- func (*TermTContext) IsTermTContext()
- func (s *TermTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TermTContext) UnaryTerm() IUnaryTermContext
- type Text_stmtContext
- func (s *Text_stmtContext) ARROW_RIGHT() antlr.TerminalNode
- func (s *Text_stmtContext) App_name() IApp_nameContext
- func (s *Text_stmtContext) Doc_string() IDoc_stringContext
- func (s *Text_stmtContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Text_stmtContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Text_stmtContext) GetParser() antlr.Parser
- func (s *Text_stmtContext) GetRuleContext() antlr.RuleContext
- func (*Text_stmtContext) IsText_stmtContext()
- func (s *Text_stmtContext) Name_str() IName_strContext
- func (s *Text_stmtContext) QSTRING() antlr.TerminalNode
- func (s *Text_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Text_stmtContext) WHATEVER() antlr.TerminalNode
- type TransformContext
- func (s *TransformContext) AllE_NL() []antlr.TerminalNode
- func (s *TransformContext) AllExpr_stmt() []IExpr_stmtContext
- func (s *TransformContext) DEDENT() antlr.TerminalNode
- func (s *TransformContext) E_ANGLE_CLOSE() antlr.TerminalNode
- func (s *TransformContext) E_ANGLE_OPEN() antlr.TerminalNode
- func (s *TransformContext) E_ARROW_RIGHT() antlr.TerminalNode
- func (s *TransformContext) E_CLOSE_PAREN() antlr.TerminalNode
- func (s *TransformContext) E_COLON() antlr.TerminalNode
- func (s *TransformContext) E_NL(i int) antlr.TerminalNode
- func (s *TransformContext) E_OPEN_PAREN() antlr.TerminalNode
- func (s *TransformContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TransformContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TransformContext) Expr_stmt(i int) IExpr_stmtContext
- func (s *TransformContext) GetParser() antlr.Parser
- func (s *TransformContext) GetRuleContext() antlr.RuleContext
- func (s *TransformContext) INDENT() antlr.TerminalNode
- func (*TransformContext) IsTransformContext()
- func (s *TransformContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TransformContext) Transform_arg() ITransform_argContext
- func (s *TransformContext) Transform_return_type() ITransform_return_typeContext
- func (s *TransformContext) Transform_scope_var() ITransform_scope_varContext
- type Transform_argContext
- func (s *Transform_argContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Transform_argContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Transform_argContext) Expr() IExprContext
- func (s *Transform_argContext) GetParser() antlr.Parser
- func (s *Transform_argContext) GetRuleContext() antlr.RuleContext
- func (*Transform_argContext) IsTransform_argContext()
- func (s *Transform_argContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Transform_return_typeContext
- func (s *Transform_return_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Transform_return_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Transform_return_typeContext) GetParser() antlr.Parser
- func (s *Transform_return_typeContext) GetRuleContext() antlr.RuleContext
- func (*Transform_return_typeContext) IsTransform_return_typeContext()
- func (s *Transform_return_typeContext) Sequence_of() ISequence_ofContext
- func (s *Transform_return_typeContext) Set_of() ISet_ofContext
- func (s *Transform_return_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *Transform_return_typeContext) View_type_spec() IView_type_specContext
- type Transform_scope_varContext
- func (s *Transform_scope_varContext) E_Name() antlr.TerminalNode
- func (s *Transform_scope_varContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Transform_scope_varContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Transform_scope_varContext) GetParser() antlr.Parser
- func (s *Transform_scope_varContext) GetRuleContext() antlr.RuleContext
- func (*Transform_scope_varContext) IsTransform_scope_varContext()
- func (s *Transform_scope_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type TypesContext
- func (s *TypesContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *TypesContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *TypesContext) GetParser() antlr.Parser
- func (s *TypesContext) GetRuleContext() antlr.RuleContext
- func (*TypesContext) IsTypesContext()
- func (s *TypesContext) NativeDataTypes() antlr.TerminalNode
- func (s *TypesContext) Reference() IReferenceContext
- func (s *TypesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *TypesContext) User_defined_type() IUser_defined_typeContext
- type UnaryTermContext
- func (s *UnaryTermContext) E_MINUS() antlr.TerminalNode
- func (s *UnaryTermContext) E_NOT() antlr.TerminalNode
- func (s *UnaryTermContext) E_PLUS() antlr.TerminalNode
- func (s *UnaryTermContext) E_TILDE() antlr.TerminalNode
- func (s *UnaryTermContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *UnaryTermContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *UnaryTermContext) GetParser() antlr.Parser
- func (s *UnaryTermContext) GetRuleContext() antlr.RuleContext
- func (*UnaryTermContext) IsUnaryTermContext()
- func (s *UnaryTermContext) Power() IPowerContext
- func (s *UnaryTermContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type UnionContext
- func (s *UnionContext) AllAnnotation() []IAnnotationContext
- func (s *UnionContext) AllSYSL_COMMENT() []antlr.TerminalNode
- func (s *UnionContext) AllUser_defined_type() []IUser_defined_typeContext
- func (s *UnionContext) AllWHATEVER() []antlr.TerminalNode
- func (s *UnionContext) Annotation(i int) IAnnotationContext
- func (s *UnionContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *UnionContext) COLON() antlr.TerminalNode
- func (s *UnionContext) DEDENT() antlr.TerminalNode
- func (s *UnionContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *UnionContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *UnionContext) GetParser() antlr.Parser
- func (s *UnionContext) GetRuleContext() antlr.RuleContext
- func (s *UnionContext) INDENT() antlr.TerminalNode
- func (*UnionContext) IsUnionContext()
- func (s *UnionContext) Name_str() IName_strContext
- func (s *UnionContext) SYSL_COMMENT(i int) antlr.TerminalNode
- func (s *UnionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *UnionContext) UNION() antlr.TerminalNode
- func (s *UnionContext) User_defined_type(i int) IUser_defined_typeContext
- func (s *UnionContext) WHATEVER(i int) antlr.TerminalNode
- type User_defined_typeContext
- func (s *User_defined_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *User_defined_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *User_defined_typeContext) GetParser() antlr.Parser
- func (s *User_defined_typeContext) GetRuleContext() antlr.RuleContext
- func (*User_defined_typeContext) IsUser_defined_typeContext()
- func (s *User_defined_typeContext) Name_str() IName_strContext
- func (s *User_defined_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type Var_in_curlyContext
- func (s *Var_in_curlyContext) CURLY_CLOSE() antlr.TerminalNode
- func (s *Var_in_curlyContext) CURLY_OPEN() antlr.TerminalNode
- func (s *Var_in_curlyContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *Var_in_curlyContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *Var_in_curlyContext) GetParser() antlr.Parser
- func (s *Var_in_curlyContext) GetRuleContext() antlr.RuleContext
- func (*Var_in_curlyContext) IsVar_in_curlyContext()
- func (s *Var_in_curlyContext) Name() antlr.TerminalNode
- func (s *Var_in_curlyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- type ViewContext
- func (s *ViewContext) ARROW_RIGHT() antlr.TerminalNode
- func (s *ViewContext) Abstract_view() IAbstract_viewContext
- func (s *ViewContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
- func (s *ViewContext) CLOSE_PAREN() antlr.TerminalNode
- func (s *ViewContext) COLON() antlr.TerminalNode
- func (s *ViewContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *ViewContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *ViewContext) Expr_block() IExpr_blockContext
- func (s *ViewContext) GetAbstractView() bool
- func (s *ViewContext) GetParser() antlr.Parser
- func (s *ViewContext) GetRuleContext() antlr.RuleContext
- func (*ViewContext) IsViewContext()
- func (s *ViewContext) Name_str() IName_strContext
- func (s *ViewContext) OPEN_PAREN() antlr.TerminalNode
- func (s *ViewContext) SetAbstractView(v bool)
- func (s *ViewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *ViewContext) VIEW() antlr.TerminalNode
- func (s *ViewContext) View_params() IView_paramsContext
- func (s *ViewContext) View_return_type() IView_return_typeContext
- type View_paramContext
- func (s *View_paramContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *View_paramContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *View_paramContext) GetParser() antlr.Parser
- func (s *View_paramContext) GetRuleContext() antlr.RuleContext
- func (*View_paramContext) IsView_paramContext()
- func (s *View_paramContext) LESS_COLON() antlr.TerminalNode
- func (s *View_paramContext) Name_str() IName_strContext
- func (s *View_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *View_paramContext) View_type_spec() IView_type_specContext
- type View_paramsContext
- func (s *View_paramsContext) AllCOMMA() []antlr.TerminalNode
- func (s *View_paramsContext) AllView_param() []IView_paramContext
- func (s *View_paramsContext) COMMA(i int) antlr.TerminalNode
- func (s *View_paramsContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *View_paramsContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *View_paramsContext) GetParser() antlr.Parser
- func (s *View_paramsContext) GetRuleContext() antlr.RuleContext
- func (*View_paramsContext) IsView_paramsContext()
- func (s *View_paramsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *View_paramsContext) View_param(i int) IView_paramContext
- type View_return_typeContext
- func (s *View_return_typeContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *View_return_typeContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *View_return_typeContext) GetParser() antlr.Parser
- func (s *View_return_typeContext) GetRuleContext() antlr.RuleContext
- func (*View_return_typeContext) IsView_return_typeContext()
- func (s *View_return_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *View_return_typeContext) View_type_spec() IView_type_specContext
- type View_type_specContext
- func (s *View_type_specContext) Collection_type() ICollection_typeContext
- func (s *View_type_specContext) EnterRule(listener antlr.ParseTreeListener)
- func (s *View_type_specContext) ExitRule(listener antlr.ParseTreeListener)
- func (s *View_type_specContext) GetParser() antlr.Parser
- func (s *View_type_specContext) GetRuleContext() antlr.RuleContext
- func (*View_type_specContext) IsView_type_specContext()
- func (s *View_type_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
- func (s *View_type_specContext) Types() ITypesContext
Constants ¶
const ( SyslLexerINDENT = 1 SyslLexerDEDENT = 2 SyslLexerNativeDataTypes = 3 SyslLexerHTTP_VERBS = 4 SyslLexerWRAP = 5 SyslLexerTABLE = 6 SyslLexerTYPE = 7 SyslLexerALIAS = 8 SyslLexerUNION = 9 SyslLexerVIEW = 10 SyslLexerIMPORT = 11 SyslLexerAS = 12 SyslLexerRETURN = 13 SyslLexerIF = 14 SyslLexerFOR_EACH = 15 SyslLexerFOR = 16 SyslLexerUNTIL = 17 SyslLexerELSE = 18 SyslLexerLOOP = 19 SyslLexerALT = 20 SyslLexerWHILE = 21 SyslLexerWHATEVER = 22 SyslLexerDOTDOT = 23 SyslLexerSEQUENCE_OF = 24 SyslLexerSET_OF = 25 SyslLexerONE_OF = 26 SyslLexerMIXIN = 27 SyslLexerDISTANCE = 28 SyslLexerDOT_ARROW = 29 SyslLexerNAME_SEP = 30 SyslLexerLESS_COLON = 31 SyslLexerARROW_LEFT = 32 SyslLexerARROW_RIGHT = 33 SyslLexerCOLLECTOR = 34 SyslLexerPLUS = 35 SyslLexerABSTRACT = 36 SyslLexerTILDE = 37 SyslLexerCOMMA = 38 SyslLexerEQ = 39 SyslLexerFORWARD_SLASH = 40 SyslLexerCOLON = 41 SyslLexerDOT = 42 SyslLexerQN = 43 SyslLexerAT = 44 SyslLexerAMP = 45 SyslLexerSQ_OPEN = 46 SyslLexerSQ_CLOSE = 47 SyslLexerCURLY_OPEN = 48 SyslLexerCURLY_CLOSE = 49 SyslLexerOPEN_PAREN = 50 SyslLexerCLOSE_PAREN = 51 SyslLexerEMPTY_COMMENT = 52 SyslLexerHASH = 53 SyslLexerPIPE = 54 SyslLexerEMPTY_LINE = 55 SyslLexerINDENTED_COMMENT = 56 SyslLexerDIGITS = 57 SyslLexerQSTRING = 58 SyslLexerNEWLINE = 59 SyslLexerSYSL_COMMENT = 60 SyslLexerTEXT_LINE = 61 SyslLexerName = 62 SyslLexerWS = 63 SyslLexerErrorChar = 64 SyslLexerPREDICATE_VALUE = 65 SyslLexerSKIP_WS_ARG = 66 SyslLexerTEXT_VALUE = 67 SyslLexerNEWLINE_2 = 68 SyslLexerTEXT = 69 SyslLexerPOP_WS = 70 SyslLexerVAR_NAME = 71 SyslLexerE_NativeDataTypes = 72 SyslLexerE_INDENTED_COMMENT = 73 SyslLexerE_WHATEVER = 74 SyslLexerE_EQ_RIGHT = 75 SyslLexerE_ARROW_RIGHT = 76 SyslLexerE_DOUBLE_EQ = 77 SyslLexerE_REL = 78 SyslLexerE_SQ_OPEN = 79 SyslLexerE_SQ_CLOSE = 80 SyslLexerE_ANGLE_OPEN = 81 SyslLexerE_ANGLE_CLOSE = 82 SyslLexerE_EMPTY_TUPLE = 83 SyslLexerE_CURLY_OPEN = 84 SyslLexerE_CURLY_CLOSE = 85 SyslLexerE_NULLSAFE_DOT = 86 SyslLexerE_TABLE_OF = 87 SyslLexerE_POW = 88 SyslLexerE_COALESCE = 89 SyslLexerE_COLON = 90 SyslLexerE_OPEN_PAREN = 91 SyslLexerE_CLOSE_PAREN = 92 SyslLexerE_COMMA = 93 SyslLexerE_EQ = 94 SyslLexerE_PLUS = 95 SyslLexerE_DIVIDE = 96 SyslLexerE_MOD = 97 SyslLexerE_MINUS = 98 SyslLexerE_QN = 99 SyslLexerE_TILDE = 100 SyslLexerE_NOT = 101 SyslLexerE_XOR = 102 SyslLexerE_LOGIC_OR = 103 SyslLexerE_DOUBLE_AMP = 104 SyslLexerE_AMP = 105 SyslLexerE_BY = 106 SyslLexerE_AND = 107 SyslLexerE_BITOR = 108 SyslLexerE_STAR = 109 SyslLexerE_AS = 110 SyslLexerE_VIA = 111 SyslLexerE_IF = 112 SyslLexerE_THEN = 113 SyslLexerE_ELSE = 114 SyslLexerE_LET = 115 SyslLexerE_TRUE = 116 SyslLexerE_FALSE = 117 SyslLexerE_NULL = 118 SyslLexerE_BUTNOT = 119 SyslLexerE_SEQUENCE_OF = 120 SyslLexerE_SET_OF = 121 SyslLexerE_ASC = 122 SyslLexerE_DESC = 123 SyslLexerE_RELOPS_RANK = 124 SyslLexerE_RELOPS_AGG = 125 SyslLexerE_RELOPS_ANY = 126 SyslLexerE_RELOPS_SINGLE_NULL = 127 SyslLexerE_RELOPS_SNAPSHOT = 128 SyslLexerE_RELOPS_WHERE = 129 SyslLexerE_RELOPS_COUNT = 130 SyslLexerE_RELOPS_FLATTEN = 131 SyslLexerE_RELOPS_FIRST = 132 SyslLexerE_FUNC = 133 SyslLexerE_STRING_DBL = 134 SyslLexerE_STRING_SINGLE = 135 SyslLexerE_DECIMAL = 136 SyslLexerE_DIGITS = 137 SyslLexerE_DOT_NAME_NL = 138 SyslLexerE_Name = 139 SyslLexerE_DOT = 140 SyslLexerE_WS = 141 SyslLexerE_EMPTY_LINE = 142 SyslLexerE_NL = 143 SyslLexerIMPORT_PATH = 144 )
SyslLexer tokens.
const ( SyslLexerPREDICATE = iota + 1 SyslLexerARGS SyslLexerNOT_NEWLINE SyslLexerAT_VAR_DECL SyslLexerVIEW_TRANSFORM SyslLexerFILENAME )
SyslLexer modes.
const ( SyslParserEOF = antlr.TokenEOF SyslParserINDENT = 1 SyslParserDEDENT = 2 SyslParserNativeDataTypes = 3 SyslParserHTTP_VERBS = 4 SyslParserWRAP = 5 SyslParserTABLE = 6 SyslParserTYPE = 7 SyslParserALIAS = 8 SyslParserUNION = 9 SyslParserVIEW = 10 SyslParserIMPORT = 11 SyslParserAS = 12 SyslParserRETURN = 13 SyslParserIF = 14 SyslParserFOR_EACH = 15 SyslParserFOR = 16 SyslParserUNTIL = 17 SyslParserELSE = 18 SyslParserLOOP = 19 SyslParserALT = 20 SyslParserWHILE = 21 SyslParserWHATEVER = 22 SyslParserDOTDOT = 23 SyslParserSEQUENCE_OF = 24 SyslParserSET_OF = 25 SyslParserONE_OF = 26 SyslParserMIXIN = 27 SyslParserDISTANCE = 28 SyslParserDOT_ARROW = 29 SyslParserNAME_SEP = 30 SyslParserLESS_COLON = 31 SyslParserARROW_LEFT = 32 SyslParserARROW_RIGHT = 33 SyslParserCOLLECTOR = 34 SyslParserPLUS = 35 SyslParserABSTRACT = 36 SyslParserTILDE = 37 SyslParserCOMMA = 38 SyslParserEQ = 39 SyslParserFORWARD_SLASH = 40 SyslParserCOLON = 41 SyslParserDOT = 42 SyslParserQN = 43 SyslParserAT = 44 SyslParserAMP = 45 SyslParserSQ_OPEN = 46 SyslParserSQ_CLOSE = 47 SyslParserCURLY_OPEN = 48 SyslParserCURLY_CLOSE = 49 SyslParserOPEN_PAREN = 50 SyslParserCLOSE_PAREN = 51 SyslParserEMPTY_COMMENT = 52 SyslParserHASH = 53 SyslParserPIPE = 54 SyslParserEMPTY_LINE = 55 SyslParserINDENTED_COMMENT = 56 SyslParserDIGITS = 57 SyslParserQSTRING = 58 SyslParserNEWLINE = 59 SyslParserSYSL_COMMENT = 60 SyslParserTEXT_LINE = 61 SyslParserName = 62 SyslParserWS = 63 SyslParserErrorChar = 64 SyslParserPREDICATE_VALUE = 65 SyslParserSKIP_WS_ARG = 66 SyslParserTEXT_VALUE = 67 SyslParserNEWLINE_2 = 68 SyslParserTEXT = 69 SyslParserPOP_WS = 70 SyslParserVAR_NAME = 71 SyslParserE_NativeDataTypes = 72 SyslParserE_INDENTED_COMMENT = 73 SyslParserE_WHATEVER = 74 SyslParserE_EQ_RIGHT = 75 SyslParserE_ARROW_RIGHT = 76 SyslParserE_DOUBLE_EQ = 77 SyslParserE_REL = 78 SyslParserE_SQ_OPEN = 79 SyslParserE_SQ_CLOSE = 80 SyslParserE_ANGLE_OPEN = 81 SyslParserE_ANGLE_CLOSE = 82 SyslParserE_EMPTY_TUPLE = 83 SyslParserE_CURLY_OPEN = 84 SyslParserE_CURLY_CLOSE = 85 SyslParserE_NULLSAFE_DOT = 86 SyslParserE_TABLE_OF = 87 SyslParserE_POW = 88 SyslParserE_COALESCE = 89 SyslParserE_COLON = 90 SyslParserE_OPEN_PAREN = 91 SyslParserE_CLOSE_PAREN = 92 SyslParserE_COMMA = 93 SyslParserE_EQ = 94 SyslParserE_PLUS = 95 SyslParserE_DIVIDE = 96 SyslParserE_MOD = 97 SyslParserE_MINUS = 98 SyslParserE_QN = 99 SyslParserE_TILDE = 100 SyslParserE_NOT = 101 SyslParserE_XOR = 102 SyslParserE_LOGIC_OR = 103 SyslParserE_DOUBLE_AMP = 104 SyslParserE_AMP = 105 SyslParserE_BY = 106 SyslParserE_AND = 107 SyslParserE_BITOR = 108 SyslParserE_STAR = 109 SyslParserE_AS = 110 SyslParserE_VIA = 111 SyslParserE_IF = 112 SyslParserE_THEN = 113 SyslParserE_ELSE = 114 SyslParserE_LET = 115 SyslParserE_TRUE = 116 SyslParserE_FALSE = 117 SyslParserE_NULL = 118 SyslParserE_BUTNOT = 119 SyslParserE_SEQUENCE_OF = 120 SyslParserE_SET_OF = 121 SyslParserE_ASC = 122 SyslParserE_DESC = 123 SyslParserE_RELOPS_RANK = 124 SyslParserE_RELOPS_AGG = 125 SyslParserE_RELOPS_ANY = 126 SyslParserE_RELOPS_SINGLE_NULL = 127 SyslParserE_RELOPS_SNAPSHOT = 128 SyslParserE_RELOPS_WHERE = 129 SyslParserE_RELOPS_COUNT = 130 SyslParserE_RELOPS_FLATTEN = 131 SyslParserE_RELOPS_FIRST = 132 SyslParserE_FUNC = 133 SyslParserE_STRING_DBL = 134 SyslParserE_STRING_SINGLE = 135 SyslParserE_DECIMAL = 136 SyslParserE_DIGITS = 137 SyslParserE_DOT_NAME_NL = 138 SyslParserE_Name = 139 SyslParserE_DOT = 140 SyslParserE_WS = 141 SyslParserE_EMPTY_LINE = 142 SyslParserE_NL = 143 SyslParserIMPORT_PATH = 144 )
SyslParser tokens.
const ( SyslParserRULE_modifier = 0 SyslParserRULE_size_spec = 1 SyslParserRULE_name_str = 2 SyslParserRULE_reference = 3 SyslParserRULE_doc_string = 4 SyslParserRULE_quoted_string = 5 SyslParserRULE_array_of_strings = 6 SyslParserRULE_array_of_arrays = 7 SyslParserRULE_nvp = 8 SyslParserRULE_entry = 9 SyslParserRULE_attribs_or_modifiers = 10 SyslParserRULE_user_defined_type = 11 SyslParserRULE_types = 12 SyslParserRULE_set_of = 13 SyslParserRULE_set_type = 14 SyslParserRULE_sequence_of = 15 SyslParserRULE_sequence_type = 16 SyslParserRULE_collection_type = 17 SyslParserRULE_multi_line_docstring = 18 SyslParserRULE_annotation_value = 19 SyslParserRULE_annotation = 20 SyslParserRULE_annotations = 21 SyslParserRULE_field_type = 22 SyslParserRULE_array_size = 23 SyslParserRULE_inplace_tuple = 24 SyslParserRULE_field = 25 SyslParserRULE_inplace_table = 26 SyslParserRULE_table_stmts = 27 SyslParserRULE_table_def = 28 SyslParserRULE_table = 29 SyslParserRULE_union = 30 SyslParserRULE_package_name = 31 SyslParserRULE_sub_package = 32 SyslParserRULE_app_name = 33 SyslParserRULE_name_with_attribs = 34 SyslParserRULE_model_name = 35 SyslParserRULE_inplace_table_def = 36 SyslParserRULE_table_refs = 37 SyslParserRULE_facade = 38 SyslParserRULE_var_in_curly = 39 SyslParserRULE_query_var = 40 SyslParserRULE_query_param = 41 SyslParserRULE_http_path_part = 42 SyslParserRULE_http_path_var_with_type = 43 SyslParserRULE_http_path_static = 44 SyslParserRULE_http_path_suffix = 45 SyslParserRULE_http_path = 46 SyslParserRULE_endpoint_name = 47 SyslParserRULE_ret_stmt = 48 SyslParserRULE_target = 49 SyslParserRULE_target_endpoint = 50 SyslParserRULE_call_arg = 51 SyslParserRULE_call_args = 52 SyslParserRULE_call_stmt = 53 SyslParserRULE_if_stmt = 54 SyslParserRULE_else_stmt = 55 SyslParserRULE_if_else = 56 SyslParserRULE_for_stmt = 57 SyslParserRULE_http_method_comment = 58 SyslParserRULE_group_stmt = 59 SyslParserRULE_one_of_case_label = 60 SyslParserRULE_one_of_cases = 61 SyslParserRULE_one_of_stmt = 62 SyslParserRULE_text_stmt = 63 SyslParserRULE_mixin = 64 SyslParserRULE_param = 65 SyslParserRULE_param_list = 66 SyslParserRULE_params = 67 SyslParserRULE_statements = 68 SyslParserRULE_method_def = 69 SyslParserRULE_shortcut = 70 SyslParserRULE_simple_endpoint = 71 SyslParserRULE_rest_endpoint = 72 SyslParserRULE_collector_query_var = 73 SyslParserRULE_collector_query_param = 74 SyslParserRULE_collector_call_stmt = 75 SyslParserRULE_collector_http_stmt_part = 76 SyslParserRULE_collector_http_stmt_suffix = 77 SyslParserRULE_collector_http_stmt = 78 SyslParserRULE_publisher = 79 SyslParserRULE_subscriber = 80 SyslParserRULE_collector_pubsub_call = 81 SyslParserRULE_collector_action_stmt = 82 SyslParserRULE_collector_stmts = 83 SyslParserRULE_collector = 84 SyslParserRULE_event = 85 SyslParserRULE_subscribe = 86 SyslParserRULE_view_type_spec = 87 SyslParserRULE_literal = 88 SyslParserRULE_expr_table_of_op = 89 SyslParserRULE_func_arg = 90 SyslParserRULE_func_args = 91 SyslParserRULE_expr_func = 92 SyslParserRULE_rank_expr = 93 SyslParserRULE_rank_expr_list = 94 SyslParserRULE_expr_rank_func = 95 SyslParserRULE_expr_agg_func = 96 SyslParserRULE_e_scope_var = 97 SyslParserRULE_first_func_target = 98 SyslParserRULE_expr_first_func = 99 SyslParserRULE_e_single_arg_func = 100 SyslParserRULE_expr_single_arg_func = 101 SyslParserRULE_expr_any_func = 102 SyslParserRULE_expr_single_or_null = 103 SyslParserRULE_expr_snapshot = 104 SyslParserRULE_expr_count = 105 SyslParserRULE_matching_rhs = 108 SyslParserRULE_squiggly_args = 109 SyslParserRULE_expr_matching = 110 SyslParserRULE_relop = 111 SyslParserRULE_list_item = 112 SyslParserRULE_expr_list = 113 SyslParserRULE_expr_set = 114 SyslParserRULE_empty_tuple = 115 SyslParserRULE_atom_dot_relop = 116 SyslParserRULE_atomT_implied_dot = 117 SyslParserRULE_atomT_name = 118 SyslParserRULE_atomT_paren = 119 SyslParserRULE_expr_atom_list = 120 SyslParserRULE_atomT = 121 SyslParserRULE_atom = 122 SyslParserRULE_powerT = 123 SyslParserRULE_power = 124 SyslParserRULE_unaryTerm = 125 SyslParserRULE_termT = 126 SyslParserRULE_term = 127 SyslParserRULE_binexprT = 128 SyslParserRULE_binexpr = 129 SyslParserRULE_e_compare_ops = 130 SyslParserRULE_expr_rel = 131 SyslParserRULE_expr_bitand = 132 SyslParserRULE_expr_bitxor = 133 SyslParserRULE_expr_bitor = 134 SyslParserRULE_expr_and = 135 SyslParserRULE_expr_or = 136 SyslParserRULE_expr_but_not = 137 SyslParserRULE_expr_coalesce = 138 SyslParserRULE_if_one_liner = 139 SyslParserRULE_else_block_stmt = 140 SyslParserRULE_control_item = 141 SyslParserRULE_if_controls = 142 SyslParserRULE_cond_block = 143 SyslParserRULE_final_else = 144 SyslParserRULE_ifvar = 145 SyslParserRULE_if_multiple_lines = 146 SyslParserRULE_expr_if_else = 147 SyslParserRULE_expr = 148 SyslParserRULE_expr_assign = 149 SyslParserRULE_expr_simple_assign = 150 SyslParserRULE_expr_let_statement = 151 SyslParserRULE_expr_table_of_statement = 152 SyslParserRULE_expr_dot_assign = 153 SyslParserRULE_expr_statement_no_nl = 154 SyslParserRULE_expr_statement = 155 SyslParserRULE_expr_inject_stmt = 156 SyslParserRULE_expr_stmt = 157 SyslParserRULE_transform_return_type = 158 SyslParserRULE_view_return_type = 159 SyslParserRULE_transform_scope_var = 160 SyslParserRULE_transform_arg = 161 SyslParserRULE_transform = 162 SyslParserRULE_expr_block = 163 SyslParserRULE_view_param = 164 SyslParserRULE_view_params = 165 SyslParserRULE_abstract_view = 166 SyslParserRULE_view = 167 SyslParserRULE_alias = 168 SyslParserRULE_app_decl = 169 SyslParserRULE_application = 170 SyslParserRULE_import_mode = 171 SyslParserRULE_import_stmt = 172 SyslParserRULE_imports_decl = 173 SyslParserRULE_sysl_file = 174 )
SyslParser rules.
Variables ¶
This section is empty.
Functions ¶
func DeleteLexerState ¶
func DeleteLexerState(l *SyslLexer)
Types ¶
type Abstract_viewContext ¶
type Abstract_viewContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAbstract_viewContext ¶
func NewAbstract_viewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Abstract_viewContext
func NewEmptyAbstract_viewContext ¶
func NewEmptyAbstract_viewContext() *Abstract_viewContext
func (*Abstract_viewContext) ABSTRACT ¶
func (s *Abstract_viewContext) ABSTRACT() antlr.TerminalNode
func (*Abstract_viewContext) EnterRule ¶
func (s *Abstract_viewContext) EnterRule(listener antlr.ParseTreeListener)
func (*Abstract_viewContext) ExitRule ¶
func (s *Abstract_viewContext) ExitRule(listener antlr.ParseTreeListener)
func (*Abstract_viewContext) GetParser ¶
func (s *Abstract_viewContext) GetParser() antlr.Parser
func (*Abstract_viewContext) GetRuleContext ¶
func (s *Abstract_viewContext) GetRuleContext() antlr.RuleContext
func (*Abstract_viewContext) IsAbstract_viewContext ¶
func (*Abstract_viewContext) IsAbstract_viewContext()
func (*Abstract_viewContext) ToStringTree ¶
func (s *Abstract_viewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AliasContext ¶
type AliasContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAliasContext ¶
func NewAliasContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AliasContext
func NewEmptyAliasContext ¶
func NewEmptyAliasContext() *AliasContext
func (*AliasContext) ALIAS ¶
func (s *AliasContext) ALIAS() antlr.TerminalNode
func (*AliasContext) AllAnnotation ¶
func (s *AliasContext) AllAnnotation() []IAnnotationContext
func (*AliasContext) Annotation ¶
func (s *AliasContext) Annotation(i int) IAnnotationContext
func (*AliasContext) Attribs_or_modifiers ¶
func (s *AliasContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*AliasContext) COLON ¶
func (s *AliasContext) COLON() antlr.TerminalNode
func (*AliasContext) Collection_type ¶
func (s *AliasContext) Collection_type() ICollection_typeContext
func (*AliasContext) DEDENT ¶
func (s *AliasContext) DEDENT() antlr.TerminalNode
func (*AliasContext) EnterRule ¶
func (s *AliasContext) EnterRule(listener antlr.ParseTreeListener)
func (*AliasContext) ExitRule ¶
func (s *AliasContext) ExitRule(listener antlr.ParseTreeListener)
func (*AliasContext) GetParser ¶
func (s *AliasContext) GetParser() antlr.Parser
func (*AliasContext) GetRuleContext ¶
func (s *AliasContext) GetRuleContext() antlr.RuleContext
func (*AliasContext) INDENT ¶
func (s *AliasContext) INDENT() antlr.TerminalNode
func (*AliasContext) IsAliasContext ¶
func (*AliasContext) IsAliasContext()
func (*AliasContext) Name_str ¶
func (s *AliasContext) Name_str() IName_strContext
func (*AliasContext) ToStringTree ¶
func (s *AliasContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*AliasContext) Types ¶
func (s *AliasContext) Types() ITypesContext
type AnnotationContext ¶
type AnnotationContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAnnotationContext ¶
func NewAnnotationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationContext
func NewEmptyAnnotationContext ¶
func NewEmptyAnnotationContext() *AnnotationContext
func (*AnnotationContext) AT ¶
func (s *AnnotationContext) AT() antlr.TerminalNode
func (*AnnotationContext) Annotation_value ¶
func (s *AnnotationContext) Annotation_value() IAnnotation_valueContext
func (*AnnotationContext) EQ ¶
func (s *AnnotationContext) EQ() antlr.TerminalNode
func (*AnnotationContext) EnterRule ¶
func (s *AnnotationContext) EnterRule(listener antlr.ParseTreeListener)
func (*AnnotationContext) ExitRule ¶
func (s *AnnotationContext) ExitRule(listener antlr.ParseTreeListener)
func (*AnnotationContext) GetParser ¶
func (s *AnnotationContext) GetParser() antlr.Parser
func (*AnnotationContext) GetRuleContext ¶
func (s *AnnotationContext) GetRuleContext() antlr.RuleContext
func (*AnnotationContext) IsAnnotationContext ¶
func (*AnnotationContext) IsAnnotationContext()
func (*AnnotationContext) ToStringTree ¶
func (s *AnnotationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*AnnotationContext) VAR_NAME ¶
func (s *AnnotationContext) VAR_NAME() antlr.TerminalNode
type Annotation_valueContext ¶
type Annotation_valueContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAnnotation_valueContext ¶
func NewAnnotation_valueContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Annotation_valueContext
func NewEmptyAnnotation_valueContext ¶
func NewEmptyAnnotation_valueContext() *Annotation_valueContext
func (*Annotation_valueContext) Array_of_strings ¶
func (s *Annotation_valueContext) Array_of_strings() IArray_of_stringsContext
func (*Annotation_valueContext) EnterRule ¶
func (s *Annotation_valueContext) EnterRule(listener antlr.ParseTreeListener)
func (*Annotation_valueContext) ExitRule ¶
func (s *Annotation_valueContext) ExitRule(listener antlr.ParseTreeListener)
func (*Annotation_valueContext) GetParser ¶
func (s *Annotation_valueContext) GetParser() antlr.Parser
func (*Annotation_valueContext) GetRuleContext ¶
func (s *Annotation_valueContext) GetRuleContext() antlr.RuleContext
func (*Annotation_valueContext) IsAnnotation_valueContext ¶
func (*Annotation_valueContext) IsAnnotation_valueContext()
func (*Annotation_valueContext) Multi_line_docstring ¶
func (s *Annotation_valueContext) Multi_line_docstring() IMulti_line_docstringContext
func (*Annotation_valueContext) QSTRING ¶
func (s *Annotation_valueContext) QSTRING() antlr.TerminalNode
func (*Annotation_valueContext) ToStringTree ¶
func (s *Annotation_valueContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AnnotationsContext ¶
type AnnotationsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAnnotationsContext ¶
func NewAnnotationsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AnnotationsContext
func NewEmptyAnnotationsContext ¶
func NewEmptyAnnotationsContext() *AnnotationsContext
func (*AnnotationsContext) AllAnnotation ¶
func (s *AnnotationsContext) AllAnnotation() []IAnnotationContext
func (*AnnotationsContext) Annotation ¶
func (s *AnnotationsContext) Annotation(i int) IAnnotationContext
func (*AnnotationsContext) DEDENT ¶
func (s *AnnotationsContext) DEDENT() antlr.TerminalNode
func (*AnnotationsContext) EnterRule ¶
func (s *AnnotationsContext) EnterRule(listener antlr.ParseTreeListener)
func (*AnnotationsContext) ExitRule ¶
func (s *AnnotationsContext) ExitRule(listener antlr.ParseTreeListener)
func (*AnnotationsContext) GetParser ¶
func (s *AnnotationsContext) GetParser() antlr.Parser
func (*AnnotationsContext) GetRuleContext ¶
func (s *AnnotationsContext) GetRuleContext() antlr.RuleContext
func (*AnnotationsContext) INDENT ¶
func (s *AnnotationsContext) INDENT() antlr.TerminalNode
func (*AnnotationsContext) IsAnnotationsContext ¶
func (*AnnotationsContext) IsAnnotationsContext()
func (*AnnotationsContext) ToStringTree ¶
func (s *AnnotationsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type App_declContext ¶
type App_declContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewApp_declContext ¶
func NewApp_declContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *App_declContext
func NewEmptyApp_declContext ¶
func NewEmptyApp_declContext() *App_declContext
func (*App_declContext) Alias ¶
func (s *App_declContext) Alias(i int) IAliasContext
func (*App_declContext) AllAlias ¶
func (s *App_declContext) AllAlias() []IAliasContext
func (*App_declContext) AllAnnotation ¶
func (s *App_declContext) AllAnnotation() []IAnnotationContext
func (*App_declContext) AllCollector ¶
func (s *App_declContext) AllCollector() []ICollectorContext
func (*App_declContext) AllEvent ¶
func (s *App_declContext) AllEvent() []IEventContext
func (*App_declContext) AllFacade ¶
func (s *App_declContext) AllFacade() []IFacadeContext
func (*App_declContext) AllMixin ¶
func (s *App_declContext) AllMixin() []IMixinContext
func (*App_declContext) AllRest_endpoint ¶
func (s *App_declContext) AllRest_endpoint() []IRest_endpointContext
func (*App_declContext) AllSYSL_COMMENT ¶
func (s *App_declContext) AllSYSL_COMMENT() []antlr.TerminalNode
func (*App_declContext) AllSimple_endpoint ¶
func (s *App_declContext) AllSimple_endpoint() []ISimple_endpointContext
func (*App_declContext) AllSubscribe ¶
func (s *App_declContext) AllSubscribe() []ISubscribeContext
func (*App_declContext) AllTable ¶
func (s *App_declContext) AllTable() []ITableContext
func (*App_declContext) AllUnion ¶
func (s *App_declContext) AllUnion() []IUnionContext
func (*App_declContext) AllView ¶
func (s *App_declContext) AllView() []IViewContext
func (*App_declContext) Annotation ¶
func (s *App_declContext) Annotation(i int) IAnnotationContext
func (*App_declContext) Collector ¶
func (s *App_declContext) Collector(i int) ICollectorContext
func (*App_declContext) DEDENT ¶
func (s *App_declContext) DEDENT() antlr.TerminalNode
func (*App_declContext) EnterRule ¶
func (s *App_declContext) EnterRule(listener antlr.ParseTreeListener)
func (*App_declContext) Event ¶
func (s *App_declContext) Event(i int) IEventContext
func (*App_declContext) ExitRule ¶
func (s *App_declContext) ExitRule(listener antlr.ParseTreeListener)
func (*App_declContext) Facade ¶
func (s *App_declContext) Facade(i int) IFacadeContext
func (*App_declContext) GetCheck ¶
func (s *App_declContext) GetCheck() bool
func (*App_declContext) GetParser ¶
func (s *App_declContext) GetParser() antlr.Parser
func (*App_declContext) GetRuleContext ¶
func (s *App_declContext) GetRuleContext() antlr.RuleContext
func (*App_declContext) Get_view ¶
func (s *App_declContext) Get_view() IViewContext
func (*App_declContext) INDENT ¶
func (s *App_declContext) INDENT() antlr.TerminalNode
func (*App_declContext) IsApp_declContext ¶
func (*App_declContext) IsApp_declContext()
func (*App_declContext) Mixin ¶
func (s *App_declContext) Mixin(i int) IMixinContext
func (*App_declContext) Rest_endpoint ¶
func (s *App_declContext) Rest_endpoint(i int) IRest_endpointContext
func (*App_declContext) SYSL_COMMENT ¶
func (s *App_declContext) SYSL_COMMENT(i int) antlr.TerminalNode
func (*App_declContext) SetCheck ¶
func (s *App_declContext) SetCheck(v bool)
func (*App_declContext) Set_view ¶
func (s *App_declContext) Set_view(v IViewContext)
func (*App_declContext) Simple_endpoint ¶
func (s *App_declContext) Simple_endpoint(i int) ISimple_endpointContext
func (*App_declContext) Subscribe ¶
func (s *App_declContext) Subscribe(i int) ISubscribeContext
func (*App_declContext) Table ¶
func (s *App_declContext) Table(i int) ITableContext
func (*App_declContext) ToStringTree ¶
func (s *App_declContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*App_declContext) Union ¶
func (s *App_declContext) Union(i int) IUnionContext
func (*App_declContext) View ¶
func (s *App_declContext) View(i int) IViewContext
type App_nameContext ¶
type App_nameContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewApp_nameContext ¶
func NewApp_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *App_nameContext
func NewEmptyApp_nameContext ¶
func NewEmptyApp_nameContext() *App_nameContext
func (*App_nameContext) AllSub_package ¶
func (s *App_nameContext) AllSub_package() []ISub_packageContext
func (*App_nameContext) EnterRule ¶
func (s *App_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*App_nameContext) ExitRule ¶
func (s *App_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*App_nameContext) GetParser ¶
func (s *App_nameContext) GetParser() antlr.Parser
func (*App_nameContext) GetRuleContext ¶
func (s *App_nameContext) GetRuleContext() antlr.RuleContext
func (*App_nameContext) IsApp_nameContext ¶
func (*App_nameContext) IsApp_nameContext()
func (*App_nameContext) Package_name ¶
func (s *App_nameContext) Package_name() IPackage_nameContext
func (*App_nameContext) Sub_package ¶
func (s *App_nameContext) Sub_package(i int) ISub_packageContext
func (*App_nameContext) ToStringTree ¶
func (s *App_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ApplicationContext ¶
type ApplicationContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewApplicationContext ¶
func NewApplicationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ApplicationContext
func NewEmptyApplicationContext ¶
func NewEmptyApplicationContext() *ApplicationContext
func (*ApplicationContext) AllSYSL_COMMENT ¶
func (s *ApplicationContext) AllSYSL_COMMENT() []antlr.TerminalNode
func (*ApplicationContext) App_decl ¶
func (s *ApplicationContext) App_decl() IApp_declContext
func (*ApplicationContext) COLON ¶
func (s *ApplicationContext) COLON() antlr.TerminalNode
func (*ApplicationContext) EnterRule ¶
func (s *ApplicationContext) EnterRule(listener antlr.ParseTreeListener)
func (*ApplicationContext) ExitRule ¶
func (s *ApplicationContext) ExitRule(listener antlr.ParseTreeListener)
func (*ApplicationContext) GetParser ¶
func (s *ApplicationContext) GetParser() antlr.Parser
func (*ApplicationContext) GetRuleContext ¶
func (s *ApplicationContext) GetRuleContext() antlr.RuleContext
func (*ApplicationContext) IsApplicationContext ¶
func (*ApplicationContext) IsApplicationContext()
func (*ApplicationContext) Name_with_attribs ¶
func (s *ApplicationContext) Name_with_attribs() IName_with_attribsContext
func (*ApplicationContext) SYSL_COMMENT ¶
func (s *ApplicationContext) SYSL_COMMENT(i int) antlr.TerminalNode
func (*ApplicationContext) ToStringTree ¶
func (s *ApplicationContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Array_of_arraysContext ¶
type Array_of_arraysContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewArray_of_arraysContext ¶
func NewArray_of_arraysContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Array_of_arraysContext
func NewEmptyArray_of_arraysContext ¶
func NewEmptyArray_of_arraysContext() *Array_of_arraysContext
func (*Array_of_arraysContext) AllArray_of_strings ¶
func (s *Array_of_arraysContext) AllArray_of_strings() []IArray_of_stringsContext
func (*Array_of_arraysContext) AllCOMMA ¶
func (s *Array_of_arraysContext) AllCOMMA() []antlr.TerminalNode
func (*Array_of_arraysContext) Array_of_strings ¶
func (s *Array_of_arraysContext) Array_of_strings(i int) IArray_of_stringsContext
func (*Array_of_arraysContext) COMMA ¶
func (s *Array_of_arraysContext) COMMA(i int) antlr.TerminalNode
func (*Array_of_arraysContext) EnterRule ¶
func (s *Array_of_arraysContext) EnterRule(listener antlr.ParseTreeListener)
func (*Array_of_arraysContext) ExitRule ¶
func (s *Array_of_arraysContext) ExitRule(listener antlr.ParseTreeListener)
func (*Array_of_arraysContext) GetParser ¶
func (s *Array_of_arraysContext) GetParser() antlr.Parser
func (*Array_of_arraysContext) GetRuleContext ¶
func (s *Array_of_arraysContext) GetRuleContext() antlr.RuleContext
func (*Array_of_arraysContext) IsArray_of_arraysContext ¶
func (*Array_of_arraysContext) IsArray_of_arraysContext()
func (*Array_of_arraysContext) SQ_CLOSE ¶
func (s *Array_of_arraysContext) SQ_CLOSE() antlr.TerminalNode
func (*Array_of_arraysContext) SQ_OPEN ¶
func (s *Array_of_arraysContext) SQ_OPEN() antlr.TerminalNode
func (*Array_of_arraysContext) ToStringTree ¶
func (s *Array_of_arraysContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Array_of_stringsContext ¶
type Array_of_stringsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewArray_of_stringsContext ¶
func NewArray_of_stringsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Array_of_stringsContext
func NewEmptyArray_of_stringsContext ¶
func NewEmptyArray_of_stringsContext() *Array_of_stringsContext
func (*Array_of_stringsContext) AllCOMMA ¶
func (s *Array_of_stringsContext) AllCOMMA() []antlr.TerminalNode
func (*Array_of_stringsContext) AllQuoted_string ¶
func (s *Array_of_stringsContext) AllQuoted_string() []IQuoted_stringContext
func (*Array_of_stringsContext) COMMA ¶
func (s *Array_of_stringsContext) COMMA(i int) antlr.TerminalNode
func (*Array_of_stringsContext) EnterRule ¶
func (s *Array_of_stringsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Array_of_stringsContext) ExitRule ¶
func (s *Array_of_stringsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Array_of_stringsContext) GetParser ¶
func (s *Array_of_stringsContext) GetParser() antlr.Parser
func (*Array_of_stringsContext) GetRuleContext ¶
func (s *Array_of_stringsContext) GetRuleContext() antlr.RuleContext
func (*Array_of_stringsContext) IsArray_of_stringsContext ¶
func (*Array_of_stringsContext) IsArray_of_stringsContext()
func (*Array_of_stringsContext) Quoted_string ¶
func (s *Array_of_stringsContext) Quoted_string(i int) IQuoted_stringContext
func (*Array_of_stringsContext) SQ_CLOSE ¶
func (s *Array_of_stringsContext) SQ_CLOSE() antlr.TerminalNode
func (*Array_of_stringsContext) SQ_OPEN ¶
func (s *Array_of_stringsContext) SQ_OPEN() antlr.TerminalNode
func (*Array_of_stringsContext) ToStringTree ¶
func (s *Array_of_stringsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Array_sizeContext ¶
type Array_sizeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewArray_sizeContext ¶
func NewArray_sizeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Array_sizeContext
func NewEmptyArray_sizeContext ¶
func NewEmptyArray_sizeContext() *Array_sizeContext
func (*Array_sizeContext) AllDIGITS ¶
func (s *Array_sizeContext) AllDIGITS() []antlr.TerminalNode
func (*Array_sizeContext) CLOSE_PAREN ¶
func (s *Array_sizeContext) CLOSE_PAREN() antlr.TerminalNode
func (*Array_sizeContext) DIGITS ¶
func (s *Array_sizeContext) DIGITS(i int) antlr.TerminalNode
func (*Array_sizeContext) DOTDOT ¶
func (s *Array_sizeContext) DOTDOT() antlr.TerminalNode
func (*Array_sizeContext) EnterRule ¶
func (s *Array_sizeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Array_sizeContext) ExitRule ¶
func (s *Array_sizeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Array_sizeContext) GetParser ¶
func (s *Array_sizeContext) GetParser() antlr.Parser
func (*Array_sizeContext) GetRuleContext ¶
func (s *Array_sizeContext) GetRuleContext() antlr.RuleContext
func (*Array_sizeContext) IsArray_sizeContext ¶
func (*Array_sizeContext) IsArray_sizeContext()
func (*Array_sizeContext) OPEN_PAREN ¶
func (s *Array_sizeContext) OPEN_PAREN() antlr.TerminalNode
func (*Array_sizeContext) ToStringTree ¶
func (s *Array_sizeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AtomContext ¶
type AtomContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAtomContext ¶
func NewAtomContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AtomContext
func NewEmptyAtomContext ¶
func NewEmptyAtomContext() *AtomContext
func (*AtomContext) AllRelop ¶
func (s *AtomContext) AllRelop() []IRelopContext
func (*AtomContext) AtomT ¶
func (s *AtomContext) AtomT() IAtomTContext
func (*AtomContext) EnterRule ¶
func (s *AtomContext) EnterRule(listener antlr.ParseTreeListener)
func (*AtomContext) ExitRule ¶
func (s *AtomContext) ExitRule(listener antlr.ParseTreeListener)
func (*AtomContext) GetParser ¶
func (s *AtomContext) GetParser() antlr.Parser
func (*AtomContext) GetRuleContext ¶
func (s *AtomContext) GetRuleContext() antlr.RuleContext
func (*AtomContext) IsAtomContext ¶
func (*AtomContext) IsAtomContext()
func (*AtomContext) Relop ¶
func (s *AtomContext) Relop(i int) IRelopContext
func (*AtomContext) ToStringTree ¶
func (s *AtomContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AtomTContext ¶
type AtomTContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAtomTContext ¶
func NewAtomTContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AtomTContext
func NewEmptyAtomTContext ¶
func NewEmptyAtomTContext() *AtomTContext
func (*AtomTContext) AtomT_implied_dot ¶
func (s *AtomTContext) AtomT_implied_dot() IAtomT_implied_dotContext
func (*AtomTContext) AtomT_name ¶
func (s *AtomTContext) AtomT_name() IAtomT_nameContext
func (*AtomTContext) AtomT_paren ¶
func (s *AtomTContext) AtomT_paren() IAtomT_parenContext
func (*AtomTContext) Empty_tuple ¶
func (s *AtomTContext) Empty_tuple() IEmpty_tupleContext
func (*AtomTContext) EnterRule ¶
func (s *AtomTContext) EnterRule(listener antlr.ParseTreeListener)
func (*AtomTContext) ExitRule ¶
func (s *AtomTContext) ExitRule(listener antlr.ParseTreeListener)
func (*AtomTContext) Expr_atom_list ¶
func (s *AtomTContext) Expr_atom_list() IExpr_atom_listContext
func (*AtomTContext) Expr_func ¶
func (s *AtomTContext) Expr_func() IExpr_funcContext
func (*AtomTContext) Expr_set ¶
func (s *AtomTContext) Expr_set() IExpr_setContext
func (*AtomTContext) GetParser ¶
func (s *AtomTContext) GetParser() antlr.Parser
func (*AtomTContext) GetRuleContext ¶
func (s *AtomTContext) GetRuleContext() antlr.RuleContext
func (*AtomTContext) IsAtomTContext ¶
func (*AtomTContext) IsAtomTContext()
func (*AtomTContext) Literal ¶
func (s *AtomTContext) Literal() ILiteralContext
func (*AtomTContext) ToStringTree ¶
func (s *AtomTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AtomT_implied_dotContext ¶
type AtomT_implied_dotContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAtomT_implied_dotContext ¶
func NewAtomT_implied_dotContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AtomT_implied_dotContext
func NewEmptyAtomT_implied_dotContext ¶
func NewEmptyAtomT_implied_dotContext() *AtomT_implied_dotContext
func (*AtomT_implied_dotContext) Atom_dot_relop ¶
func (s *AtomT_implied_dotContext) Atom_dot_relop() IAtom_dot_relopContext
func (*AtomT_implied_dotContext) EnterRule ¶
func (s *AtomT_implied_dotContext) EnterRule(listener antlr.ParseTreeListener)
func (*AtomT_implied_dotContext) ExitRule ¶
func (s *AtomT_implied_dotContext) ExitRule(listener antlr.ParseTreeListener)
func (*AtomT_implied_dotContext) Expr_matching ¶
func (s *AtomT_implied_dotContext) Expr_matching() IExpr_matchingContext
func (*AtomT_implied_dotContext) Expr_navigate ¶
func (s *AtomT_implied_dotContext) Expr_navigate() IExpr_navigateContext
func (*AtomT_implied_dotContext) Expr_table_of_op ¶
func (s *AtomT_implied_dotContext) Expr_table_of_op() IExpr_table_of_opContext
func (*AtomT_implied_dotContext) GetParser ¶
func (s *AtomT_implied_dotContext) GetParser() antlr.Parser
func (*AtomT_implied_dotContext) GetRuleContext ¶
func (s *AtomT_implied_dotContext) GetRuleContext() antlr.RuleContext
func (*AtomT_implied_dotContext) IsAtomT_implied_dotContext ¶
func (*AtomT_implied_dotContext) IsAtomT_implied_dotContext()
func (*AtomT_implied_dotContext) ToStringTree ¶
func (s *AtomT_implied_dotContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AtomT_nameContext ¶
type AtomT_nameContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAtomT_nameContext ¶
func NewAtomT_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AtomT_nameContext
func NewEmptyAtomT_nameContext ¶
func NewEmptyAtomT_nameContext() *AtomT_nameContext
func (*AtomT_nameContext) E_DOT ¶
func (s *AtomT_nameContext) E_DOT() antlr.TerminalNode
func (*AtomT_nameContext) E_Name ¶
func (s *AtomT_nameContext) E_Name() antlr.TerminalNode
func (*AtomT_nameContext) E_WHATEVER ¶
func (s *AtomT_nameContext) E_WHATEVER() antlr.TerminalNode
func (*AtomT_nameContext) EnterRule ¶
func (s *AtomT_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*AtomT_nameContext) ExitRule ¶
func (s *AtomT_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*AtomT_nameContext) GetParser ¶
func (s *AtomT_nameContext) GetParser() antlr.Parser
func (*AtomT_nameContext) GetRuleContext ¶
func (s *AtomT_nameContext) GetRuleContext() antlr.RuleContext
func (*AtomT_nameContext) IsAtomT_nameContext ¶
func (*AtomT_nameContext) IsAtomT_nameContext()
func (*AtomT_nameContext) ToStringTree ¶
func (s *AtomT_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type AtomT_parenContext ¶
type AtomT_parenContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAtomT_parenContext ¶
func NewAtomT_parenContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AtomT_parenContext
func NewEmptyAtomT_parenContext ¶
func NewEmptyAtomT_parenContext() *AtomT_parenContext
func (*AtomT_parenContext) E_CLOSE_PAREN ¶
func (s *AtomT_parenContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*AtomT_parenContext) E_OPEN_PAREN ¶
func (s *AtomT_parenContext) E_OPEN_PAREN() antlr.TerminalNode
func (*AtomT_parenContext) EnterRule ¶
func (s *AtomT_parenContext) EnterRule(listener antlr.ParseTreeListener)
func (*AtomT_parenContext) ExitRule ¶
func (s *AtomT_parenContext) ExitRule(listener antlr.ParseTreeListener)
func (*AtomT_parenContext) Expr ¶
func (s *AtomT_parenContext) Expr() IExprContext
func (*AtomT_parenContext) GetParser ¶
func (s *AtomT_parenContext) GetParser() antlr.Parser
func (*AtomT_parenContext) GetRuleContext ¶
func (s *AtomT_parenContext) GetRuleContext() antlr.RuleContext
func (*AtomT_parenContext) IsAtomT_parenContext ¶
func (*AtomT_parenContext) IsAtomT_parenContext()
func (*AtomT_parenContext) ToStringTree ¶
func (s *AtomT_parenContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Atom_dot_relopContext ¶
type Atom_dot_relopContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAtom_dot_relopContext ¶
func NewAtom_dot_relopContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Atom_dot_relopContext
func NewEmptyAtom_dot_relopContext ¶
func NewEmptyAtom_dot_relopContext() *Atom_dot_relopContext
func (*Atom_dot_relopContext) E_DOT ¶
func (s *Atom_dot_relopContext) E_DOT() antlr.TerminalNode
func (*Atom_dot_relopContext) EnterRule ¶
func (s *Atom_dot_relopContext) EnterRule(listener antlr.ParseTreeListener)
func (*Atom_dot_relopContext) ExitRule ¶
func (s *Atom_dot_relopContext) ExitRule(listener antlr.ParseTreeListener)
func (*Atom_dot_relopContext) Expr_agg_func ¶
func (s *Atom_dot_relopContext) Expr_agg_func() IExpr_agg_funcContext
func (*Atom_dot_relopContext) Expr_any_func ¶
func (s *Atom_dot_relopContext) Expr_any_func() IExpr_any_funcContext
func (*Atom_dot_relopContext) Expr_count ¶
func (s *Atom_dot_relopContext) Expr_count() IExpr_countContext
func (*Atom_dot_relopContext) Expr_first_func ¶
func (s *Atom_dot_relopContext) Expr_first_func() IExpr_first_funcContext
func (*Atom_dot_relopContext) Expr_matching ¶
func (s *Atom_dot_relopContext) Expr_matching() IExpr_matchingContext
func (*Atom_dot_relopContext) Expr_navigate ¶
func (s *Atom_dot_relopContext) Expr_navigate() IExpr_navigateContext
func (*Atom_dot_relopContext) Expr_rank_func ¶
func (s *Atom_dot_relopContext) Expr_rank_func() IExpr_rank_funcContext
func (*Atom_dot_relopContext) Expr_single_arg_func ¶
func (s *Atom_dot_relopContext) Expr_single_arg_func() IExpr_single_arg_funcContext
func (*Atom_dot_relopContext) Expr_single_or_null ¶
func (s *Atom_dot_relopContext) Expr_single_or_null() IExpr_single_or_nullContext
func (*Atom_dot_relopContext) Expr_snapshot ¶
func (s *Atom_dot_relopContext) Expr_snapshot() IExpr_snapshotContext
func (*Atom_dot_relopContext) GetParser ¶
func (s *Atom_dot_relopContext) GetParser() antlr.Parser
func (*Atom_dot_relopContext) GetRuleContext ¶
func (s *Atom_dot_relopContext) GetRuleContext() antlr.RuleContext
func (*Atom_dot_relopContext) IsAtom_dot_relopContext ¶
func (*Atom_dot_relopContext) IsAtom_dot_relopContext()
func (*Atom_dot_relopContext) ToStringTree ¶
func (s *Atom_dot_relopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Attribs_or_modifiersContext ¶
type Attribs_or_modifiersContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewAttribs_or_modifiersContext ¶
func NewAttribs_or_modifiersContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Attribs_or_modifiersContext
func NewEmptyAttribs_or_modifiersContext ¶
func NewEmptyAttribs_or_modifiersContext() *Attribs_or_modifiersContext
func (*Attribs_or_modifiersContext) AllCOMMA ¶
func (s *Attribs_or_modifiersContext) AllCOMMA() []antlr.TerminalNode
func (*Attribs_or_modifiersContext) AllEntry ¶
func (s *Attribs_or_modifiersContext) AllEntry() []IEntryContext
func (*Attribs_or_modifiersContext) COMMA ¶
func (s *Attribs_or_modifiersContext) COMMA(i int) antlr.TerminalNode
func (*Attribs_or_modifiersContext) EnterRule ¶
func (s *Attribs_or_modifiersContext) EnterRule(listener antlr.ParseTreeListener)
func (*Attribs_or_modifiersContext) Entry ¶
func (s *Attribs_or_modifiersContext) Entry(i int) IEntryContext
func (*Attribs_or_modifiersContext) ExitRule ¶
func (s *Attribs_or_modifiersContext) ExitRule(listener antlr.ParseTreeListener)
func (*Attribs_or_modifiersContext) GetParser ¶
func (s *Attribs_or_modifiersContext) GetParser() antlr.Parser
func (*Attribs_or_modifiersContext) GetRuleContext ¶
func (s *Attribs_or_modifiersContext) GetRuleContext() antlr.RuleContext
func (*Attribs_or_modifiersContext) IsAttribs_or_modifiersContext ¶
func (*Attribs_or_modifiersContext) IsAttribs_or_modifiersContext()
func (*Attribs_or_modifiersContext) SQ_CLOSE ¶
func (s *Attribs_or_modifiersContext) SQ_CLOSE() antlr.TerminalNode
func (*Attribs_or_modifiersContext) SQ_OPEN ¶
func (s *Attribs_or_modifiersContext) SQ_OPEN() antlr.TerminalNode
func (*Attribs_or_modifiersContext) ToStringTree ¶
func (s *Attribs_or_modifiersContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type BaseSyslParserListener ¶
type BaseSyslParserListener struct{}
BaseSyslParserListener is a complete listener for a parse tree produced by SyslParser.
func (*BaseSyslParserListener) EnterAbstract_view ¶
func (s *BaseSyslParserListener) EnterAbstract_view(ctx *Abstract_viewContext)
EnterAbstract_view is called when production abstract_view is entered.
func (*BaseSyslParserListener) EnterAlias ¶
func (s *BaseSyslParserListener) EnterAlias(ctx *AliasContext)
EnterAlias is called when production alias is entered.
func (*BaseSyslParserListener) EnterAnnotation ¶
func (s *BaseSyslParserListener) EnterAnnotation(ctx *AnnotationContext)
EnterAnnotation is called when production annotation is entered.
func (*BaseSyslParserListener) EnterAnnotation_value ¶
func (s *BaseSyslParserListener) EnterAnnotation_value(ctx *Annotation_valueContext)
EnterAnnotation_value is called when production annotation_value is entered.
func (*BaseSyslParserListener) EnterAnnotations ¶
func (s *BaseSyslParserListener) EnterAnnotations(ctx *AnnotationsContext)
EnterAnnotations is called when production annotations is entered.
func (*BaseSyslParserListener) EnterApp_decl ¶
func (s *BaseSyslParserListener) EnterApp_decl(ctx *App_declContext)
EnterApp_decl is called when production app_decl is entered.
func (*BaseSyslParserListener) EnterApp_name ¶
func (s *BaseSyslParserListener) EnterApp_name(ctx *App_nameContext)
EnterApp_name is called when production app_name is entered.
func (*BaseSyslParserListener) EnterApplication ¶
func (s *BaseSyslParserListener) EnterApplication(ctx *ApplicationContext)
EnterApplication is called when production application is entered.
func (*BaseSyslParserListener) EnterArray_of_arrays ¶
func (s *BaseSyslParserListener) EnterArray_of_arrays(ctx *Array_of_arraysContext)
EnterArray_of_arrays is called when production array_of_arrays is entered.
func (*BaseSyslParserListener) EnterArray_of_strings ¶
func (s *BaseSyslParserListener) EnterArray_of_strings(ctx *Array_of_stringsContext)
EnterArray_of_strings is called when production array_of_strings is entered.
func (*BaseSyslParserListener) EnterArray_size ¶
func (s *BaseSyslParserListener) EnterArray_size(ctx *Array_sizeContext)
EnterArray_size is called when production array_size is entered.
func (*BaseSyslParserListener) EnterAtom ¶
func (s *BaseSyslParserListener) EnterAtom(ctx *AtomContext)
EnterAtom is called when production atom is entered.
func (*BaseSyslParserListener) EnterAtomT ¶
func (s *BaseSyslParserListener) EnterAtomT(ctx *AtomTContext)
EnterAtomT is called when production atomT is entered.
func (*BaseSyslParserListener) EnterAtomT_implied_dot ¶
func (s *BaseSyslParserListener) EnterAtomT_implied_dot(ctx *AtomT_implied_dotContext)
EnterAtomT_implied_dot is called when production atomT_implied_dot is entered.
func (*BaseSyslParserListener) EnterAtomT_name ¶
func (s *BaseSyslParserListener) EnterAtomT_name(ctx *AtomT_nameContext)
EnterAtomT_name is called when production atomT_name is entered.
func (*BaseSyslParserListener) EnterAtomT_paren ¶
func (s *BaseSyslParserListener) EnterAtomT_paren(ctx *AtomT_parenContext)
EnterAtomT_paren is called when production atomT_paren is entered.
func (*BaseSyslParserListener) EnterAtom_dot_relop ¶
func (s *BaseSyslParserListener) EnterAtom_dot_relop(ctx *Atom_dot_relopContext)
EnterAtom_dot_relop is called when production atom_dot_relop is entered.
func (*BaseSyslParserListener) EnterAttribs_or_modifiers ¶
func (s *BaseSyslParserListener) EnterAttribs_or_modifiers(ctx *Attribs_or_modifiersContext)
EnterAttribs_or_modifiers is called when production attribs_or_modifiers is entered.
func (*BaseSyslParserListener) EnterBinexpr ¶
func (s *BaseSyslParserListener) EnterBinexpr(ctx *BinexprContext)
EnterBinexpr is called when production binexpr is entered.
func (*BaseSyslParserListener) EnterBinexprT ¶
func (s *BaseSyslParserListener) EnterBinexprT(ctx *BinexprTContext)
EnterBinexprT is called when production binexprT is entered.
func (*BaseSyslParserListener) EnterCall_arg ¶
func (s *BaseSyslParserListener) EnterCall_arg(ctx *Call_argContext)
EnterCall_arg is called when production call_arg is entered.
func (*BaseSyslParserListener) EnterCall_args ¶
func (s *BaseSyslParserListener) EnterCall_args(ctx *Call_argsContext)
EnterCall_args is called when production call_args is entered.
func (*BaseSyslParserListener) EnterCall_stmt ¶
func (s *BaseSyslParserListener) EnterCall_stmt(ctx *Call_stmtContext)
EnterCall_stmt is called when production call_stmt is entered.
func (*BaseSyslParserListener) EnterCollection_type ¶
func (s *BaseSyslParserListener) EnterCollection_type(ctx *Collection_typeContext)
EnterCollection_type is called when production collection_type is entered.
func (*BaseSyslParserListener) EnterCollector ¶
func (s *BaseSyslParserListener) EnterCollector(ctx *CollectorContext)
EnterCollector is called when production collector is entered.
func (*BaseSyslParserListener) EnterCollector_action_stmt ¶
func (s *BaseSyslParserListener) EnterCollector_action_stmt(ctx *Collector_action_stmtContext)
EnterCollector_action_stmt is called when production collector_action_stmt is entered.
func (*BaseSyslParserListener) EnterCollector_call_stmt ¶
func (s *BaseSyslParserListener) EnterCollector_call_stmt(ctx *Collector_call_stmtContext)
EnterCollector_call_stmt is called when production collector_call_stmt is entered.
func (*BaseSyslParserListener) EnterCollector_http_stmt ¶
func (s *BaseSyslParserListener) EnterCollector_http_stmt(ctx *Collector_http_stmtContext)
EnterCollector_http_stmt is called when production collector_http_stmt is entered.
func (*BaseSyslParserListener) EnterCollector_http_stmt_part ¶
func (s *BaseSyslParserListener) EnterCollector_http_stmt_part(ctx *Collector_http_stmt_partContext)
EnterCollector_http_stmt_part is called when production collector_http_stmt_part is entered.
func (*BaseSyslParserListener) EnterCollector_http_stmt_suffix ¶
func (s *BaseSyslParserListener) EnterCollector_http_stmt_suffix(ctx *Collector_http_stmt_suffixContext)
EnterCollector_http_stmt_suffix is called when production collector_http_stmt_suffix is entered.
func (*BaseSyslParserListener) EnterCollector_pubsub_call ¶
func (s *BaseSyslParserListener) EnterCollector_pubsub_call(ctx *Collector_pubsub_callContext)
EnterCollector_pubsub_call is called when production collector_pubsub_call is entered.
func (*BaseSyslParserListener) EnterCollector_query_param ¶
func (s *BaseSyslParserListener) EnterCollector_query_param(ctx *Collector_query_paramContext)
EnterCollector_query_param is called when production collector_query_param is entered.
func (*BaseSyslParserListener) EnterCollector_query_var ¶
func (s *BaseSyslParserListener) EnterCollector_query_var(ctx *Collector_query_varContext)
EnterCollector_query_var is called when production collector_query_var is entered.
func (*BaseSyslParserListener) EnterCollector_stmts ¶
func (s *BaseSyslParserListener) EnterCollector_stmts(ctx *Collector_stmtsContext)
EnterCollector_stmts is called when production collector_stmts is entered.
func (*BaseSyslParserListener) EnterCond_block ¶
func (s *BaseSyslParserListener) EnterCond_block(ctx *Cond_blockContext)
EnterCond_block is called when production cond_block is entered.
func (*BaseSyslParserListener) EnterControl_item ¶
func (s *BaseSyslParserListener) EnterControl_item(ctx *Control_itemContext)
EnterControl_item is called when production control_item is entered.
func (*BaseSyslParserListener) EnterDoc_string ¶
func (s *BaseSyslParserListener) EnterDoc_string(ctx *Doc_stringContext)
EnterDoc_string is called when production doc_string is entered.
func (*BaseSyslParserListener) EnterE_compare_ops ¶
func (s *BaseSyslParserListener) EnterE_compare_ops(ctx *E_compare_opsContext)
EnterE_compare_ops is called when production e_compare_ops is entered.
func (*BaseSyslParserListener) EnterE_scope_var ¶
func (s *BaseSyslParserListener) EnterE_scope_var(ctx *E_scope_varContext)
EnterE_scope_var is called when production e_scope_var is entered.
func (*BaseSyslParserListener) EnterE_single_arg_func ¶
func (s *BaseSyslParserListener) EnterE_single_arg_func(ctx *E_single_arg_funcContext)
EnterE_single_arg_func is called when production e_single_arg_func is entered.
func (*BaseSyslParserListener) EnterElse_block_stmt ¶
func (s *BaseSyslParserListener) EnterElse_block_stmt(ctx *Else_block_stmtContext)
EnterElse_block_stmt is called when production else_block_stmt is entered.
func (*BaseSyslParserListener) EnterElse_stmt ¶
func (s *BaseSyslParserListener) EnterElse_stmt(ctx *Else_stmtContext)
EnterElse_stmt is called when production else_stmt is entered.
func (*BaseSyslParserListener) EnterEmpty_tuple ¶
func (s *BaseSyslParserListener) EnterEmpty_tuple(ctx *Empty_tupleContext)
EnterEmpty_tuple is called when production empty_tuple is entered.
func (*BaseSyslParserListener) EnterEndpoint_name ¶
func (s *BaseSyslParserListener) EnterEndpoint_name(ctx *Endpoint_nameContext)
EnterEndpoint_name is called when production endpoint_name is entered.
func (*BaseSyslParserListener) EnterEntry ¶
func (s *BaseSyslParserListener) EnterEntry(ctx *EntryContext)
EnterEntry is called when production entry is entered.
func (*BaseSyslParserListener) EnterEvent ¶
func (s *BaseSyslParserListener) EnterEvent(ctx *EventContext)
EnterEvent is called when production event is entered.
func (*BaseSyslParserListener) EnterEveryRule ¶
func (s *BaseSyslParserListener) EnterEveryRule(ctx antlr.ParserRuleContext)
EnterEveryRule is called when any rule is entered.
func (*BaseSyslParserListener) EnterExpr ¶
func (s *BaseSyslParserListener) EnterExpr(ctx *ExprContext)
EnterExpr is called when production expr is entered.
func (*BaseSyslParserListener) EnterExpr_agg_func ¶
func (s *BaseSyslParserListener) EnterExpr_agg_func(ctx *Expr_agg_funcContext)
EnterExpr_agg_func is called when production expr_agg_func is entered.
func (*BaseSyslParserListener) EnterExpr_and ¶
func (s *BaseSyslParserListener) EnterExpr_and(ctx *Expr_andContext)
EnterExpr_and is called when production expr_and is entered.
func (*BaseSyslParserListener) EnterExpr_any_func ¶
func (s *BaseSyslParserListener) EnterExpr_any_func(ctx *Expr_any_funcContext)
EnterExpr_any_func is called when production expr_any_func is entered.
func (*BaseSyslParserListener) EnterExpr_assign ¶
func (s *BaseSyslParserListener) EnterExpr_assign(ctx *Expr_assignContext)
EnterExpr_assign is called when production expr_assign is entered.
func (*BaseSyslParserListener) EnterExpr_atom_list ¶
func (s *BaseSyslParserListener) EnterExpr_atom_list(ctx *Expr_atom_listContext)
EnterExpr_atom_list is called when production expr_atom_list is entered.
func (*BaseSyslParserListener) EnterExpr_bitand ¶
func (s *BaseSyslParserListener) EnterExpr_bitand(ctx *Expr_bitandContext)
EnterExpr_bitand is called when production expr_bitand is entered.
func (*BaseSyslParserListener) EnterExpr_bitor ¶
func (s *BaseSyslParserListener) EnterExpr_bitor(ctx *Expr_bitorContext)
EnterExpr_bitor is called when production expr_bitor is entered.
func (*BaseSyslParserListener) EnterExpr_bitxor ¶
func (s *BaseSyslParserListener) EnterExpr_bitxor(ctx *Expr_bitxorContext)
EnterExpr_bitxor is called when production expr_bitxor is entered.
func (*BaseSyslParserListener) EnterExpr_block ¶
func (s *BaseSyslParserListener) EnterExpr_block(ctx *Expr_blockContext)
EnterExpr_block is called when production expr_block is entered.
func (*BaseSyslParserListener) EnterExpr_but_not ¶
func (s *BaseSyslParserListener) EnterExpr_but_not(ctx *Expr_but_notContext)
EnterExpr_but_not is called when production expr_but_not is entered.
func (*BaseSyslParserListener) EnterExpr_coalesce ¶
func (s *BaseSyslParserListener) EnterExpr_coalesce(ctx *Expr_coalesceContext)
EnterExpr_coalesce is called when production expr_coalesce is entered.
func (*BaseSyslParserListener) EnterExpr_count ¶
func (s *BaseSyslParserListener) EnterExpr_count(ctx *Expr_countContext)
EnterExpr_count is called when production expr_count is entered.
func (*BaseSyslParserListener) EnterExpr_dot_assign ¶
func (s *BaseSyslParserListener) EnterExpr_dot_assign(ctx *Expr_dot_assignContext)
EnterExpr_dot_assign is called when production expr_dot_assign is entered.
func (*BaseSyslParserListener) EnterExpr_first_func ¶
func (s *BaseSyslParserListener) EnterExpr_first_func(ctx *Expr_first_funcContext)
EnterExpr_first_func is called when production expr_first_func is entered.
func (*BaseSyslParserListener) EnterExpr_func ¶
func (s *BaseSyslParserListener) EnterExpr_func(ctx *Expr_funcContext)
EnterExpr_func is called when production expr_func is entered.
func (*BaseSyslParserListener) EnterExpr_if_else ¶
func (s *BaseSyslParserListener) EnterExpr_if_else(ctx *Expr_if_elseContext)
EnterExpr_if_else is called when production expr_if_else is entered.
func (*BaseSyslParserListener) EnterExpr_inject_stmt ¶
func (s *BaseSyslParserListener) EnterExpr_inject_stmt(ctx *Expr_inject_stmtContext)
EnterExpr_inject_stmt is called when production expr_inject_stmt is entered.
func (*BaseSyslParserListener) EnterExpr_let_statement ¶
func (s *BaseSyslParserListener) EnterExpr_let_statement(ctx *Expr_let_statementContext)
EnterExpr_let_statement is called when production expr_let_statement is entered.
func (*BaseSyslParserListener) EnterExpr_list ¶
func (s *BaseSyslParserListener) EnterExpr_list(ctx *Expr_listContext)
EnterExpr_list is called when production expr_list is entered.
func (*BaseSyslParserListener) EnterExpr_matching ¶
func (s *BaseSyslParserListener) EnterExpr_matching(ctx *Expr_matchingContext)
EnterExpr_matching is called when production expr_matching is entered.
func (*BaseSyslParserListener) EnterExpr_navigate ¶
func (s *BaseSyslParserListener) EnterExpr_navigate(ctx *Expr_navigateContext)
EnterExpr_navigate is called when production expr_navigate is entered.
func (*BaseSyslParserListener) EnterExpr_navigate_attr ¶
func (s *BaseSyslParserListener) EnterExpr_navigate_attr(ctx *Expr_navigate_attrContext)
EnterExpr_navigate_attr is called when production expr_navigate_attr is entered.
func (*BaseSyslParserListener) EnterExpr_or ¶
func (s *BaseSyslParserListener) EnterExpr_or(ctx *Expr_orContext)
EnterExpr_or is called when production expr_or is entered.
func (*BaseSyslParserListener) EnterExpr_rank_func ¶
func (s *BaseSyslParserListener) EnterExpr_rank_func(ctx *Expr_rank_funcContext)
EnterExpr_rank_func is called when production expr_rank_func is entered.
func (*BaseSyslParserListener) EnterExpr_rel ¶
func (s *BaseSyslParserListener) EnterExpr_rel(ctx *Expr_relContext)
EnterExpr_rel is called when production expr_rel is entered.
func (*BaseSyslParserListener) EnterExpr_set ¶
func (s *BaseSyslParserListener) EnterExpr_set(ctx *Expr_setContext)
EnterExpr_set is called when production expr_set is entered.
func (*BaseSyslParserListener) EnterExpr_simple_assign ¶
func (s *BaseSyslParserListener) EnterExpr_simple_assign(ctx *Expr_simple_assignContext)
EnterExpr_simple_assign is called when production expr_simple_assign is entered.
func (*BaseSyslParserListener) EnterExpr_single_arg_func ¶
func (s *BaseSyslParserListener) EnterExpr_single_arg_func(ctx *Expr_single_arg_funcContext)
EnterExpr_single_arg_func is called when production expr_single_arg_func is entered.
func (*BaseSyslParserListener) EnterExpr_single_or_null ¶
func (s *BaseSyslParserListener) EnterExpr_single_or_null(ctx *Expr_single_or_nullContext)
EnterExpr_single_or_null is called when production expr_single_or_null is entered.
func (*BaseSyslParserListener) EnterExpr_snapshot ¶
func (s *BaseSyslParserListener) EnterExpr_snapshot(ctx *Expr_snapshotContext)
EnterExpr_snapshot is called when production expr_snapshot is entered.
func (*BaseSyslParserListener) EnterExpr_statement ¶
func (s *BaseSyslParserListener) EnterExpr_statement(ctx *Expr_statementContext)
EnterExpr_statement is called when production expr_statement is entered.
func (*BaseSyslParserListener) EnterExpr_statement_no_nl ¶
func (s *BaseSyslParserListener) EnterExpr_statement_no_nl(ctx *Expr_statement_no_nlContext)
EnterExpr_statement_no_nl is called when production expr_statement_no_nl is entered.
func (*BaseSyslParserListener) EnterExpr_stmt ¶
func (s *BaseSyslParserListener) EnterExpr_stmt(ctx *Expr_stmtContext)
EnterExpr_stmt is called when production expr_stmt is entered.
func (*BaseSyslParserListener) EnterExpr_table_of_op ¶
func (s *BaseSyslParserListener) EnterExpr_table_of_op(ctx *Expr_table_of_opContext)
EnterExpr_table_of_op is called when production expr_table_of_op is entered.
func (*BaseSyslParserListener) EnterExpr_table_of_statement ¶
func (s *BaseSyslParserListener) EnterExpr_table_of_statement(ctx *Expr_table_of_statementContext)
EnterExpr_table_of_statement is called when production expr_table_of_statement is entered.
func (*BaseSyslParserListener) EnterFacade ¶
func (s *BaseSyslParserListener) EnterFacade(ctx *FacadeContext)
EnterFacade is called when production facade is entered.
func (*BaseSyslParserListener) EnterField ¶
func (s *BaseSyslParserListener) EnterField(ctx *FieldContext)
EnterField is called when production field is entered.
func (*BaseSyslParserListener) EnterField_type ¶
func (s *BaseSyslParserListener) EnterField_type(ctx *Field_typeContext)
EnterField_type is called when production field_type is entered.
func (*BaseSyslParserListener) EnterFinal_else ¶
func (s *BaseSyslParserListener) EnterFinal_else(ctx *Final_elseContext)
EnterFinal_else is called when production final_else is entered.
func (*BaseSyslParserListener) EnterFirst_func_target ¶
func (s *BaseSyslParserListener) EnterFirst_func_target(ctx *First_func_targetContext)
EnterFirst_func_target is called when production first_func_target is entered.
func (*BaseSyslParserListener) EnterFor_stmt ¶
func (s *BaseSyslParserListener) EnterFor_stmt(ctx *For_stmtContext)
EnterFor_stmt is called when production for_stmt is entered.
func (*BaseSyslParserListener) EnterFunc_arg ¶
func (s *BaseSyslParserListener) EnterFunc_arg(ctx *Func_argContext)
EnterFunc_arg is called when production func_arg is entered.
func (*BaseSyslParserListener) EnterFunc_args ¶
func (s *BaseSyslParserListener) EnterFunc_args(ctx *Func_argsContext)
EnterFunc_args is called when production func_args is entered.
func (*BaseSyslParserListener) EnterGroup_stmt ¶
func (s *BaseSyslParserListener) EnterGroup_stmt(ctx *Group_stmtContext)
EnterGroup_stmt is called when production group_stmt is entered.
func (*BaseSyslParserListener) EnterHttp_method_comment ¶
func (s *BaseSyslParserListener) EnterHttp_method_comment(ctx *Http_method_commentContext)
EnterHttp_method_comment is called when production http_method_comment is entered.
func (*BaseSyslParserListener) EnterHttp_path ¶
func (s *BaseSyslParserListener) EnterHttp_path(ctx *Http_pathContext)
EnterHttp_path is called when production http_path is entered.
func (*BaseSyslParserListener) EnterHttp_path_part ¶
func (s *BaseSyslParserListener) EnterHttp_path_part(ctx *Http_path_partContext)
EnterHttp_path_part is called when production http_path_part is entered.
func (*BaseSyslParserListener) EnterHttp_path_static ¶
func (s *BaseSyslParserListener) EnterHttp_path_static(ctx *Http_path_staticContext)
EnterHttp_path_static is called when production http_path_static is entered.
func (*BaseSyslParserListener) EnterHttp_path_suffix ¶
func (s *BaseSyslParserListener) EnterHttp_path_suffix(ctx *Http_path_suffixContext)
EnterHttp_path_suffix is called when production http_path_suffix is entered.
func (*BaseSyslParserListener) EnterHttp_path_var_with_type ¶
func (s *BaseSyslParserListener) EnterHttp_path_var_with_type(ctx *Http_path_var_with_typeContext)
EnterHttp_path_var_with_type is called when production http_path_var_with_type is entered.
func (*BaseSyslParserListener) EnterIf_controls ¶
func (s *BaseSyslParserListener) EnterIf_controls(ctx *If_controlsContext)
EnterIf_controls is called when production if_controls is entered.
func (*BaseSyslParserListener) EnterIf_else ¶
func (s *BaseSyslParserListener) EnterIf_else(ctx *If_elseContext)
EnterIf_else is called when production if_else is entered.
func (*BaseSyslParserListener) EnterIf_multiple_lines ¶
func (s *BaseSyslParserListener) EnterIf_multiple_lines(ctx *If_multiple_linesContext)
EnterIf_multiple_lines is called when production if_multiple_lines is entered.
func (*BaseSyslParserListener) EnterIf_one_liner ¶
func (s *BaseSyslParserListener) EnterIf_one_liner(ctx *If_one_linerContext)
EnterIf_one_liner is called when production if_one_liner is entered.
func (*BaseSyslParserListener) EnterIf_stmt ¶
func (s *BaseSyslParserListener) EnterIf_stmt(ctx *If_stmtContext)
EnterIf_stmt is called when production if_stmt is entered.
func (*BaseSyslParserListener) EnterIfvar ¶
func (s *BaseSyslParserListener) EnterIfvar(ctx *IfvarContext)
EnterIfvar is called when production ifvar is entered.
func (*BaseSyslParserListener) EnterImport_mode ¶
func (s *BaseSyslParserListener) EnterImport_mode(ctx *Import_modeContext)
EnterImport_mode is called when production import_mode is entered.
func (*BaseSyslParserListener) EnterImport_stmt ¶
func (s *BaseSyslParserListener) EnterImport_stmt(ctx *Import_stmtContext)
EnterImport_stmt is called when production import_stmt is entered.
func (*BaseSyslParserListener) EnterImports_decl ¶
func (s *BaseSyslParserListener) EnterImports_decl(ctx *Imports_declContext)
EnterImports_decl is called when production imports_decl is entered.
func (*BaseSyslParserListener) EnterInplace_table ¶
func (s *BaseSyslParserListener) EnterInplace_table(ctx *Inplace_tableContext)
EnterInplace_table is called when production inplace_table is entered.
func (*BaseSyslParserListener) EnterInplace_table_def ¶
func (s *BaseSyslParserListener) EnterInplace_table_def(ctx *Inplace_table_defContext)
EnterInplace_table_def is called when production inplace_table_def is entered.
func (*BaseSyslParserListener) EnterInplace_tuple ¶
func (s *BaseSyslParserListener) EnterInplace_tuple(ctx *Inplace_tupleContext)
EnterInplace_tuple is called when production inplace_tuple is entered.
func (*BaseSyslParserListener) EnterList_item ¶
func (s *BaseSyslParserListener) EnterList_item(ctx *List_itemContext)
EnterList_item is called when production list_item is entered.
func (*BaseSyslParserListener) EnterLiteral ¶
func (s *BaseSyslParserListener) EnterLiteral(ctx *LiteralContext)
EnterLiteral is called when production literal is entered.
func (*BaseSyslParserListener) EnterMatching_rhs ¶
func (s *BaseSyslParserListener) EnterMatching_rhs(ctx *Matching_rhsContext)
EnterMatching_rhs is called when production matching_rhs is entered.
func (*BaseSyslParserListener) EnterMethod_def ¶
func (s *BaseSyslParserListener) EnterMethod_def(ctx *Method_defContext)
EnterMethod_def is called when production method_def is entered.
func (*BaseSyslParserListener) EnterMixin ¶
func (s *BaseSyslParserListener) EnterMixin(ctx *MixinContext)
EnterMixin is called when production mixin is entered.
func (*BaseSyslParserListener) EnterModel_name ¶
func (s *BaseSyslParserListener) EnterModel_name(ctx *Model_nameContext)
EnterModel_name is called when production model_name is entered.
func (*BaseSyslParserListener) EnterModifier ¶
func (s *BaseSyslParserListener) EnterModifier(ctx *ModifierContext)
EnterModifier is called when production modifier is entered.
func (*BaseSyslParserListener) EnterMulti_line_docstring ¶
func (s *BaseSyslParserListener) EnterMulti_line_docstring(ctx *Multi_line_docstringContext)
EnterMulti_line_docstring is called when production multi_line_docstring is entered.
func (*BaseSyslParserListener) EnterName_str ¶
func (s *BaseSyslParserListener) EnterName_str(ctx *Name_strContext)
EnterName_str is called when production name_str is entered.
func (*BaseSyslParserListener) EnterName_with_attribs ¶
func (s *BaseSyslParserListener) EnterName_with_attribs(ctx *Name_with_attribsContext)
EnterName_with_attribs is called when production name_with_attribs is entered.
func (*BaseSyslParserListener) EnterNvp ¶
func (s *BaseSyslParserListener) EnterNvp(ctx *NvpContext)
EnterNvp is called when production nvp is entered.
func (*BaseSyslParserListener) EnterOne_of_case_label ¶
func (s *BaseSyslParserListener) EnterOne_of_case_label(ctx *One_of_case_labelContext)
EnterOne_of_case_label is called when production one_of_case_label is entered.
func (*BaseSyslParserListener) EnterOne_of_cases ¶
func (s *BaseSyslParserListener) EnterOne_of_cases(ctx *One_of_casesContext)
EnterOne_of_cases is called when production one_of_cases is entered.
func (*BaseSyslParserListener) EnterOne_of_stmt ¶
func (s *BaseSyslParserListener) EnterOne_of_stmt(ctx *One_of_stmtContext)
EnterOne_of_stmt is called when production one_of_stmt is entered.
func (*BaseSyslParserListener) EnterPackage_name ¶
func (s *BaseSyslParserListener) EnterPackage_name(ctx *Package_nameContext)
EnterPackage_name is called when production package_name is entered.
func (*BaseSyslParserListener) EnterParam ¶
func (s *BaseSyslParserListener) EnterParam(ctx *ParamContext)
EnterParam is called when production param is entered.
func (*BaseSyslParserListener) EnterParam_list ¶
func (s *BaseSyslParserListener) EnterParam_list(ctx *Param_listContext)
EnterParam_list is called when production param_list is entered.
func (*BaseSyslParserListener) EnterParams ¶
func (s *BaseSyslParserListener) EnterParams(ctx *ParamsContext)
EnterParams is called when production params is entered.
func (*BaseSyslParserListener) EnterPower ¶
func (s *BaseSyslParserListener) EnterPower(ctx *PowerContext)
EnterPower is called when production power is entered.
func (*BaseSyslParserListener) EnterPowerT ¶
func (s *BaseSyslParserListener) EnterPowerT(ctx *PowerTContext)
EnterPowerT is called when production powerT is entered.
func (*BaseSyslParserListener) EnterPublisher ¶
func (s *BaseSyslParserListener) EnterPublisher(ctx *PublisherContext)
EnterPublisher is called when production publisher is entered.
func (*BaseSyslParserListener) EnterQuery_param ¶
func (s *BaseSyslParserListener) EnterQuery_param(ctx *Query_paramContext)
EnterQuery_param is called when production query_param is entered.
func (*BaseSyslParserListener) EnterQuery_var ¶
func (s *BaseSyslParserListener) EnterQuery_var(ctx *Query_varContext)
EnterQuery_var is called when production query_var is entered.
func (*BaseSyslParserListener) EnterQuoted_string ¶
func (s *BaseSyslParserListener) EnterQuoted_string(ctx *Quoted_stringContext)
EnterQuoted_string is called when production quoted_string is entered.
func (*BaseSyslParserListener) EnterRank_expr ¶
func (s *BaseSyslParserListener) EnterRank_expr(ctx *Rank_exprContext)
EnterRank_expr is called when production rank_expr is entered.
func (*BaseSyslParserListener) EnterRank_expr_list ¶
func (s *BaseSyslParserListener) EnterRank_expr_list(ctx *Rank_expr_listContext)
EnterRank_expr_list is called when production rank_expr_list is entered.
func (*BaseSyslParserListener) EnterReference ¶
func (s *BaseSyslParserListener) EnterReference(ctx *ReferenceContext)
EnterReference is called when production reference is entered.
func (*BaseSyslParserListener) EnterRelop ¶
func (s *BaseSyslParserListener) EnterRelop(ctx *RelopContext)
EnterRelop is called when production relop is entered.
func (*BaseSyslParserListener) EnterRest_endpoint ¶
func (s *BaseSyslParserListener) EnterRest_endpoint(ctx *Rest_endpointContext)
EnterRest_endpoint is called when production rest_endpoint is entered.
func (*BaseSyslParserListener) EnterRet_stmt ¶
func (s *BaseSyslParserListener) EnterRet_stmt(ctx *Ret_stmtContext)
EnterRet_stmt is called when production ret_stmt is entered.
func (*BaseSyslParserListener) EnterSequence_of ¶
func (s *BaseSyslParserListener) EnterSequence_of(ctx *Sequence_ofContext)
EnterSequence_of is called when production sequence_of is entered.
func (*BaseSyslParserListener) EnterSequence_type ¶
func (s *BaseSyslParserListener) EnterSequence_type(ctx *Sequence_typeContext)
EnterSequence_type is called when production sequence_type is entered.
func (*BaseSyslParserListener) EnterSet_of ¶
func (s *BaseSyslParserListener) EnterSet_of(ctx *Set_ofContext)
EnterSet_of is called when production set_of is entered.
func (*BaseSyslParserListener) EnterSet_type ¶
func (s *BaseSyslParserListener) EnterSet_type(ctx *Set_typeContext)
EnterSet_type is called when production set_type is entered.
func (*BaseSyslParserListener) EnterShortcut ¶
func (s *BaseSyslParserListener) EnterShortcut(ctx *ShortcutContext)
EnterShortcut is called when production shortcut is entered.
func (*BaseSyslParserListener) EnterSimple_endpoint ¶
func (s *BaseSyslParserListener) EnterSimple_endpoint(ctx *Simple_endpointContext)
EnterSimple_endpoint is called when production simple_endpoint is entered.
func (*BaseSyslParserListener) EnterSize_spec ¶
func (s *BaseSyslParserListener) EnterSize_spec(ctx *Size_specContext)
EnterSize_spec is called when production size_spec is entered.
func (*BaseSyslParserListener) EnterSquiggly_args ¶
func (s *BaseSyslParserListener) EnterSquiggly_args(ctx *Squiggly_argsContext)
EnterSquiggly_args is called when production squiggly_args is entered.
func (*BaseSyslParserListener) EnterStatements ¶
func (s *BaseSyslParserListener) EnterStatements(ctx *StatementsContext)
EnterStatements is called when production statements is entered.
func (*BaseSyslParserListener) EnterSub_package ¶
func (s *BaseSyslParserListener) EnterSub_package(ctx *Sub_packageContext)
EnterSub_package is called when production sub_package is entered.
func (*BaseSyslParserListener) EnterSubscribe ¶
func (s *BaseSyslParserListener) EnterSubscribe(ctx *SubscribeContext)
EnterSubscribe is called when production subscribe is entered.
func (*BaseSyslParserListener) EnterSubscriber ¶
func (s *BaseSyslParserListener) EnterSubscriber(ctx *SubscriberContext)
EnterSubscriber is called when production subscriber is entered.
func (*BaseSyslParserListener) EnterSysl_file ¶
func (s *BaseSyslParserListener) EnterSysl_file(ctx *Sysl_fileContext)
EnterSysl_file is called when production sysl_file is entered.
func (*BaseSyslParserListener) EnterTable ¶
func (s *BaseSyslParserListener) EnterTable(ctx *TableContext)
EnterTable is called when production table is entered.
func (*BaseSyslParserListener) EnterTable_def ¶
func (s *BaseSyslParserListener) EnterTable_def(ctx *Table_defContext)
EnterTable_def is called when production table_def is entered.
func (*BaseSyslParserListener) EnterTable_refs ¶
func (s *BaseSyslParserListener) EnterTable_refs(ctx *Table_refsContext)
EnterTable_refs is called when production table_refs is entered.
func (*BaseSyslParserListener) EnterTable_stmts ¶
func (s *BaseSyslParserListener) EnterTable_stmts(ctx *Table_stmtsContext)
EnterTable_stmts is called when production table_stmts is entered.
func (*BaseSyslParserListener) EnterTarget ¶
func (s *BaseSyslParserListener) EnterTarget(ctx *TargetContext)
EnterTarget is called when production target is entered.
func (*BaseSyslParserListener) EnterTarget_endpoint ¶
func (s *BaseSyslParserListener) EnterTarget_endpoint(ctx *Target_endpointContext)
EnterTarget_endpoint is called when production target_endpoint is entered.
func (*BaseSyslParserListener) EnterTerm ¶
func (s *BaseSyslParserListener) EnterTerm(ctx *TermContext)
EnterTerm is called when production term is entered.
func (*BaseSyslParserListener) EnterTermT ¶
func (s *BaseSyslParserListener) EnterTermT(ctx *TermTContext)
EnterTermT is called when production termT is entered.
func (*BaseSyslParserListener) EnterText_stmt ¶
func (s *BaseSyslParserListener) EnterText_stmt(ctx *Text_stmtContext)
EnterText_stmt is called when production text_stmt is entered.
func (*BaseSyslParserListener) EnterTransform ¶
func (s *BaseSyslParserListener) EnterTransform(ctx *TransformContext)
EnterTransform is called when production transform is entered.
func (*BaseSyslParserListener) EnterTransform_arg ¶
func (s *BaseSyslParserListener) EnterTransform_arg(ctx *Transform_argContext)
EnterTransform_arg is called when production transform_arg is entered.
func (*BaseSyslParserListener) EnterTransform_return_type ¶
func (s *BaseSyslParserListener) EnterTransform_return_type(ctx *Transform_return_typeContext)
EnterTransform_return_type is called when production transform_return_type is entered.
func (*BaseSyslParserListener) EnterTransform_scope_var ¶
func (s *BaseSyslParserListener) EnterTransform_scope_var(ctx *Transform_scope_varContext)
EnterTransform_scope_var is called when production transform_scope_var is entered.
func (*BaseSyslParserListener) EnterTypes ¶
func (s *BaseSyslParserListener) EnterTypes(ctx *TypesContext)
EnterTypes is called when production types is entered.
func (*BaseSyslParserListener) EnterUnaryTerm ¶
func (s *BaseSyslParserListener) EnterUnaryTerm(ctx *UnaryTermContext)
EnterUnaryTerm is called when production unaryTerm is entered.
func (*BaseSyslParserListener) EnterUnion ¶
func (s *BaseSyslParserListener) EnterUnion(ctx *UnionContext)
EnterUnion is called when production union is entered.
func (*BaseSyslParserListener) EnterUser_defined_type ¶
func (s *BaseSyslParserListener) EnterUser_defined_type(ctx *User_defined_typeContext)
EnterUser_defined_type is called when production user_defined_type is entered.
func (*BaseSyslParserListener) EnterVar_in_curly ¶
func (s *BaseSyslParserListener) EnterVar_in_curly(ctx *Var_in_curlyContext)
EnterVar_in_curly is called when production var_in_curly is entered.
func (*BaseSyslParserListener) EnterView ¶
func (s *BaseSyslParserListener) EnterView(ctx *ViewContext)
EnterView is called when production view is entered.
func (*BaseSyslParserListener) EnterView_param ¶
func (s *BaseSyslParserListener) EnterView_param(ctx *View_paramContext)
EnterView_param is called when production view_param is entered.
func (*BaseSyslParserListener) EnterView_params ¶
func (s *BaseSyslParserListener) EnterView_params(ctx *View_paramsContext)
EnterView_params is called when production view_params is entered.
func (*BaseSyslParserListener) EnterView_return_type ¶
func (s *BaseSyslParserListener) EnterView_return_type(ctx *View_return_typeContext)
EnterView_return_type is called when production view_return_type is entered.
func (*BaseSyslParserListener) EnterView_type_spec ¶
func (s *BaseSyslParserListener) EnterView_type_spec(ctx *View_type_specContext)
EnterView_type_spec is called when production view_type_spec is entered.
func (*BaseSyslParserListener) ExitAbstract_view ¶
func (s *BaseSyslParserListener) ExitAbstract_view(ctx *Abstract_viewContext)
ExitAbstract_view is called when production abstract_view is exited.
func (*BaseSyslParserListener) ExitAlias ¶
func (s *BaseSyslParserListener) ExitAlias(ctx *AliasContext)
ExitAlias is called when production alias is exited.
func (*BaseSyslParserListener) ExitAnnotation ¶
func (s *BaseSyslParserListener) ExitAnnotation(ctx *AnnotationContext)
ExitAnnotation is called when production annotation is exited.
func (*BaseSyslParserListener) ExitAnnotation_value ¶
func (s *BaseSyslParserListener) ExitAnnotation_value(ctx *Annotation_valueContext)
ExitAnnotation_value is called when production annotation_value is exited.
func (*BaseSyslParserListener) ExitAnnotations ¶
func (s *BaseSyslParserListener) ExitAnnotations(ctx *AnnotationsContext)
ExitAnnotations is called when production annotations is exited.
func (*BaseSyslParserListener) ExitApp_decl ¶
func (s *BaseSyslParserListener) ExitApp_decl(ctx *App_declContext)
ExitApp_decl is called when production app_decl is exited.
func (*BaseSyslParserListener) ExitApp_name ¶
func (s *BaseSyslParserListener) ExitApp_name(ctx *App_nameContext)
ExitApp_name is called when production app_name is exited.
func (*BaseSyslParserListener) ExitApplication ¶
func (s *BaseSyslParserListener) ExitApplication(ctx *ApplicationContext)
ExitApplication is called when production application is exited.
func (*BaseSyslParserListener) ExitArray_of_arrays ¶
func (s *BaseSyslParserListener) ExitArray_of_arrays(ctx *Array_of_arraysContext)
ExitArray_of_arrays is called when production array_of_arrays is exited.
func (*BaseSyslParserListener) ExitArray_of_strings ¶
func (s *BaseSyslParserListener) ExitArray_of_strings(ctx *Array_of_stringsContext)
ExitArray_of_strings is called when production array_of_strings is exited.
func (*BaseSyslParserListener) ExitArray_size ¶
func (s *BaseSyslParserListener) ExitArray_size(ctx *Array_sizeContext)
ExitArray_size is called when production array_size is exited.
func (*BaseSyslParserListener) ExitAtom ¶
func (s *BaseSyslParserListener) ExitAtom(ctx *AtomContext)
ExitAtom is called when production atom is exited.
func (*BaseSyslParserListener) ExitAtomT ¶
func (s *BaseSyslParserListener) ExitAtomT(ctx *AtomTContext)
ExitAtomT is called when production atomT is exited.
func (*BaseSyslParserListener) ExitAtomT_implied_dot ¶
func (s *BaseSyslParserListener) ExitAtomT_implied_dot(ctx *AtomT_implied_dotContext)
ExitAtomT_implied_dot is called when production atomT_implied_dot is exited.
func (*BaseSyslParserListener) ExitAtomT_name ¶
func (s *BaseSyslParserListener) ExitAtomT_name(ctx *AtomT_nameContext)
ExitAtomT_name is called when production atomT_name is exited.
func (*BaseSyslParserListener) ExitAtomT_paren ¶
func (s *BaseSyslParserListener) ExitAtomT_paren(ctx *AtomT_parenContext)
ExitAtomT_paren is called when production atomT_paren is exited.
func (*BaseSyslParserListener) ExitAtom_dot_relop ¶
func (s *BaseSyslParserListener) ExitAtom_dot_relop(ctx *Atom_dot_relopContext)
ExitAtom_dot_relop is called when production atom_dot_relop is exited.
func (*BaseSyslParserListener) ExitAttribs_or_modifiers ¶
func (s *BaseSyslParserListener) ExitAttribs_or_modifiers(ctx *Attribs_or_modifiersContext)
ExitAttribs_or_modifiers is called when production attribs_or_modifiers is exited.
func (*BaseSyslParserListener) ExitBinexpr ¶
func (s *BaseSyslParserListener) ExitBinexpr(ctx *BinexprContext)
ExitBinexpr is called when production binexpr is exited.
func (*BaseSyslParserListener) ExitBinexprT ¶
func (s *BaseSyslParserListener) ExitBinexprT(ctx *BinexprTContext)
ExitBinexprT is called when production binexprT is exited.
func (*BaseSyslParserListener) ExitCall_arg ¶
func (s *BaseSyslParserListener) ExitCall_arg(ctx *Call_argContext)
ExitCall_arg is called when production call_arg is exited.
func (*BaseSyslParserListener) ExitCall_args ¶
func (s *BaseSyslParserListener) ExitCall_args(ctx *Call_argsContext)
ExitCall_args is called when production call_args is exited.
func (*BaseSyslParserListener) ExitCall_stmt ¶
func (s *BaseSyslParserListener) ExitCall_stmt(ctx *Call_stmtContext)
ExitCall_stmt is called when production call_stmt is exited.
func (*BaseSyslParserListener) ExitCollection_type ¶
func (s *BaseSyslParserListener) ExitCollection_type(ctx *Collection_typeContext)
ExitCollection_type is called when production collection_type is exited.
func (*BaseSyslParserListener) ExitCollector ¶
func (s *BaseSyslParserListener) ExitCollector(ctx *CollectorContext)
ExitCollector is called when production collector is exited.
func (*BaseSyslParserListener) ExitCollector_action_stmt ¶
func (s *BaseSyslParserListener) ExitCollector_action_stmt(ctx *Collector_action_stmtContext)
ExitCollector_action_stmt is called when production collector_action_stmt is exited.
func (*BaseSyslParserListener) ExitCollector_call_stmt ¶
func (s *BaseSyslParserListener) ExitCollector_call_stmt(ctx *Collector_call_stmtContext)
ExitCollector_call_stmt is called when production collector_call_stmt is exited.
func (*BaseSyslParserListener) ExitCollector_http_stmt ¶
func (s *BaseSyslParserListener) ExitCollector_http_stmt(ctx *Collector_http_stmtContext)
ExitCollector_http_stmt is called when production collector_http_stmt is exited.
func (*BaseSyslParserListener) ExitCollector_http_stmt_part ¶
func (s *BaseSyslParserListener) ExitCollector_http_stmt_part(ctx *Collector_http_stmt_partContext)
ExitCollector_http_stmt_part is called when production collector_http_stmt_part is exited.
func (*BaseSyslParserListener) ExitCollector_http_stmt_suffix ¶
func (s *BaseSyslParserListener) ExitCollector_http_stmt_suffix(ctx *Collector_http_stmt_suffixContext)
ExitCollector_http_stmt_suffix is called when production collector_http_stmt_suffix is exited.
func (*BaseSyslParserListener) ExitCollector_pubsub_call ¶
func (s *BaseSyslParserListener) ExitCollector_pubsub_call(ctx *Collector_pubsub_callContext)
ExitCollector_pubsub_call is called when production collector_pubsub_call is exited.
func (*BaseSyslParserListener) ExitCollector_query_param ¶
func (s *BaseSyslParserListener) ExitCollector_query_param(ctx *Collector_query_paramContext)
ExitCollector_query_param is called when production collector_query_param is exited.
func (*BaseSyslParserListener) ExitCollector_query_var ¶
func (s *BaseSyslParserListener) ExitCollector_query_var(ctx *Collector_query_varContext)
ExitCollector_query_var is called when production collector_query_var is exited.
func (*BaseSyslParserListener) ExitCollector_stmts ¶
func (s *BaseSyslParserListener) ExitCollector_stmts(ctx *Collector_stmtsContext)
ExitCollector_stmts is called when production collector_stmts is exited.
func (*BaseSyslParserListener) ExitCond_block ¶
func (s *BaseSyslParserListener) ExitCond_block(ctx *Cond_blockContext)
ExitCond_block is called when production cond_block is exited.
func (*BaseSyslParserListener) ExitControl_item ¶
func (s *BaseSyslParserListener) ExitControl_item(ctx *Control_itemContext)
ExitControl_item is called when production control_item is exited.
func (*BaseSyslParserListener) ExitDoc_string ¶
func (s *BaseSyslParserListener) ExitDoc_string(ctx *Doc_stringContext)
ExitDoc_string is called when production doc_string is exited.
func (*BaseSyslParserListener) ExitE_compare_ops ¶
func (s *BaseSyslParserListener) ExitE_compare_ops(ctx *E_compare_opsContext)
ExitE_compare_ops is called when production e_compare_ops is exited.
func (*BaseSyslParserListener) ExitE_scope_var ¶
func (s *BaseSyslParserListener) ExitE_scope_var(ctx *E_scope_varContext)
ExitE_scope_var is called when production e_scope_var is exited.
func (*BaseSyslParserListener) ExitE_single_arg_func ¶
func (s *BaseSyslParserListener) ExitE_single_arg_func(ctx *E_single_arg_funcContext)
ExitE_single_arg_func is called when production e_single_arg_func is exited.
func (*BaseSyslParserListener) ExitElse_block_stmt ¶
func (s *BaseSyslParserListener) ExitElse_block_stmt(ctx *Else_block_stmtContext)
ExitElse_block_stmt is called when production else_block_stmt is exited.
func (*BaseSyslParserListener) ExitElse_stmt ¶
func (s *BaseSyslParserListener) ExitElse_stmt(ctx *Else_stmtContext)
ExitElse_stmt is called when production else_stmt is exited.
func (*BaseSyslParserListener) ExitEmpty_tuple ¶
func (s *BaseSyslParserListener) ExitEmpty_tuple(ctx *Empty_tupleContext)
ExitEmpty_tuple is called when production empty_tuple is exited.
func (*BaseSyslParserListener) ExitEndpoint_name ¶
func (s *BaseSyslParserListener) ExitEndpoint_name(ctx *Endpoint_nameContext)
ExitEndpoint_name is called when production endpoint_name is exited.
func (*BaseSyslParserListener) ExitEntry ¶
func (s *BaseSyslParserListener) ExitEntry(ctx *EntryContext)
ExitEntry is called when production entry is exited.
func (*BaseSyslParserListener) ExitEvent ¶
func (s *BaseSyslParserListener) ExitEvent(ctx *EventContext)
ExitEvent is called when production event is exited.
func (*BaseSyslParserListener) ExitEveryRule ¶
func (s *BaseSyslParserListener) ExitEveryRule(ctx antlr.ParserRuleContext)
ExitEveryRule is called when any rule is exited.
func (*BaseSyslParserListener) ExitExpr ¶
func (s *BaseSyslParserListener) ExitExpr(ctx *ExprContext)
ExitExpr is called when production expr is exited.
func (*BaseSyslParserListener) ExitExpr_agg_func ¶
func (s *BaseSyslParserListener) ExitExpr_agg_func(ctx *Expr_agg_funcContext)
ExitExpr_agg_func is called when production expr_agg_func is exited.
func (*BaseSyslParserListener) ExitExpr_and ¶
func (s *BaseSyslParserListener) ExitExpr_and(ctx *Expr_andContext)
ExitExpr_and is called when production expr_and is exited.
func (*BaseSyslParserListener) ExitExpr_any_func ¶
func (s *BaseSyslParserListener) ExitExpr_any_func(ctx *Expr_any_funcContext)
ExitExpr_any_func is called when production expr_any_func is exited.
func (*BaseSyslParserListener) ExitExpr_assign ¶
func (s *BaseSyslParserListener) ExitExpr_assign(ctx *Expr_assignContext)
ExitExpr_assign is called when production expr_assign is exited.
func (*BaseSyslParserListener) ExitExpr_atom_list ¶
func (s *BaseSyslParserListener) ExitExpr_atom_list(ctx *Expr_atom_listContext)
ExitExpr_atom_list is called when production expr_atom_list is exited.
func (*BaseSyslParserListener) ExitExpr_bitand ¶
func (s *BaseSyslParserListener) ExitExpr_bitand(ctx *Expr_bitandContext)
ExitExpr_bitand is called when production expr_bitand is exited.
func (*BaseSyslParserListener) ExitExpr_bitor ¶
func (s *BaseSyslParserListener) ExitExpr_bitor(ctx *Expr_bitorContext)
ExitExpr_bitor is called when production expr_bitor is exited.
func (*BaseSyslParserListener) ExitExpr_bitxor ¶
func (s *BaseSyslParserListener) ExitExpr_bitxor(ctx *Expr_bitxorContext)
ExitExpr_bitxor is called when production expr_bitxor is exited.
func (*BaseSyslParserListener) ExitExpr_block ¶
func (s *BaseSyslParserListener) ExitExpr_block(ctx *Expr_blockContext)
ExitExpr_block is called when production expr_block is exited.
func (*BaseSyslParserListener) ExitExpr_but_not ¶
func (s *BaseSyslParserListener) ExitExpr_but_not(ctx *Expr_but_notContext)
ExitExpr_but_not is called when production expr_but_not is exited.
func (*BaseSyslParserListener) ExitExpr_coalesce ¶
func (s *BaseSyslParserListener) ExitExpr_coalesce(ctx *Expr_coalesceContext)
ExitExpr_coalesce is called when production expr_coalesce is exited.
func (*BaseSyslParserListener) ExitExpr_count ¶
func (s *BaseSyslParserListener) ExitExpr_count(ctx *Expr_countContext)
ExitExpr_count is called when production expr_count is exited.
func (*BaseSyslParserListener) ExitExpr_dot_assign ¶
func (s *BaseSyslParserListener) ExitExpr_dot_assign(ctx *Expr_dot_assignContext)
ExitExpr_dot_assign is called when production expr_dot_assign is exited.
func (*BaseSyslParserListener) ExitExpr_first_func ¶
func (s *BaseSyslParserListener) ExitExpr_first_func(ctx *Expr_first_funcContext)
ExitExpr_first_func is called when production expr_first_func is exited.
func (*BaseSyslParserListener) ExitExpr_func ¶
func (s *BaseSyslParserListener) ExitExpr_func(ctx *Expr_funcContext)
ExitExpr_func is called when production expr_func is exited.
func (*BaseSyslParserListener) ExitExpr_if_else ¶
func (s *BaseSyslParserListener) ExitExpr_if_else(ctx *Expr_if_elseContext)
ExitExpr_if_else is called when production expr_if_else is exited.
func (*BaseSyslParserListener) ExitExpr_inject_stmt ¶
func (s *BaseSyslParserListener) ExitExpr_inject_stmt(ctx *Expr_inject_stmtContext)
ExitExpr_inject_stmt is called when production expr_inject_stmt is exited.
func (*BaseSyslParserListener) ExitExpr_let_statement ¶
func (s *BaseSyslParserListener) ExitExpr_let_statement(ctx *Expr_let_statementContext)
ExitExpr_let_statement is called when production expr_let_statement is exited.
func (*BaseSyslParserListener) ExitExpr_list ¶
func (s *BaseSyslParserListener) ExitExpr_list(ctx *Expr_listContext)
ExitExpr_list is called when production expr_list is exited.
func (*BaseSyslParserListener) ExitExpr_matching ¶
func (s *BaseSyslParserListener) ExitExpr_matching(ctx *Expr_matchingContext)
ExitExpr_matching is called when production expr_matching is exited.
func (*BaseSyslParserListener) ExitExpr_navigate ¶
func (s *BaseSyslParserListener) ExitExpr_navigate(ctx *Expr_navigateContext)
ExitExpr_navigate is called when production expr_navigate is exited.
func (*BaseSyslParserListener) ExitExpr_navigate_attr ¶
func (s *BaseSyslParserListener) ExitExpr_navigate_attr(ctx *Expr_navigate_attrContext)
ExitExpr_navigate_attr is called when production expr_navigate_attr is exited.
func (*BaseSyslParserListener) ExitExpr_or ¶
func (s *BaseSyslParserListener) ExitExpr_or(ctx *Expr_orContext)
ExitExpr_or is called when production expr_or is exited.
func (*BaseSyslParserListener) ExitExpr_rank_func ¶
func (s *BaseSyslParserListener) ExitExpr_rank_func(ctx *Expr_rank_funcContext)
ExitExpr_rank_func is called when production expr_rank_func is exited.
func (*BaseSyslParserListener) ExitExpr_rel ¶
func (s *BaseSyslParserListener) ExitExpr_rel(ctx *Expr_relContext)
ExitExpr_rel is called when production expr_rel is exited.
func (*BaseSyslParserListener) ExitExpr_set ¶
func (s *BaseSyslParserListener) ExitExpr_set(ctx *Expr_setContext)
ExitExpr_set is called when production expr_set is exited.
func (*BaseSyslParserListener) ExitExpr_simple_assign ¶
func (s *BaseSyslParserListener) ExitExpr_simple_assign(ctx *Expr_simple_assignContext)
ExitExpr_simple_assign is called when production expr_simple_assign is exited.
func (*BaseSyslParserListener) ExitExpr_single_arg_func ¶
func (s *BaseSyslParserListener) ExitExpr_single_arg_func(ctx *Expr_single_arg_funcContext)
ExitExpr_single_arg_func is called when production expr_single_arg_func is exited.
func (*BaseSyslParserListener) ExitExpr_single_or_null ¶
func (s *BaseSyslParserListener) ExitExpr_single_or_null(ctx *Expr_single_or_nullContext)
ExitExpr_single_or_null is called when production expr_single_or_null is exited.
func (*BaseSyslParserListener) ExitExpr_snapshot ¶
func (s *BaseSyslParserListener) ExitExpr_snapshot(ctx *Expr_snapshotContext)
ExitExpr_snapshot is called when production expr_snapshot is exited.
func (*BaseSyslParserListener) ExitExpr_statement ¶
func (s *BaseSyslParserListener) ExitExpr_statement(ctx *Expr_statementContext)
ExitExpr_statement is called when production expr_statement is exited.
func (*BaseSyslParserListener) ExitExpr_statement_no_nl ¶
func (s *BaseSyslParserListener) ExitExpr_statement_no_nl(ctx *Expr_statement_no_nlContext)
ExitExpr_statement_no_nl is called when production expr_statement_no_nl is exited.
func (*BaseSyslParserListener) ExitExpr_stmt ¶
func (s *BaseSyslParserListener) ExitExpr_stmt(ctx *Expr_stmtContext)
ExitExpr_stmt is called when production expr_stmt is exited.
func (*BaseSyslParserListener) ExitExpr_table_of_op ¶
func (s *BaseSyslParserListener) ExitExpr_table_of_op(ctx *Expr_table_of_opContext)
ExitExpr_table_of_op is called when production expr_table_of_op is exited.
func (*BaseSyslParserListener) ExitExpr_table_of_statement ¶
func (s *BaseSyslParserListener) ExitExpr_table_of_statement(ctx *Expr_table_of_statementContext)
ExitExpr_table_of_statement is called when production expr_table_of_statement is exited.
func (*BaseSyslParserListener) ExitFacade ¶
func (s *BaseSyslParserListener) ExitFacade(ctx *FacadeContext)
ExitFacade is called when production facade is exited.
func (*BaseSyslParserListener) ExitField ¶
func (s *BaseSyslParserListener) ExitField(ctx *FieldContext)
ExitField is called when production field is exited.
func (*BaseSyslParserListener) ExitField_type ¶
func (s *BaseSyslParserListener) ExitField_type(ctx *Field_typeContext)
ExitField_type is called when production field_type is exited.
func (*BaseSyslParserListener) ExitFinal_else ¶
func (s *BaseSyslParserListener) ExitFinal_else(ctx *Final_elseContext)
ExitFinal_else is called when production final_else is exited.
func (*BaseSyslParserListener) ExitFirst_func_target ¶
func (s *BaseSyslParserListener) ExitFirst_func_target(ctx *First_func_targetContext)
ExitFirst_func_target is called when production first_func_target is exited.
func (*BaseSyslParserListener) ExitFor_stmt ¶
func (s *BaseSyslParserListener) ExitFor_stmt(ctx *For_stmtContext)
ExitFor_stmt is called when production for_stmt is exited.
func (*BaseSyslParserListener) ExitFunc_arg ¶
func (s *BaseSyslParserListener) ExitFunc_arg(ctx *Func_argContext)
ExitFunc_arg is called when production func_arg is exited.
func (*BaseSyslParserListener) ExitFunc_args ¶
func (s *BaseSyslParserListener) ExitFunc_args(ctx *Func_argsContext)
ExitFunc_args is called when production func_args is exited.
func (*BaseSyslParserListener) ExitGroup_stmt ¶
func (s *BaseSyslParserListener) ExitGroup_stmt(ctx *Group_stmtContext)
ExitGroup_stmt is called when production group_stmt is exited.
func (*BaseSyslParserListener) ExitHttp_method_comment ¶
func (s *BaseSyslParserListener) ExitHttp_method_comment(ctx *Http_method_commentContext)
ExitHttp_method_comment is called when production http_method_comment is exited.
func (*BaseSyslParserListener) ExitHttp_path ¶
func (s *BaseSyslParserListener) ExitHttp_path(ctx *Http_pathContext)
ExitHttp_path is called when production http_path is exited.
func (*BaseSyslParserListener) ExitHttp_path_part ¶
func (s *BaseSyslParserListener) ExitHttp_path_part(ctx *Http_path_partContext)
ExitHttp_path_part is called when production http_path_part is exited.
func (*BaseSyslParserListener) ExitHttp_path_static ¶
func (s *BaseSyslParserListener) ExitHttp_path_static(ctx *Http_path_staticContext)
ExitHttp_path_static is called when production http_path_static is exited.
func (*BaseSyslParserListener) ExitHttp_path_suffix ¶
func (s *BaseSyslParserListener) ExitHttp_path_suffix(ctx *Http_path_suffixContext)
ExitHttp_path_suffix is called when production http_path_suffix is exited.
func (*BaseSyslParserListener) ExitHttp_path_var_with_type ¶
func (s *BaseSyslParserListener) ExitHttp_path_var_with_type(ctx *Http_path_var_with_typeContext)
ExitHttp_path_var_with_type is called when production http_path_var_with_type is exited.
func (*BaseSyslParserListener) ExitIf_controls ¶
func (s *BaseSyslParserListener) ExitIf_controls(ctx *If_controlsContext)
ExitIf_controls is called when production if_controls is exited.
func (*BaseSyslParserListener) ExitIf_else ¶
func (s *BaseSyslParserListener) ExitIf_else(ctx *If_elseContext)
ExitIf_else is called when production if_else is exited.
func (*BaseSyslParserListener) ExitIf_multiple_lines ¶
func (s *BaseSyslParserListener) ExitIf_multiple_lines(ctx *If_multiple_linesContext)
ExitIf_multiple_lines is called when production if_multiple_lines is exited.
func (*BaseSyslParserListener) ExitIf_one_liner ¶
func (s *BaseSyslParserListener) ExitIf_one_liner(ctx *If_one_linerContext)
ExitIf_one_liner is called when production if_one_liner is exited.
func (*BaseSyslParserListener) ExitIf_stmt ¶
func (s *BaseSyslParserListener) ExitIf_stmt(ctx *If_stmtContext)
ExitIf_stmt is called when production if_stmt is exited.
func (*BaseSyslParserListener) ExitIfvar ¶
func (s *BaseSyslParserListener) ExitIfvar(ctx *IfvarContext)
ExitIfvar is called when production ifvar is exited.
func (*BaseSyslParserListener) ExitImport_mode ¶
func (s *BaseSyslParserListener) ExitImport_mode(ctx *Import_modeContext)
ExitImport_mode is called when production import_mode is exited.
func (*BaseSyslParserListener) ExitImport_stmt ¶
func (s *BaseSyslParserListener) ExitImport_stmt(ctx *Import_stmtContext)
ExitImport_stmt is called when production import_stmt is exited.
func (*BaseSyslParserListener) ExitImports_decl ¶
func (s *BaseSyslParserListener) ExitImports_decl(ctx *Imports_declContext)
ExitImports_decl is called when production imports_decl is exited.
func (*BaseSyslParserListener) ExitInplace_table ¶
func (s *BaseSyslParserListener) ExitInplace_table(ctx *Inplace_tableContext)
ExitInplace_table is called when production inplace_table is exited.
func (*BaseSyslParserListener) ExitInplace_table_def ¶
func (s *BaseSyslParserListener) ExitInplace_table_def(ctx *Inplace_table_defContext)
ExitInplace_table_def is called when production inplace_table_def is exited.
func (*BaseSyslParserListener) ExitInplace_tuple ¶
func (s *BaseSyslParserListener) ExitInplace_tuple(ctx *Inplace_tupleContext)
ExitInplace_tuple is called when production inplace_tuple is exited.
func (*BaseSyslParserListener) ExitList_item ¶
func (s *BaseSyslParserListener) ExitList_item(ctx *List_itemContext)
ExitList_item is called when production list_item is exited.
func (*BaseSyslParserListener) ExitLiteral ¶
func (s *BaseSyslParserListener) ExitLiteral(ctx *LiteralContext)
ExitLiteral is called when production literal is exited.
func (*BaseSyslParserListener) ExitMatching_rhs ¶
func (s *BaseSyslParserListener) ExitMatching_rhs(ctx *Matching_rhsContext)
ExitMatching_rhs is called when production matching_rhs is exited.
func (*BaseSyslParserListener) ExitMethod_def ¶
func (s *BaseSyslParserListener) ExitMethod_def(ctx *Method_defContext)
ExitMethod_def is called when production method_def is exited.
func (*BaseSyslParserListener) ExitMixin ¶
func (s *BaseSyslParserListener) ExitMixin(ctx *MixinContext)
ExitMixin is called when production mixin is exited.
func (*BaseSyslParserListener) ExitModel_name ¶
func (s *BaseSyslParserListener) ExitModel_name(ctx *Model_nameContext)
ExitModel_name is called when production model_name is exited.
func (*BaseSyslParserListener) ExitModifier ¶
func (s *BaseSyslParserListener) ExitModifier(ctx *ModifierContext)
ExitModifier is called when production modifier is exited.
func (*BaseSyslParserListener) ExitMulti_line_docstring ¶
func (s *BaseSyslParserListener) ExitMulti_line_docstring(ctx *Multi_line_docstringContext)
ExitMulti_line_docstring is called when production multi_line_docstring is exited.
func (*BaseSyslParserListener) ExitName_str ¶
func (s *BaseSyslParserListener) ExitName_str(ctx *Name_strContext)
ExitName_str is called when production name_str is exited.
func (*BaseSyslParserListener) ExitName_with_attribs ¶
func (s *BaseSyslParserListener) ExitName_with_attribs(ctx *Name_with_attribsContext)
ExitName_with_attribs is called when production name_with_attribs is exited.
func (*BaseSyslParserListener) ExitNvp ¶
func (s *BaseSyslParserListener) ExitNvp(ctx *NvpContext)
ExitNvp is called when production nvp is exited.
func (*BaseSyslParserListener) ExitOne_of_case_label ¶
func (s *BaseSyslParserListener) ExitOne_of_case_label(ctx *One_of_case_labelContext)
ExitOne_of_case_label is called when production one_of_case_label is exited.
func (*BaseSyslParserListener) ExitOne_of_cases ¶
func (s *BaseSyslParserListener) ExitOne_of_cases(ctx *One_of_casesContext)
ExitOne_of_cases is called when production one_of_cases is exited.
func (*BaseSyslParserListener) ExitOne_of_stmt ¶
func (s *BaseSyslParserListener) ExitOne_of_stmt(ctx *One_of_stmtContext)
ExitOne_of_stmt is called when production one_of_stmt is exited.
func (*BaseSyslParserListener) ExitPackage_name ¶
func (s *BaseSyslParserListener) ExitPackage_name(ctx *Package_nameContext)
ExitPackage_name is called when production package_name is exited.
func (*BaseSyslParserListener) ExitParam ¶
func (s *BaseSyslParserListener) ExitParam(ctx *ParamContext)
ExitParam is called when production param is exited.
func (*BaseSyslParserListener) ExitParam_list ¶
func (s *BaseSyslParserListener) ExitParam_list(ctx *Param_listContext)
ExitParam_list is called when production param_list is exited.
func (*BaseSyslParserListener) ExitParams ¶
func (s *BaseSyslParserListener) ExitParams(ctx *ParamsContext)
ExitParams is called when production params is exited.
func (*BaseSyslParserListener) ExitPower ¶
func (s *BaseSyslParserListener) ExitPower(ctx *PowerContext)
ExitPower is called when production power is exited.
func (*BaseSyslParserListener) ExitPowerT ¶
func (s *BaseSyslParserListener) ExitPowerT(ctx *PowerTContext)
ExitPowerT is called when production powerT is exited.
func (*BaseSyslParserListener) ExitPublisher ¶
func (s *BaseSyslParserListener) ExitPublisher(ctx *PublisherContext)
ExitPublisher is called when production publisher is exited.
func (*BaseSyslParserListener) ExitQuery_param ¶
func (s *BaseSyslParserListener) ExitQuery_param(ctx *Query_paramContext)
ExitQuery_param is called when production query_param is exited.
func (*BaseSyslParserListener) ExitQuery_var ¶
func (s *BaseSyslParserListener) ExitQuery_var(ctx *Query_varContext)
ExitQuery_var is called when production query_var is exited.
func (*BaseSyslParserListener) ExitQuoted_string ¶
func (s *BaseSyslParserListener) ExitQuoted_string(ctx *Quoted_stringContext)
ExitQuoted_string is called when production quoted_string is exited.
func (*BaseSyslParserListener) ExitRank_expr ¶
func (s *BaseSyslParserListener) ExitRank_expr(ctx *Rank_exprContext)
ExitRank_expr is called when production rank_expr is exited.
func (*BaseSyslParserListener) ExitRank_expr_list ¶
func (s *BaseSyslParserListener) ExitRank_expr_list(ctx *Rank_expr_listContext)
ExitRank_expr_list is called when production rank_expr_list is exited.
func (*BaseSyslParserListener) ExitReference ¶
func (s *BaseSyslParserListener) ExitReference(ctx *ReferenceContext)
ExitReference is called when production reference is exited.
func (*BaseSyslParserListener) ExitRelop ¶
func (s *BaseSyslParserListener) ExitRelop(ctx *RelopContext)
ExitRelop is called when production relop is exited.
func (*BaseSyslParserListener) ExitRest_endpoint ¶
func (s *BaseSyslParserListener) ExitRest_endpoint(ctx *Rest_endpointContext)
ExitRest_endpoint is called when production rest_endpoint is exited.
func (*BaseSyslParserListener) ExitRet_stmt ¶
func (s *BaseSyslParserListener) ExitRet_stmt(ctx *Ret_stmtContext)
ExitRet_stmt is called when production ret_stmt is exited.
func (*BaseSyslParserListener) ExitSequence_of ¶
func (s *BaseSyslParserListener) ExitSequence_of(ctx *Sequence_ofContext)
ExitSequence_of is called when production sequence_of is exited.
func (*BaseSyslParserListener) ExitSequence_type ¶
func (s *BaseSyslParserListener) ExitSequence_type(ctx *Sequence_typeContext)
ExitSequence_type is called when production sequence_type is exited.
func (*BaseSyslParserListener) ExitSet_of ¶
func (s *BaseSyslParserListener) ExitSet_of(ctx *Set_ofContext)
ExitSet_of is called when production set_of is exited.
func (*BaseSyslParserListener) ExitSet_type ¶
func (s *BaseSyslParserListener) ExitSet_type(ctx *Set_typeContext)
ExitSet_type is called when production set_type is exited.
func (*BaseSyslParserListener) ExitShortcut ¶
func (s *BaseSyslParserListener) ExitShortcut(ctx *ShortcutContext)
ExitShortcut is called when production shortcut is exited.
func (*BaseSyslParserListener) ExitSimple_endpoint ¶
func (s *BaseSyslParserListener) ExitSimple_endpoint(ctx *Simple_endpointContext)
ExitSimple_endpoint is called when production simple_endpoint is exited.
func (*BaseSyslParserListener) ExitSize_spec ¶
func (s *BaseSyslParserListener) ExitSize_spec(ctx *Size_specContext)
ExitSize_spec is called when production size_spec is exited.
func (*BaseSyslParserListener) ExitSquiggly_args ¶
func (s *BaseSyslParserListener) ExitSquiggly_args(ctx *Squiggly_argsContext)
ExitSquiggly_args is called when production squiggly_args is exited.
func (*BaseSyslParserListener) ExitStatements ¶
func (s *BaseSyslParserListener) ExitStatements(ctx *StatementsContext)
ExitStatements is called when production statements is exited.
func (*BaseSyslParserListener) ExitSub_package ¶
func (s *BaseSyslParserListener) ExitSub_package(ctx *Sub_packageContext)
ExitSub_package is called when production sub_package is exited.
func (*BaseSyslParserListener) ExitSubscribe ¶
func (s *BaseSyslParserListener) ExitSubscribe(ctx *SubscribeContext)
ExitSubscribe is called when production subscribe is exited.
func (*BaseSyslParserListener) ExitSubscriber ¶
func (s *BaseSyslParserListener) ExitSubscriber(ctx *SubscriberContext)
ExitSubscriber is called when production subscriber is exited.
func (*BaseSyslParserListener) ExitSysl_file ¶
func (s *BaseSyslParserListener) ExitSysl_file(ctx *Sysl_fileContext)
ExitSysl_file is called when production sysl_file is exited.
func (*BaseSyslParserListener) ExitTable ¶
func (s *BaseSyslParserListener) ExitTable(ctx *TableContext)
ExitTable is called when production table is exited.
func (*BaseSyslParserListener) ExitTable_def ¶
func (s *BaseSyslParserListener) ExitTable_def(ctx *Table_defContext)
ExitTable_def is called when production table_def is exited.
func (*BaseSyslParserListener) ExitTable_refs ¶
func (s *BaseSyslParserListener) ExitTable_refs(ctx *Table_refsContext)
ExitTable_refs is called when production table_refs is exited.
func (*BaseSyslParserListener) ExitTable_stmts ¶
func (s *BaseSyslParserListener) ExitTable_stmts(ctx *Table_stmtsContext)
ExitTable_stmts is called when production table_stmts is exited.
func (*BaseSyslParserListener) ExitTarget ¶
func (s *BaseSyslParserListener) ExitTarget(ctx *TargetContext)
ExitTarget is called when production target is exited.
func (*BaseSyslParserListener) ExitTarget_endpoint ¶
func (s *BaseSyslParserListener) ExitTarget_endpoint(ctx *Target_endpointContext)
ExitTarget_endpoint is called when production target_endpoint is exited.
func (*BaseSyslParserListener) ExitTerm ¶
func (s *BaseSyslParserListener) ExitTerm(ctx *TermContext)
ExitTerm is called when production term is exited.
func (*BaseSyslParserListener) ExitTermT ¶
func (s *BaseSyslParserListener) ExitTermT(ctx *TermTContext)
ExitTermT is called when production termT is exited.
func (*BaseSyslParserListener) ExitText_stmt ¶
func (s *BaseSyslParserListener) ExitText_stmt(ctx *Text_stmtContext)
ExitText_stmt is called when production text_stmt is exited.
func (*BaseSyslParserListener) ExitTransform ¶
func (s *BaseSyslParserListener) ExitTransform(ctx *TransformContext)
ExitTransform is called when production transform is exited.
func (*BaseSyslParserListener) ExitTransform_arg ¶
func (s *BaseSyslParserListener) ExitTransform_arg(ctx *Transform_argContext)
ExitTransform_arg is called when production transform_arg is exited.
func (*BaseSyslParserListener) ExitTransform_return_type ¶
func (s *BaseSyslParserListener) ExitTransform_return_type(ctx *Transform_return_typeContext)
ExitTransform_return_type is called when production transform_return_type is exited.
func (*BaseSyslParserListener) ExitTransform_scope_var ¶
func (s *BaseSyslParserListener) ExitTransform_scope_var(ctx *Transform_scope_varContext)
ExitTransform_scope_var is called when production transform_scope_var is exited.
func (*BaseSyslParserListener) ExitTypes ¶
func (s *BaseSyslParserListener) ExitTypes(ctx *TypesContext)
ExitTypes is called when production types is exited.
func (*BaseSyslParserListener) ExitUnaryTerm ¶
func (s *BaseSyslParserListener) ExitUnaryTerm(ctx *UnaryTermContext)
ExitUnaryTerm is called when production unaryTerm is exited.
func (*BaseSyslParserListener) ExitUnion ¶
func (s *BaseSyslParserListener) ExitUnion(ctx *UnionContext)
ExitUnion is called when production union is exited.
func (*BaseSyslParserListener) ExitUser_defined_type ¶
func (s *BaseSyslParserListener) ExitUser_defined_type(ctx *User_defined_typeContext)
ExitUser_defined_type is called when production user_defined_type is exited.
func (*BaseSyslParserListener) ExitVar_in_curly ¶
func (s *BaseSyslParserListener) ExitVar_in_curly(ctx *Var_in_curlyContext)
ExitVar_in_curly is called when production var_in_curly is exited.
func (*BaseSyslParserListener) ExitView ¶
func (s *BaseSyslParserListener) ExitView(ctx *ViewContext)
ExitView is called when production view is exited.
func (*BaseSyslParserListener) ExitView_param ¶
func (s *BaseSyslParserListener) ExitView_param(ctx *View_paramContext)
ExitView_param is called when production view_param is exited.
func (*BaseSyslParserListener) ExitView_params ¶
func (s *BaseSyslParserListener) ExitView_params(ctx *View_paramsContext)
ExitView_params is called when production view_params is exited.
func (*BaseSyslParserListener) ExitView_return_type ¶
func (s *BaseSyslParserListener) ExitView_return_type(ctx *View_return_typeContext)
ExitView_return_type is called when production view_return_type is exited.
func (*BaseSyslParserListener) ExitView_type_spec ¶
func (s *BaseSyslParserListener) ExitView_type_spec(ctx *View_type_specContext)
ExitView_type_spec is called when production view_type_spec is exited.
func (*BaseSyslParserListener) VisitErrorNode ¶
func (s *BaseSyslParserListener) VisitErrorNode(node antlr.ErrorNode)
VisitErrorNode is called when an error node is visited.
func (*BaseSyslParserListener) VisitTerminal ¶
func (s *BaseSyslParserListener) VisitTerminal(node antlr.TerminalNode)
VisitTerminal is called when a terminal node is visited.
type BinexprContext ¶
type BinexprContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewBinexprContext ¶
func NewBinexprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BinexprContext
func NewEmptyBinexprContext ¶
func NewEmptyBinexprContext() *BinexprContext
func (*BinexprContext) AllBinexprT ¶
func (s *BinexprContext) AllBinexprT() []IBinexprTContext
func (*BinexprContext) BinexprT ¶
func (s *BinexprContext) BinexprT(i int) IBinexprTContext
func (*BinexprContext) EnterRule ¶
func (s *BinexprContext) EnterRule(listener antlr.ParseTreeListener)
func (*BinexprContext) ExitRule ¶
func (s *BinexprContext) ExitRule(listener antlr.ParseTreeListener)
func (*BinexprContext) GetParser ¶
func (s *BinexprContext) GetParser() antlr.Parser
func (*BinexprContext) GetRuleContext ¶
func (s *BinexprContext) GetRuleContext() antlr.RuleContext
func (*BinexprContext) IsBinexprContext ¶
func (*BinexprContext) IsBinexprContext()
func (*BinexprContext) Term ¶
func (s *BinexprContext) Term() ITermContext
func (*BinexprContext) ToStringTree ¶
func (s *BinexprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type BinexprTContext ¶
type BinexprTContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewBinexprTContext ¶
func NewBinexprTContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *BinexprTContext
func NewEmptyBinexprTContext ¶
func NewEmptyBinexprTContext() *BinexprTContext
func (*BinexprTContext) E_MINUS ¶
func (s *BinexprTContext) E_MINUS() antlr.TerminalNode
func (*BinexprTContext) E_PLUS ¶
func (s *BinexprTContext) E_PLUS() antlr.TerminalNode
func (*BinexprTContext) EnterRule ¶
func (s *BinexprTContext) EnterRule(listener antlr.ParseTreeListener)
func (*BinexprTContext) ExitRule ¶
func (s *BinexprTContext) ExitRule(listener antlr.ParseTreeListener)
func (*BinexprTContext) GetParser ¶
func (s *BinexprTContext) GetParser() antlr.Parser
func (*BinexprTContext) GetRuleContext ¶
func (s *BinexprTContext) GetRuleContext() antlr.RuleContext
func (*BinexprTContext) IsBinexprTContext ¶
func (*BinexprTContext) IsBinexprTContext()
func (*BinexprTContext) Term ¶
func (s *BinexprTContext) Term() ITermContext
func (*BinexprTContext) ToStringTree ¶
func (s *BinexprTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Call_argContext ¶
type Call_argContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCall_argContext ¶
func NewCall_argContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_argContext
func NewEmptyCall_argContext ¶
func NewEmptyCall_argContext() *Call_argContext
func (*Call_argContext) AllName_str ¶
func (s *Call_argContext) AllName_str() []IName_strContext
func (*Call_argContext) AllQSTRING ¶
func (s *Call_argContext) AllQSTRING() []antlr.TerminalNode
func (*Call_argContext) EnterRule ¶
func (s *Call_argContext) EnterRule(listener antlr.ParseTreeListener)
func (*Call_argContext) ExitRule ¶
func (s *Call_argContext) ExitRule(listener antlr.ParseTreeListener)
func (*Call_argContext) GetParser ¶
func (s *Call_argContext) GetParser() antlr.Parser
func (*Call_argContext) GetRuleContext ¶
func (s *Call_argContext) GetRuleContext() antlr.RuleContext
func (*Call_argContext) IsCall_argContext ¶
func (*Call_argContext) IsCall_argContext()
func (*Call_argContext) LESS_COLON ¶
func (s *Call_argContext) LESS_COLON() antlr.TerminalNode
func (*Call_argContext) Name_str ¶
func (s *Call_argContext) Name_str(i int) IName_strContext
func (*Call_argContext) NativeDataTypes ¶
func (s *Call_argContext) NativeDataTypes() antlr.TerminalNode
func (*Call_argContext) QSTRING ¶
func (s *Call_argContext) QSTRING(i int) antlr.TerminalNode
func (*Call_argContext) ToStringTree ¶
func (s *Call_argContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Call_argsContext ¶
type Call_argsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCall_argsContext ¶
func NewCall_argsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_argsContext
func NewEmptyCall_argsContext ¶
func NewEmptyCall_argsContext() *Call_argsContext
func (*Call_argsContext) AllCOMMA ¶
func (s *Call_argsContext) AllCOMMA() []antlr.TerminalNode
func (*Call_argsContext) AllCall_arg ¶
func (s *Call_argsContext) AllCall_arg() []ICall_argContext
func (*Call_argsContext) CLOSE_PAREN ¶
func (s *Call_argsContext) CLOSE_PAREN() antlr.TerminalNode
func (*Call_argsContext) COMMA ¶
func (s *Call_argsContext) COMMA(i int) antlr.TerminalNode
func (*Call_argsContext) Call_arg ¶
func (s *Call_argsContext) Call_arg(i int) ICall_argContext
func (*Call_argsContext) EnterRule ¶
func (s *Call_argsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Call_argsContext) ExitRule ¶
func (s *Call_argsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Call_argsContext) GetParser ¶
func (s *Call_argsContext) GetParser() antlr.Parser
func (*Call_argsContext) GetRuleContext ¶
func (s *Call_argsContext) GetRuleContext() antlr.RuleContext
func (*Call_argsContext) IsCall_argsContext ¶
func (*Call_argsContext) IsCall_argsContext()
func (*Call_argsContext) OPEN_PAREN ¶
func (s *Call_argsContext) OPEN_PAREN() antlr.TerminalNode
func (*Call_argsContext) ToStringTree ¶
func (s *Call_argsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Call_stmtContext ¶
type Call_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCall_stmtContext ¶
func NewCall_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Call_stmtContext
func NewEmptyCall_stmtContext ¶
func NewEmptyCall_stmtContext() *Call_stmtContext
func (*Call_stmtContext) ARROW_LEFT ¶
func (s *Call_stmtContext) ARROW_LEFT() antlr.TerminalNode
func (*Call_stmtContext) Call_args ¶
func (s *Call_stmtContext) Call_args() ICall_argsContext
func (*Call_stmtContext) DOT_ARROW ¶
func (s *Call_stmtContext) DOT_ARROW() antlr.TerminalNode
func (*Call_stmtContext) EnterRule ¶
func (s *Call_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Call_stmtContext) ExitRule ¶
func (s *Call_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Call_stmtContext) GetParser ¶
func (s *Call_stmtContext) GetParser() antlr.Parser
func (*Call_stmtContext) GetRuleContext ¶
func (s *Call_stmtContext) GetRuleContext() antlr.RuleContext
func (*Call_stmtContext) IsCall_stmtContext ¶
func (*Call_stmtContext) IsCall_stmtContext()
func (*Call_stmtContext) Target ¶
func (s *Call_stmtContext) Target() ITargetContext
func (*Call_stmtContext) Target_endpoint ¶
func (s *Call_stmtContext) Target_endpoint() ITarget_endpointContext
func (*Call_stmtContext) ToStringTree ¶
func (s *Call_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collection_typeContext ¶
type Collection_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollection_typeContext ¶
func NewCollection_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collection_typeContext
func NewEmptyCollection_typeContext ¶
func NewEmptyCollection_typeContext() *Collection_typeContext
func (*Collection_typeContext) EnterRule ¶
func (s *Collection_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collection_typeContext) ExitRule ¶
func (s *Collection_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collection_typeContext) GetParser ¶
func (s *Collection_typeContext) GetParser() antlr.Parser
func (*Collection_typeContext) GetRuleContext ¶
func (s *Collection_typeContext) GetRuleContext() antlr.RuleContext
func (*Collection_typeContext) IsCollection_typeContext ¶
func (*Collection_typeContext) IsCollection_typeContext()
func (*Collection_typeContext) Sequence_type ¶
func (s *Collection_typeContext) Sequence_type() ISequence_typeContext
func (*Collection_typeContext) Set_type ¶
func (s *Collection_typeContext) Set_type() ISet_typeContext
func (*Collection_typeContext) ToStringTree ¶
func (s *Collection_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type CollectorContext ¶
type CollectorContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollectorContext ¶
func NewCollectorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *CollectorContext
func NewEmptyCollectorContext ¶
func NewEmptyCollectorContext() *CollectorContext
func (*CollectorContext) AllCollector_stmts ¶
func (s *CollectorContext) AllCollector_stmts() []ICollector_stmtsContext
func (*CollectorContext) COLLECTOR ¶
func (s *CollectorContext) COLLECTOR() antlr.TerminalNode
func (*CollectorContext) COLON ¶
func (s *CollectorContext) COLON() antlr.TerminalNode
func (*CollectorContext) Collector_stmts ¶
func (s *CollectorContext) Collector_stmts(i int) ICollector_stmtsContext
func (*CollectorContext) DEDENT ¶
func (s *CollectorContext) DEDENT() antlr.TerminalNode
func (*CollectorContext) EnterRule ¶
func (s *CollectorContext) EnterRule(listener antlr.ParseTreeListener)
func (*CollectorContext) ExitRule ¶
func (s *CollectorContext) ExitRule(listener antlr.ParseTreeListener)
func (*CollectorContext) GetParser ¶
func (s *CollectorContext) GetParser() antlr.Parser
func (*CollectorContext) GetRuleContext ¶
func (s *CollectorContext) GetRuleContext() antlr.RuleContext
func (*CollectorContext) INDENT ¶
func (s *CollectorContext) INDENT() antlr.TerminalNode
func (*CollectorContext) IsCollectorContext ¶
func (*CollectorContext) IsCollectorContext()
func (*CollectorContext) ToStringTree ¶
func (s *CollectorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*CollectorContext) WHATEVER ¶
func (s *CollectorContext) WHATEVER() antlr.TerminalNode
type Collector_action_stmtContext ¶
type Collector_action_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_action_stmtContext ¶
func NewCollector_action_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_action_stmtContext
func NewEmptyCollector_action_stmtContext ¶
func NewEmptyCollector_action_stmtContext() *Collector_action_stmtContext
func (*Collector_action_stmtContext) EnterRule ¶
func (s *Collector_action_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_action_stmtContext) ExitRule ¶
func (s *Collector_action_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_action_stmtContext) GetParser ¶
func (s *Collector_action_stmtContext) GetParser() antlr.Parser
func (*Collector_action_stmtContext) GetRuleContext ¶
func (s *Collector_action_stmtContext) GetRuleContext() antlr.RuleContext
func (*Collector_action_stmtContext) IsCollector_action_stmtContext ¶
func (*Collector_action_stmtContext) IsCollector_action_stmtContext()
func (*Collector_action_stmtContext) Name_str ¶
func (s *Collector_action_stmtContext) Name_str() IName_strContext
func (*Collector_action_stmtContext) ToStringTree ¶
func (s *Collector_action_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_call_stmtContext ¶
type Collector_call_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_call_stmtContext ¶
func NewCollector_call_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_call_stmtContext
func NewEmptyCollector_call_stmtContext ¶
func NewEmptyCollector_call_stmtContext() *Collector_call_stmtContext
func (*Collector_call_stmtContext) ARROW_LEFT ¶
func (s *Collector_call_stmtContext) ARROW_LEFT() antlr.TerminalNode
func (*Collector_call_stmtContext) EnterRule ¶
func (s *Collector_call_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_call_stmtContext) ExitRule ¶
func (s *Collector_call_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_call_stmtContext) GetParser ¶
func (s *Collector_call_stmtContext) GetParser() antlr.Parser
func (*Collector_call_stmtContext) GetRuleContext ¶
func (s *Collector_call_stmtContext) GetRuleContext() antlr.RuleContext
func (*Collector_call_stmtContext) IsCollector_call_stmtContext ¶
func (*Collector_call_stmtContext) IsCollector_call_stmtContext()
func (*Collector_call_stmtContext) Target ¶
func (s *Collector_call_stmtContext) Target() ITargetContext
func (*Collector_call_stmtContext) Target_endpoint ¶
func (s *Collector_call_stmtContext) Target_endpoint() ITarget_endpointContext
func (*Collector_call_stmtContext) ToStringTree ¶
func (s *Collector_call_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_http_stmtContext ¶
type Collector_http_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_http_stmtContext ¶
func NewCollector_http_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_http_stmtContext
func NewEmptyCollector_http_stmtContext ¶
func NewEmptyCollector_http_stmtContext() *Collector_http_stmtContext
func (*Collector_http_stmtContext) Collector_http_stmt_suffix ¶
func (s *Collector_http_stmtContext) Collector_http_stmt_suffix() ICollector_http_stmt_suffixContext
func (*Collector_http_stmtContext) EnterRule ¶
func (s *Collector_http_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_http_stmtContext) ExitRule ¶
func (s *Collector_http_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_http_stmtContext) GetParser ¶
func (s *Collector_http_stmtContext) GetParser() antlr.Parser
func (*Collector_http_stmtContext) GetRuleContext ¶
func (s *Collector_http_stmtContext) GetRuleContext() antlr.RuleContext
func (*Collector_http_stmtContext) HTTP_VERBS ¶
func (s *Collector_http_stmtContext) HTTP_VERBS() antlr.TerminalNode
func (*Collector_http_stmtContext) IsCollector_http_stmtContext ¶
func (*Collector_http_stmtContext) IsCollector_http_stmtContext()
func (*Collector_http_stmtContext) ToStringTree ¶
func (s *Collector_http_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_http_stmt_partContext ¶
type Collector_http_stmt_partContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_http_stmt_partContext ¶
func NewCollector_http_stmt_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_http_stmt_partContext
func NewEmptyCollector_http_stmt_partContext ¶
func NewEmptyCollector_http_stmt_partContext() *Collector_http_stmt_partContext
func (*Collector_http_stmt_partContext) CURLY_CLOSE ¶
func (s *Collector_http_stmt_partContext) CURLY_CLOSE() antlr.TerminalNode
func (*Collector_http_stmt_partContext) CURLY_OPEN ¶
func (s *Collector_http_stmt_partContext) CURLY_OPEN() antlr.TerminalNode
func (*Collector_http_stmt_partContext) EnterRule ¶
func (s *Collector_http_stmt_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_http_stmt_partContext) ExitRule ¶
func (s *Collector_http_stmt_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_http_stmt_partContext) GetParser ¶
func (s *Collector_http_stmt_partContext) GetParser() antlr.Parser
func (*Collector_http_stmt_partContext) GetRuleContext ¶
func (s *Collector_http_stmt_partContext) GetRuleContext() antlr.RuleContext
func (*Collector_http_stmt_partContext) IsCollector_http_stmt_partContext ¶
func (*Collector_http_stmt_partContext) IsCollector_http_stmt_partContext()
func (*Collector_http_stmt_partContext) Name_str ¶
func (s *Collector_http_stmt_partContext) Name_str() IName_strContext
func (*Collector_http_stmt_partContext) ToStringTree ¶
func (s *Collector_http_stmt_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_http_stmt_suffixContext ¶
type Collector_http_stmt_suffixContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_http_stmt_suffixContext ¶
func NewCollector_http_stmt_suffixContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_http_stmt_suffixContext
func NewEmptyCollector_http_stmt_suffixContext ¶
func NewEmptyCollector_http_stmt_suffixContext() *Collector_http_stmt_suffixContext
func (*Collector_http_stmt_suffixContext) AllCollector_http_stmt_part ¶
func (s *Collector_http_stmt_suffixContext) AllCollector_http_stmt_part() []ICollector_http_stmt_partContext
func (*Collector_http_stmt_suffixContext) AllFORWARD_SLASH ¶
func (s *Collector_http_stmt_suffixContext) AllFORWARD_SLASH() []antlr.TerminalNode
func (*Collector_http_stmt_suffixContext) Collector_http_stmt_part ¶
func (s *Collector_http_stmt_suffixContext) Collector_http_stmt_part(i int) ICollector_http_stmt_partContext
func (*Collector_http_stmt_suffixContext) Collector_query_param ¶
func (s *Collector_http_stmt_suffixContext) Collector_query_param() ICollector_query_paramContext
func (*Collector_http_stmt_suffixContext) EnterRule ¶
func (s *Collector_http_stmt_suffixContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_http_stmt_suffixContext) ExitRule ¶
func (s *Collector_http_stmt_suffixContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_http_stmt_suffixContext) FORWARD_SLASH ¶
func (s *Collector_http_stmt_suffixContext) FORWARD_SLASH(i int) antlr.TerminalNode
func (*Collector_http_stmt_suffixContext) GetParser ¶
func (s *Collector_http_stmt_suffixContext) GetParser() antlr.Parser
func (*Collector_http_stmt_suffixContext) GetRuleContext ¶
func (s *Collector_http_stmt_suffixContext) GetRuleContext() antlr.RuleContext
func (*Collector_http_stmt_suffixContext) IsCollector_http_stmt_suffixContext ¶
func (*Collector_http_stmt_suffixContext) IsCollector_http_stmt_suffixContext()
func (*Collector_http_stmt_suffixContext) ToStringTree ¶
func (s *Collector_http_stmt_suffixContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_pubsub_callContext ¶
type Collector_pubsub_callContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_pubsub_callContext ¶
func NewCollector_pubsub_callContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_pubsub_callContext
func NewEmptyCollector_pubsub_callContext ¶
func NewEmptyCollector_pubsub_callContext() *Collector_pubsub_callContext
func (*Collector_pubsub_callContext) ARROW_LEFT ¶
func (s *Collector_pubsub_callContext) ARROW_LEFT() antlr.TerminalNode
func (*Collector_pubsub_callContext) ARROW_RIGHT ¶
func (s *Collector_pubsub_callContext) ARROW_RIGHT() antlr.TerminalNode
func (*Collector_pubsub_callContext) EnterRule ¶
func (s *Collector_pubsub_callContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_pubsub_callContext) ExitRule ¶
func (s *Collector_pubsub_callContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_pubsub_callContext) GetParser ¶
func (s *Collector_pubsub_callContext) GetParser() antlr.Parser
func (*Collector_pubsub_callContext) GetRuleContext ¶
func (s *Collector_pubsub_callContext) GetRuleContext() antlr.RuleContext
func (*Collector_pubsub_callContext) IsCollector_pubsub_callContext ¶
func (*Collector_pubsub_callContext) IsCollector_pubsub_callContext()
func (*Collector_pubsub_callContext) Name_str ¶
func (s *Collector_pubsub_callContext) Name_str() IName_strContext
func (*Collector_pubsub_callContext) Publisher ¶
func (s *Collector_pubsub_callContext) Publisher() IPublisherContext
func (*Collector_pubsub_callContext) Subscriber ¶
func (s *Collector_pubsub_callContext) Subscriber() ISubscriberContext
func (*Collector_pubsub_callContext) ToStringTree ¶
func (s *Collector_pubsub_callContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_query_paramContext ¶
type Collector_query_paramContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_query_paramContext ¶
func NewCollector_query_paramContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_query_paramContext
func NewEmptyCollector_query_paramContext ¶
func NewEmptyCollector_query_paramContext() *Collector_query_paramContext
func (*Collector_query_paramContext) AMP ¶
func (s *Collector_query_paramContext) AMP(i int) antlr.TerminalNode
func (*Collector_query_paramContext) AllAMP ¶
func (s *Collector_query_paramContext) AllAMP() []antlr.TerminalNode
func (*Collector_query_paramContext) AllCollector_query_var ¶
func (s *Collector_query_paramContext) AllCollector_query_var() []ICollector_query_varContext
func (*Collector_query_paramContext) Collector_query_var ¶
func (s *Collector_query_paramContext) Collector_query_var(i int) ICollector_query_varContext
func (*Collector_query_paramContext) EnterRule ¶
func (s *Collector_query_paramContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_query_paramContext) ExitRule ¶
func (s *Collector_query_paramContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_query_paramContext) GetParser ¶
func (s *Collector_query_paramContext) GetParser() antlr.Parser
func (*Collector_query_paramContext) GetRuleContext ¶
func (s *Collector_query_paramContext) GetRuleContext() antlr.RuleContext
func (*Collector_query_paramContext) IsCollector_query_paramContext ¶
func (*Collector_query_paramContext) IsCollector_query_paramContext()
func (*Collector_query_paramContext) QN ¶
func (s *Collector_query_paramContext) QN() antlr.TerminalNode
func (*Collector_query_paramContext) ToStringTree ¶
func (s *Collector_query_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_query_varContext ¶
type Collector_query_varContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_query_varContext ¶
func NewCollector_query_varContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_query_varContext
func NewEmptyCollector_query_varContext ¶
func NewEmptyCollector_query_varContext() *Collector_query_varContext
func (*Collector_query_varContext) AllName_str ¶
func (s *Collector_query_varContext) AllName_str() []IName_strContext
func (*Collector_query_varContext) EQ ¶
func (s *Collector_query_varContext) EQ() antlr.TerminalNode
func (*Collector_query_varContext) EnterRule ¶
func (s *Collector_query_varContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_query_varContext) ExitRule ¶
func (s *Collector_query_varContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_query_varContext) GetParser ¶
func (s *Collector_query_varContext) GetParser() antlr.Parser
func (*Collector_query_varContext) GetRuleContext ¶
func (s *Collector_query_varContext) GetRuleContext() antlr.RuleContext
func (*Collector_query_varContext) IsCollector_query_varContext ¶
func (*Collector_query_varContext) IsCollector_query_varContext()
func (*Collector_query_varContext) Name_str ¶
func (s *Collector_query_varContext) Name_str(i int) IName_strContext
func (*Collector_query_varContext) NativeDataTypes ¶
func (s *Collector_query_varContext) NativeDataTypes() antlr.TerminalNode
func (*Collector_query_varContext) ToStringTree ¶
func (s *Collector_query_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Collector_stmtsContext ¶
type Collector_stmtsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCollector_stmtsContext ¶
func NewCollector_stmtsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Collector_stmtsContext
func NewEmptyCollector_stmtsContext ¶
func NewEmptyCollector_stmtsContext() *Collector_stmtsContext
func (*Collector_stmtsContext) Attribs_or_modifiers ¶
func (s *Collector_stmtsContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*Collector_stmtsContext) Collector_action_stmt ¶
func (s *Collector_stmtsContext) Collector_action_stmt() ICollector_action_stmtContext
func (*Collector_stmtsContext) Collector_call_stmt ¶
func (s *Collector_stmtsContext) Collector_call_stmt() ICollector_call_stmtContext
func (*Collector_stmtsContext) Collector_http_stmt ¶
func (s *Collector_stmtsContext) Collector_http_stmt() ICollector_http_stmtContext
func (*Collector_stmtsContext) Collector_pubsub_call ¶
func (s *Collector_stmtsContext) Collector_pubsub_call() ICollector_pubsub_callContext
func (*Collector_stmtsContext) EnterRule ¶
func (s *Collector_stmtsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Collector_stmtsContext) ExitRule ¶
func (s *Collector_stmtsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Collector_stmtsContext) GetParser ¶
func (s *Collector_stmtsContext) GetParser() antlr.Parser
func (*Collector_stmtsContext) GetRuleContext ¶
func (s *Collector_stmtsContext) GetRuleContext() antlr.RuleContext
func (*Collector_stmtsContext) IsCollector_stmtsContext ¶
func (*Collector_stmtsContext) IsCollector_stmtsContext()
func (*Collector_stmtsContext) ToStringTree ¶
func (s *Collector_stmtsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Cond_blockContext ¶
type Cond_blockContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewCond_blockContext ¶
func NewCond_blockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Cond_blockContext
func NewEmptyCond_blockContext ¶
func NewEmptyCond_blockContext() *Cond_blockContext
func (*Cond_blockContext) E_EQ_RIGHT ¶
func (s *Cond_blockContext) E_EQ_RIGHT() antlr.TerminalNode
func (*Cond_blockContext) E_NL ¶
func (s *Cond_blockContext) E_NL() antlr.TerminalNode
func (*Cond_blockContext) Else_block_stmt ¶
func (s *Cond_blockContext) Else_block_stmt() IElse_block_stmtContext
func (*Cond_blockContext) EnterRule ¶
func (s *Cond_blockContext) EnterRule(listener antlr.ParseTreeListener)
func (*Cond_blockContext) ExitRule ¶
func (s *Cond_blockContext) ExitRule(listener antlr.ParseTreeListener)
func (*Cond_blockContext) GetParser ¶
func (s *Cond_blockContext) GetParser() antlr.Parser
func (*Cond_blockContext) GetRuleContext ¶
func (s *Cond_blockContext) GetRuleContext() antlr.RuleContext
func (*Cond_blockContext) Get_else_block_stmt ¶
func (s *Cond_blockContext) Get_else_block_stmt() IElse_block_stmtContext
func (*Cond_blockContext) If_controls ¶
func (s *Cond_blockContext) If_controls() IIf_controlsContext
func (*Cond_blockContext) IsCond_blockContext ¶
func (*Cond_blockContext) IsCond_blockContext()
func (*Cond_blockContext) Set_else_block_stmt ¶
func (s *Cond_blockContext) Set_else_block_stmt(v IElse_block_stmtContext)
func (*Cond_blockContext) ToStringTree ¶
func (s *Cond_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Control_itemContext ¶
type Control_itemContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewControl_itemContext ¶
func NewControl_itemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Control_itemContext
func NewEmptyControl_itemContext ¶
func NewEmptyControl_itemContext() *Control_itemContext
func (*Control_itemContext) EnterRule ¶
func (s *Control_itemContext) EnterRule(listener antlr.ParseTreeListener)
func (*Control_itemContext) ExitRule ¶
func (s *Control_itemContext) ExitRule(listener antlr.ParseTreeListener)
func (*Control_itemContext) Expr ¶
func (s *Control_itemContext) Expr() IExprContext
func (*Control_itemContext) GetParser ¶
func (s *Control_itemContext) GetParser() antlr.Parser
func (*Control_itemContext) GetRuleContext ¶
func (s *Control_itemContext) GetRuleContext() antlr.RuleContext
func (*Control_itemContext) IsControl_itemContext ¶
func (*Control_itemContext) IsControl_itemContext()
func (*Control_itemContext) ToStringTree ¶
func (s *Control_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Doc_stringContext ¶
type Doc_stringContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewDoc_stringContext ¶
func NewDoc_stringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Doc_stringContext
func NewEmptyDoc_stringContext ¶
func NewEmptyDoc_stringContext() *Doc_stringContext
func (*Doc_stringContext) EnterRule ¶
func (s *Doc_stringContext) EnterRule(listener antlr.ParseTreeListener)
func (*Doc_stringContext) ExitRule ¶
func (s *Doc_stringContext) ExitRule(listener antlr.ParseTreeListener)
func (*Doc_stringContext) GetParser ¶
func (s *Doc_stringContext) GetParser() antlr.Parser
func (*Doc_stringContext) GetRuleContext ¶
func (s *Doc_stringContext) GetRuleContext() antlr.RuleContext
func (*Doc_stringContext) IsDoc_stringContext ¶
func (*Doc_stringContext) IsDoc_stringContext()
func (*Doc_stringContext) PIPE ¶
func (s *Doc_stringContext) PIPE() antlr.TerminalNode
func (*Doc_stringContext) TEXT ¶
func (s *Doc_stringContext) TEXT() antlr.TerminalNode
func (*Doc_stringContext) ToStringTree ¶
func (s *Doc_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type E_compare_opsContext ¶
type E_compare_opsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewE_compare_opsContext ¶
func NewE_compare_opsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *E_compare_opsContext
func NewEmptyE_compare_opsContext ¶
func NewEmptyE_compare_opsContext() *E_compare_opsContext
func (*E_compare_opsContext) E_ANGLE_CLOSE ¶
func (s *E_compare_opsContext) E_ANGLE_CLOSE() antlr.TerminalNode
func (*E_compare_opsContext) E_ANGLE_OPEN ¶
func (s *E_compare_opsContext) E_ANGLE_OPEN() antlr.TerminalNode
func (*E_compare_opsContext) E_DOUBLE_EQ ¶
func (s *E_compare_opsContext) E_DOUBLE_EQ() antlr.TerminalNode
func (*E_compare_opsContext) E_REL ¶
func (s *E_compare_opsContext) E_REL() antlr.TerminalNode
func (*E_compare_opsContext) EnterRule ¶
func (s *E_compare_opsContext) EnterRule(listener antlr.ParseTreeListener)
func (*E_compare_opsContext) ExitRule ¶
func (s *E_compare_opsContext) ExitRule(listener antlr.ParseTreeListener)
func (*E_compare_opsContext) GetParser ¶
func (s *E_compare_opsContext) GetParser() antlr.Parser
func (*E_compare_opsContext) GetRuleContext ¶
func (s *E_compare_opsContext) GetRuleContext() antlr.RuleContext
func (*E_compare_opsContext) IsE_compare_opsContext ¶
func (*E_compare_opsContext) IsE_compare_opsContext()
func (*E_compare_opsContext) ToStringTree ¶
func (s *E_compare_opsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type E_scope_varContext ¶
type E_scope_varContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewE_scope_varContext ¶
func NewE_scope_varContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *E_scope_varContext
func NewEmptyE_scope_varContext ¶
func NewEmptyE_scope_varContext() *E_scope_varContext
func (*E_scope_varContext) E_COLON ¶
func (s *E_scope_varContext) E_COLON() antlr.TerminalNode
func (*E_scope_varContext) E_Name ¶
func (s *E_scope_varContext) E_Name() antlr.TerminalNode
func (*E_scope_varContext) EnterRule ¶
func (s *E_scope_varContext) EnterRule(listener antlr.ParseTreeListener)
func (*E_scope_varContext) ExitRule ¶
func (s *E_scope_varContext) ExitRule(listener antlr.ParseTreeListener)
func (*E_scope_varContext) GetParser ¶
func (s *E_scope_varContext) GetParser() antlr.Parser
func (*E_scope_varContext) GetRuleContext ¶
func (s *E_scope_varContext) GetRuleContext() antlr.RuleContext
func (*E_scope_varContext) IsE_scope_varContext ¶
func (*E_scope_varContext) IsE_scope_varContext()
func (*E_scope_varContext) ToStringTree ¶
func (s *E_scope_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type E_single_arg_funcContext ¶
type E_single_arg_funcContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewE_single_arg_funcContext ¶
func NewE_single_arg_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *E_single_arg_funcContext
func NewEmptyE_single_arg_funcContext ¶
func NewEmptyE_single_arg_funcContext() *E_single_arg_funcContext
func (*E_single_arg_funcContext) E_RELOPS_FLATTEN ¶
func (s *E_single_arg_funcContext) E_RELOPS_FLATTEN() antlr.TerminalNode
func (*E_single_arg_funcContext) E_RELOPS_WHERE ¶
func (s *E_single_arg_funcContext) E_RELOPS_WHERE() antlr.TerminalNode
func (*E_single_arg_funcContext) EnterRule ¶
func (s *E_single_arg_funcContext) EnterRule(listener antlr.ParseTreeListener)
func (*E_single_arg_funcContext) ExitRule ¶
func (s *E_single_arg_funcContext) ExitRule(listener antlr.ParseTreeListener)
func (*E_single_arg_funcContext) GetParser ¶
func (s *E_single_arg_funcContext) GetParser() antlr.Parser
func (*E_single_arg_funcContext) GetRuleContext ¶
func (s *E_single_arg_funcContext) GetRuleContext() antlr.RuleContext
func (*E_single_arg_funcContext) IsE_single_arg_funcContext ¶
func (*E_single_arg_funcContext) IsE_single_arg_funcContext()
func (*E_single_arg_funcContext) ToStringTree ¶
func (s *E_single_arg_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Else_block_stmtContext ¶
type Else_block_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewElse_block_stmtContext ¶
func NewElse_block_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Else_block_stmtContext
func NewEmptyElse_block_stmtContext ¶
func NewEmptyElse_block_stmtContext() *Else_block_stmtContext
func (*Else_block_stmtContext) EnterRule ¶
func (s *Else_block_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Else_block_stmtContext) ExitRule ¶
func (s *Else_block_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Else_block_stmtContext) Expr ¶
func (s *Else_block_stmtContext) Expr() IExprContext
func (*Else_block_stmtContext) GetNested ¶
func (s *Else_block_stmtContext) GetNested() bool
func (*Else_block_stmtContext) GetParser ¶
func (s *Else_block_stmtContext) GetParser() antlr.Parser
func (*Else_block_stmtContext) GetRuleContext ¶
func (s *Else_block_stmtContext) GetRuleContext() antlr.RuleContext
func (*Else_block_stmtContext) Get_expr ¶
func (s *Else_block_stmtContext) Get_expr() IExprContext
func (*Else_block_stmtContext) IsElse_block_stmtContext ¶
func (*Else_block_stmtContext) IsElse_block_stmtContext()
func (*Else_block_stmtContext) SetNested ¶
func (s *Else_block_stmtContext) SetNested(v bool)
func (*Else_block_stmtContext) Set_expr ¶
func (s *Else_block_stmtContext) Set_expr(v IExprContext)
func (*Else_block_stmtContext) ToStringTree ¶
func (s *Else_block_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Else_stmtContext ¶
type Else_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewElse_stmtContext ¶
func NewElse_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Else_stmtContext
func NewEmptyElse_stmtContext ¶
func NewEmptyElse_stmtContext() *Else_stmtContext
func (*Else_stmtContext) AllStatements ¶
func (s *Else_stmtContext) AllStatements() []IStatementsContext
func (*Else_stmtContext) COLON ¶
func (s *Else_stmtContext) COLON() antlr.TerminalNode
func (*Else_stmtContext) DEDENT ¶
func (s *Else_stmtContext) DEDENT() antlr.TerminalNode
func (*Else_stmtContext) ELSE ¶
func (s *Else_stmtContext) ELSE() antlr.TerminalNode
func (*Else_stmtContext) EnterRule ¶
func (s *Else_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Else_stmtContext) ExitRule ¶
func (s *Else_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Else_stmtContext) GetParser ¶
func (s *Else_stmtContext) GetParser() antlr.Parser
func (*Else_stmtContext) GetRuleContext ¶
func (s *Else_stmtContext) GetRuleContext() antlr.RuleContext
func (*Else_stmtContext) INDENT ¶
func (s *Else_stmtContext) INDENT() antlr.TerminalNode
func (*Else_stmtContext) IsElse_stmtContext ¶
func (*Else_stmtContext) IsElse_stmtContext()
func (*Else_stmtContext) PREDICATE_VALUE ¶
func (s *Else_stmtContext) PREDICATE_VALUE() antlr.TerminalNode
func (*Else_stmtContext) Statements ¶
func (s *Else_stmtContext) Statements(i int) IStatementsContext
func (*Else_stmtContext) ToStringTree ¶
func (s *Else_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Empty_tupleContext ¶
type Empty_tupleContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyEmpty_tupleContext ¶
func NewEmptyEmpty_tupleContext() *Empty_tupleContext
func NewEmpty_tupleContext ¶
func NewEmpty_tupleContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Empty_tupleContext
func (*Empty_tupleContext) E_EMPTY_TUPLE ¶
func (s *Empty_tupleContext) E_EMPTY_TUPLE() antlr.TerminalNode
func (*Empty_tupleContext) EnterRule ¶
func (s *Empty_tupleContext) EnterRule(listener antlr.ParseTreeListener)
func (*Empty_tupleContext) ExitRule ¶
func (s *Empty_tupleContext) ExitRule(listener antlr.ParseTreeListener)
func (*Empty_tupleContext) GetParser ¶
func (s *Empty_tupleContext) GetParser() antlr.Parser
func (*Empty_tupleContext) GetRuleContext ¶
func (s *Empty_tupleContext) GetRuleContext() antlr.RuleContext
func (*Empty_tupleContext) IsEmpty_tupleContext ¶
func (*Empty_tupleContext) IsEmpty_tupleContext()
func (*Empty_tupleContext) ToStringTree ¶
func (s *Empty_tupleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Endpoint_nameContext ¶
type Endpoint_nameContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyEndpoint_nameContext ¶
func NewEmptyEndpoint_nameContext() *Endpoint_nameContext
func NewEndpoint_nameContext ¶
func NewEndpoint_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Endpoint_nameContext
func (*Endpoint_nameContext) AllFORWARD_SLASH ¶
func (s *Endpoint_nameContext) AllFORWARD_SLASH() []antlr.TerminalNode
func (*Endpoint_nameContext) AllName_str ¶
func (s *Endpoint_nameContext) AllName_str() []IName_strContext
func (*Endpoint_nameContext) EnterRule ¶
func (s *Endpoint_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Endpoint_nameContext) ExitRule ¶
func (s *Endpoint_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Endpoint_nameContext) FORWARD_SLASH ¶
func (s *Endpoint_nameContext) FORWARD_SLASH(i int) antlr.TerminalNode
func (*Endpoint_nameContext) GetParser ¶
func (s *Endpoint_nameContext) GetParser() antlr.Parser
func (*Endpoint_nameContext) GetRuleContext ¶
func (s *Endpoint_nameContext) GetRuleContext() antlr.RuleContext
func (*Endpoint_nameContext) IsEndpoint_nameContext ¶
func (*Endpoint_nameContext) IsEndpoint_nameContext()
func (*Endpoint_nameContext) Name_str ¶
func (s *Endpoint_nameContext) Name_str(i int) IName_strContext
func (*Endpoint_nameContext) ToStringTree ¶
func (s *Endpoint_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type EntryContext ¶
type EntryContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyEntryContext ¶
func NewEmptyEntryContext() *EntryContext
func NewEntryContext ¶
func NewEntryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EntryContext
func (*EntryContext) EnterRule ¶
func (s *EntryContext) EnterRule(listener antlr.ParseTreeListener)
func (*EntryContext) ExitRule ¶
func (s *EntryContext) ExitRule(listener antlr.ParseTreeListener)
func (*EntryContext) GetParser ¶
func (s *EntryContext) GetParser() antlr.Parser
func (*EntryContext) GetRuleContext ¶
func (s *EntryContext) GetRuleContext() antlr.RuleContext
func (*EntryContext) IsEntryContext ¶
func (*EntryContext) IsEntryContext()
func (*EntryContext) Modifier ¶
func (s *EntryContext) Modifier() IModifierContext
func (*EntryContext) Nvp ¶
func (s *EntryContext) Nvp() INvpContext
func (*EntryContext) ToStringTree ¶
func (s *EntryContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type EventContext ¶
type EventContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyEventContext ¶
func NewEmptyEventContext() *EventContext
func NewEventContext ¶
func NewEventContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EventContext
func (*EventContext) AllStatements ¶
func (s *EventContext) AllStatements() []IStatementsContext
func (*EventContext) Attribs_or_modifiers ¶
func (s *EventContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*EventContext) COLON ¶
func (s *EventContext) COLON() antlr.TerminalNode
func (*EventContext) DEDENT ¶
func (s *EventContext) DEDENT() antlr.TerminalNode
func (*EventContext) DISTANCE ¶
func (s *EventContext) DISTANCE() antlr.TerminalNode
func (*EventContext) EnterRule ¶
func (s *EventContext) EnterRule(listener antlr.ParseTreeListener)
func (*EventContext) ExitRule ¶
func (s *EventContext) ExitRule(listener antlr.ParseTreeListener)
func (*EventContext) GetParser ¶
func (s *EventContext) GetParser() antlr.Parser
func (*EventContext) GetRuleContext ¶
func (s *EventContext) GetRuleContext() antlr.RuleContext
func (*EventContext) INDENT ¶
func (s *EventContext) INDENT() antlr.TerminalNode
func (*EventContext) IsEventContext ¶
func (*EventContext) IsEventContext()
func (*EventContext) Name_str ¶
func (s *EventContext) Name_str() IName_strContext
func (*EventContext) Params ¶
func (s *EventContext) Params() IParamsContext
func (*EventContext) Statements ¶
func (s *EventContext) Statements(i int) IStatementsContext
func (*EventContext) ToStringTree ¶
func (s *EventContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*EventContext) WHATEVER ¶
func (s *EventContext) WHATEVER() antlr.TerminalNode
type ExprContext ¶
type ExprContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExprContext ¶
func NewEmptyExprContext() *ExprContext
func NewExprContext ¶
func NewExprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ExprContext
func (*ExprContext) EnterRule ¶
func (s *ExprContext) EnterRule(listener antlr.ParseTreeListener)
func (*ExprContext) ExitRule ¶
func (s *ExprContext) ExitRule(listener antlr.ParseTreeListener)
func (*ExprContext) Expr_coalesce ¶
func (s *ExprContext) Expr_coalesce() IExpr_coalesceContext
func (*ExprContext) Expr_if_else ¶
func (s *ExprContext) Expr_if_else() IExpr_if_elseContext
func (*ExprContext) GetNested ¶
func (s *ExprContext) GetNested() bool
func (*ExprContext) GetParser ¶
func (s *ExprContext) GetParser() antlr.Parser
func (*ExprContext) GetRuleContext ¶
func (s *ExprContext) GetRuleContext() antlr.RuleContext
func (*ExprContext) Get_expr_if_else ¶
func (s *ExprContext) Get_expr_if_else() IExpr_if_elseContext
func (*ExprContext) IsExprContext ¶
func (*ExprContext) IsExprContext()
func (*ExprContext) SetNested ¶
func (s *ExprContext) SetNested(v bool)
func (*ExprContext) Set_expr_if_else ¶
func (s *ExprContext) Set_expr_if_else(v IExpr_if_elseContext)
func (*ExprContext) ToStringTree ¶
func (s *ExprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_agg_funcContext ¶
type Expr_agg_funcContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_agg_funcContext ¶
func NewEmptyExpr_agg_funcContext() *Expr_agg_funcContext
func NewExpr_agg_funcContext ¶
func NewExpr_agg_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_agg_funcContext
func (*Expr_agg_funcContext) E_CLOSE_PAREN ¶
func (s *Expr_agg_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*Expr_agg_funcContext) E_OPEN_PAREN ¶
func (s *Expr_agg_funcContext) E_OPEN_PAREN() antlr.TerminalNode
func (*Expr_agg_funcContext) E_RELOPS_AGG ¶
func (s *Expr_agg_funcContext) E_RELOPS_AGG() antlr.TerminalNode
func (*Expr_agg_funcContext) E_scope_var ¶
func (s *Expr_agg_funcContext) E_scope_var() IE_scope_varContext
func (*Expr_agg_funcContext) EnterRule ¶
func (s *Expr_agg_funcContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_agg_funcContext) ExitRule ¶
func (s *Expr_agg_funcContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_agg_funcContext) Func_args ¶
func (s *Expr_agg_funcContext) Func_args() IFunc_argsContext
func (*Expr_agg_funcContext) GetParser ¶
func (s *Expr_agg_funcContext) GetParser() antlr.Parser
func (*Expr_agg_funcContext) GetRuleContext ¶
func (s *Expr_agg_funcContext) GetRuleContext() antlr.RuleContext
func (*Expr_agg_funcContext) IsExpr_agg_funcContext ¶
func (*Expr_agg_funcContext) IsExpr_agg_funcContext()
func (*Expr_agg_funcContext) ToStringTree ¶
func (s *Expr_agg_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_andContext ¶
type Expr_andContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_andContext ¶
func NewEmptyExpr_andContext() *Expr_andContext
func NewExpr_andContext ¶
func NewExpr_andContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_andContext
func (*Expr_andContext) AllE_DOUBLE_AMP ¶
func (s *Expr_andContext) AllE_DOUBLE_AMP() []antlr.TerminalNode
func (*Expr_andContext) AllExpr_bitor ¶
func (s *Expr_andContext) AllExpr_bitor() []IExpr_bitorContext
func (*Expr_andContext) E_DOUBLE_AMP ¶
func (s *Expr_andContext) E_DOUBLE_AMP(i int) antlr.TerminalNode
func (*Expr_andContext) EnterRule ¶
func (s *Expr_andContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_andContext) ExitRule ¶
func (s *Expr_andContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_andContext) Expr_bitor ¶
func (s *Expr_andContext) Expr_bitor(i int) IExpr_bitorContext
func (*Expr_andContext) GetParser ¶
func (s *Expr_andContext) GetParser() antlr.Parser
func (*Expr_andContext) GetRuleContext ¶
func (s *Expr_andContext) GetRuleContext() antlr.RuleContext
func (*Expr_andContext) IsExpr_andContext ¶
func (*Expr_andContext) IsExpr_andContext()
func (*Expr_andContext) ToStringTree ¶
func (s *Expr_andContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_any_funcContext ¶
type Expr_any_funcContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_any_funcContext ¶
func NewEmptyExpr_any_funcContext() *Expr_any_funcContext
func NewExpr_any_funcContext ¶
func NewExpr_any_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_any_funcContext
func (*Expr_any_funcContext) E_CLOSE_PAREN ¶
func (s *Expr_any_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*Expr_any_funcContext) E_OPEN_PAREN ¶
func (s *Expr_any_funcContext) E_OPEN_PAREN() antlr.TerminalNode
func (*Expr_any_funcContext) E_RELOPS_ANY ¶
func (s *Expr_any_funcContext) E_RELOPS_ANY() antlr.TerminalNode
func (*Expr_any_funcContext) EnterRule ¶
func (s *Expr_any_funcContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_any_funcContext) ExitRule ¶
func (s *Expr_any_funcContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_any_funcContext) Expr ¶
func (s *Expr_any_funcContext) Expr() IExprContext
func (*Expr_any_funcContext) GetParser ¶
func (s *Expr_any_funcContext) GetParser() antlr.Parser
func (*Expr_any_funcContext) GetRuleContext ¶
func (s *Expr_any_funcContext) GetRuleContext() antlr.RuleContext
func (*Expr_any_funcContext) IsExpr_any_funcContext ¶
func (*Expr_any_funcContext) IsExpr_any_funcContext()
func (*Expr_any_funcContext) ToStringTree ¶
func (s *Expr_any_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_assignContext ¶
type Expr_assignContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_assignContext ¶
func NewEmptyExpr_assignContext() *Expr_assignContext
func NewExpr_assignContext ¶
func NewExpr_assignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_assignContext
func (*Expr_assignContext) E_EQ ¶
func (s *Expr_assignContext) E_EQ() antlr.TerminalNode
func (*Expr_assignContext) EnterRule ¶
func (s *Expr_assignContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_assignContext) ExitRule ¶
func (s *Expr_assignContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_assignContext) Expr ¶
func (s *Expr_assignContext) Expr() IExprContext
func (*Expr_assignContext) GetNested ¶
func (s *Expr_assignContext) GetNested() bool
func (*Expr_assignContext) GetParser ¶
func (s *Expr_assignContext) GetParser() antlr.Parser
func (*Expr_assignContext) GetRuleContext ¶
func (s *Expr_assignContext) GetRuleContext() antlr.RuleContext
func (*Expr_assignContext) Get_expr ¶
func (s *Expr_assignContext) Get_expr() IExprContext
func (*Expr_assignContext) IsExpr_assignContext ¶
func (*Expr_assignContext) IsExpr_assignContext()
func (*Expr_assignContext) SetNested ¶
func (s *Expr_assignContext) SetNested(v bool)
func (*Expr_assignContext) Set_expr ¶
func (s *Expr_assignContext) Set_expr(v IExprContext)
func (*Expr_assignContext) ToStringTree ¶
func (s *Expr_assignContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Expr_assignContext) Transform ¶
func (s *Expr_assignContext) Transform() ITransformContext
type Expr_atom_listContext ¶
type Expr_atom_listContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_atom_listContext ¶
func NewEmptyExpr_atom_listContext() *Expr_atom_listContext
func NewExpr_atom_listContext ¶
func NewExpr_atom_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_atom_listContext
func (*Expr_atom_listContext) E_SQ_CLOSE ¶
func (s *Expr_atom_listContext) E_SQ_CLOSE() antlr.TerminalNode
func (*Expr_atom_listContext) E_SQ_OPEN ¶
func (s *Expr_atom_listContext) E_SQ_OPEN() antlr.TerminalNode
func (*Expr_atom_listContext) EnterRule ¶
func (s *Expr_atom_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_atom_listContext) ExitRule ¶
func (s *Expr_atom_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_atom_listContext) Expr_list ¶
func (s *Expr_atom_listContext) Expr_list() IExpr_listContext
func (*Expr_atom_listContext) GetParser ¶
func (s *Expr_atom_listContext) GetParser() antlr.Parser
func (*Expr_atom_listContext) GetRuleContext ¶
func (s *Expr_atom_listContext) GetRuleContext() antlr.RuleContext
func (*Expr_atom_listContext) IsExpr_atom_listContext ¶
func (*Expr_atom_listContext) IsExpr_atom_listContext()
func (*Expr_atom_listContext) ToStringTree ¶
func (s *Expr_atom_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_bitandContext ¶
type Expr_bitandContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_bitandContext ¶
func NewEmptyExpr_bitandContext() *Expr_bitandContext
func NewExpr_bitandContext ¶
func NewExpr_bitandContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_bitandContext
func (*Expr_bitandContext) AllE_AMP ¶
func (s *Expr_bitandContext) AllE_AMP() []antlr.TerminalNode
func (*Expr_bitandContext) AllE_AND ¶
func (s *Expr_bitandContext) AllE_AND() []antlr.TerminalNode
func (*Expr_bitandContext) AllExpr_rel ¶
func (s *Expr_bitandContext) AllExpr_rel() []IExpr_relContext
func (*Expr_bitandContext) E_AMP ¶
func (s *Expr_bitandContext) E_AMP(i int) antlr.TerminalNode
func (*Expr_bitandContext) E_AND ¶
func (s *Expr_bitandContext) E_AND(i int) antlr.TerminalNode
func (*Expr_bitandContext) EnterRule ¶
func (s *Expr_bitandContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_bitandContext) ExitRule ¶
func (s *Expr_bitandContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_bitandContext) Expr_rel ¶
func (s *Expr_bitandContext) Expr_rel(i int) IExpr_relContext
func (*Expr_bitandContext) GetParser ¶
func (s *Expr_bitandContext) GetParser() antlr.Parser
func (*Expr_bitandContext) GetRuleContext ¶
func (s *Expr_bitandContext) GetRuleContext() antlr.RuleContext
func (*Expr_bitandContext) IsExpr_bitandContext ¶
func (*Expr_bitandContext) IsExpr_bitandContext()
func (*Expr_bitandContext) ToStringTree ¶
func (s *Expr_bitandContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_bitorContext ¶
type Expr_bitorContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_bitorContext ¶
func NewEmptyExpr_bitorContext() *Expr_bitorContext
func NewExpr_bitorContext ¶
func NewExpr_bitorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_bitorContext
func (*Expr_bitorContext) AllE_BITOR ¶
func (s *Expr_bitorContext) AllE_BITOR() []antlr.TerminalNode
func (*Expr_bitorContext) AllExpr_bitxor ¶
func (s *Expr_bitorContext) AllExpr_bitxor() []IExpr_bitxorContext
func (*Expr_bitorContext) E_BITOR ¶
func (s *Expr_bitorContext) E_BITOR(i int) antlr.TerminalNode
func (*Expr_bitorContext) EnterRule ¶
func (s *Expr_bitorContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_bitorContext) ExitRule ¶
func (s *Expr_bitorContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_bitorContext) Expr_bitxor ¶
func (s *Expr_bitorContext) Expr_bitxor(i int) IExpr_bitxorContext
func (*Expr_bitorContext) GetParser ¶
func (s *Expr_bitorContext) GetParser() antlr.Parser
func (*Expr_bitorContext) GetRuleContext ¶
func (s *Expr_bitorContext) GetRuleContext() antlr.RuleContext
func (*Expr_bitorContext) IsExpr_bitorContext ¶
func (*Expr_bitorContext) IsExpr_bitorContext()
func (*Expr_bitorContext) ToStringTree ¶
func (s *Expr_bitorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_bitxorContext ¶
type Expr_bitxorContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_bitxorContext ¶
func NewEmptyExpr_bitxorContext() *Expr_bitxorContext
func NewExpr_bitxorContext ¶
func NewExpr_bitxorContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_bitxorContext
func (*Expr_bitxorContext) AllE_XOR ¶
func (s *Expr_bitxorContext) AllE_XOR() []antlr.TerminalNode
func (*Expr_bitxorContext) AllExpr_bitand ¶
func (s *Expr_bitxorContext) AllExpr_bitand() []IExpr_bitandContext
func (*Expr_bitxorContext) E_XOR ¶
func (s *Expr_bitxorContext) E_XOR(i int) antlr.TerminalNode
func (*Expr_bitxorContext) EnterRule ¶
func (s *Expr_bitxorContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_bitxorContext) ExitRule ¶
func (s *Expr_bitxorContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_bitxorContext) Expr_bitand ¶
func (s *Expr_bitxorContext) Expr_bitand(i int) IExpr_bitandContext
func (*Expr_bitxorContext) GetParser ¶
func (s *Expr_bitxorContext) GetParser() antlr.Parser
func (*Expr_bitxorContext) GetRuleContext ¶
func (s *Expr_bitxorContext) GetRuleContext() antlr.RuleContext
func (*Expr_bitxorContext) IsExpr_bitxorContext ¶
func (*Expr_bitxorContext) IsExpr_bitxorContext()
func (*Expr_bitxorContext) ToStringTree ¶
func (s *Expr_bitxorContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_blockContext ¶
type Expr_blockContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_blockContext ¶
func NewEmptyExpr_blockContext() *Expr_blockContext
func NewExpr_blockContext ¶
func NewExpr_blockContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_blockContext
func (*Expr_blockContext) DEDENT ¶
func (s *Expr_blockContext) DEDENT() antlr.TerminalNode
func (*Expr_blockContext) EnterRule ¶
func (s *Expr_blockContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_blockContext) ExitRule ¶
func (s *Expr_blockContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_blockContext) GetParser ¶
func (s *Expr_blockContext) GetParser() antlr.Parser
func (*Expr_blockContext) GetRuleContext ¶
func (s *Expr_blockContext) GetRuleContext() antlr.RuleContext
func (*Expr_blockContext) INDENT ¶
func (s *Expr_blockContext) INDENT() antlr.TerminalNode
func (*Expr_blockContext) IsExpr_blockContext ¶
func (*Expr_blockContext) IsExpr_blockContext()
func (*Expr_blockContext) ToStringTree ¶
func (s *Expr_blockContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Expr_blockContext) Transform ¶
func (s *Expr_blockContext) Transform() ITransformContext
type Expr_but_notContext ¶
type Expr_but_notContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_but_notContext ¶
func NewEmptyExpr_but_notContext() *Expr_but_notContext
func NewExpr_but_notContext ¶
func NewExpr_but_notContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_but_notContext
func (*Expr_but_notContext) AllE_BUTNOT ¶
func (s *Expr_but_notContext) AllE_BUTNOT() []antlr.TerminalNode
func (*Expr_but_notContext) AllExpr_or ¶
func (s *Expr_but_notContext) AllExpr_or() []IExpr_orContext
func (*Expr_but_notContext) E_BUTNOT ¶
func (s *Expr_but_notContext) E_BUTNOT(i int) antlr.TerminalNode
func (*Expr_but_notContext) EnterRule ¶
func (s *Expr_but_notContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_but_notContext) ExitRule ¶
func (s *Expr_but_notContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_but_notContext) Expr_or ¶
func (s *Expr_but_notContext) Expr_or(i int) IExpr_orContext
func (*Expr_but_notContext) GetParser ¶
func (s *Expr_but_notContext) GetParser() antlr.Parser
func (*Expr_but_notContext) GetRuleContext ¶
func (s *Expr_but_notContext) GetRuleContext() antlr.RuleContext
func (*Expr_but_notContext) IsExpr_but_notContext ¶
func (*Expr_but_notContext) IsExpr_but_notContext()
func (*Expr_but_notContext) ToStringTree ¶
func (s *Expr_but_notContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_coalesceContext ¶
type Expr_coalesceContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_coalesceContext ¶
func NewEmptyExpr_coalesceContext() *Expr_coalesceContext
func NewExpr_coalesceContext ¶
func NewExpr_coalesceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_coalesceContext
func (*Expr_coalesceContext) AllE_COALESCE ¶
func (s *Expr_coalesceContext) AllE_COALESCE() []antlr.TerminalNode
func (*Expr_coalesceContext) AllExpr_but_not ¶
func (s *Expr_coalesceContext) AllExpr_but_not() []IExpr_but_notContext
func (*Expr_coalesceContext) E_COALESCE ¶
func (s *Expr_coalesceContext) E_COALESCE(i int) antlr.TerminalNode
func (*Expr_coalesceContext) EnterRule ¶
func (s *Expr_coalesceContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_coalesceContext) ExitRule ¶
func (s *Expr_coalesceContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_coalesceContext) Expr_but_not ¶
func (s *Expr_coalesceContext) Expr_but_not(i int) IExpr_but_notContext
func (*Expr_coalesceContext) GetParser ¶
func (s *Expr_coalesceContext) GetParser() antlr.Parser
func (*Expr_coalesceContext) GetRuleContext ¶
func (s *Expr_coalesceContext) GetRuleContext() antlr.RuleContext
func (*Expr_coalesceContext) IsExpr_coalesceContext ¶
func (*Expr_coalesceContext) IsExpr_coalesceContext()
func (*Expr_coalesceContext) ToStringTree ¶
func (s *Expr_coalesceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_countContext ¶
type Expr_countContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_countContext ¶
func NewEmptyExpr_countContext() *Expr_countContext
func NewExpr_countContext ¶
func NewExpr_countContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_countContext
func (*Expr_countContext) E_RELOPS_COUNT ¶
func (s *Expr_countContext) E_RELOPS_COUNT() antlr.TerminalNode
func (*Expr_countContext) EnterRule ¶
func (s *Expr_countContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_countContext) ExitRule ¶
func (s *Expr_countContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_countContext) GetParser ¶
func (s *Expr_countContext) GetParser() antlr.Parser
func (*Expr_countContext) GetRuleContext ¶
func (s *Expr_countContext) GetRuleContext() antlr.RuleContext
func (*Expr_countContext) IsExpr_countContext ¶
func (*Expr_countContext) IsExpr_countContext()
func (*Expr_countContext) ToStringTree ¶
func (s *Expr_countContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_dot_assignContext ¶
type Expr_dot_assignContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_dot_assignContext ¶
func NewEmptyExpr_dot_assignContext() *Expr_dot_assignContext
func NewExpr_dot_assignContext ¶
func NewExpr_dot_assignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_dot_assignContext
func (*Expr_dot_assignContext) E_DOT_NAME_NL ¶
func (s *Expr_dot_assignContext) E_DOT_NAME_NL() antlr.TerminalNode
func (*Expr_dot_assignContext) EnterRule ¶
func (s *Expr_dot_assignContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_dot_assignContext) ExitRule ¶
func (s *Expr_dot_assignContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_dot_assignContext) GetParser ¶
func (s *Expr_dot_assignContext) GetParser() antlr.Parser
func (*Expr_dot_assignContext) GetRuleContext ¶
func (s *Expr_dot_assignContext) GetRuleContext() antlr.RuleContext
func (*Expr_dot_assignContext) IsExpr_dot_assignContext ¶
func (*Expr_dot_assignContext) IsExpr_dot_assignContext()
func (*Expr_dot_assignContext) ToStringTree ¶
func (s *Expr_dot_assignContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_first_funcContext ¶
type Expr_first_funcContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_first_funcContext ¶
func NewEmptyExpr_first_funcContext() *Expr_first_funcContext
func NewExpr_first_funcContext ¶
func NewExpr_first_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_first_funcContext
func (*Expr_first_funcContext) E_BY ¶
func (s *Expr_first_funcContext) E_BY() antlr.TerminalNode
func (*Expr_first_funcContext) E_CLOSE_PAREN ¶
func (s *Expr_first_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*Expr_first_funcContext) E_OPEN_PAREN ¶
func (s *Expr_first_funcContext) E_OPEN_PAREN() antlr.TerminalNode
func (*Expr_first_funcContext) E_RELOPS_FIRST ¶
func (s *Expr_first_funcContext) E_RELOPS_FIRST() antlr.TerminalNode
func (*Expr_first_funcContext) E_scope_var ¶
func (s *Expr_first_funcContext) E_scope_var() IE_scope_varContext
func (*Expr_first_funcContext) EnterRule ¶
func (s *Expr_first_funcContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_first_funcContext) ExitRule ¶
func (s *Expr_first_funcContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_first_funcContext) First_func_target ¶
func (s *Expr_first_funcContext) First_func_target() IFirst_func_targetContext
func (*Expr_first_funcContext) GetParser ¶
func (s *Expr_first_funcContext) GetParser() antlr.Parser
func (*Expr_first_funcContext) GetRuleContext ¶
func (s *Expr_first_funcContext) GetRuleContext() antlr.RuleContext
func (*Expr_first_funcContext) IsExpr_first_funcContext ¶
func (*Expr_first_funcContext) IsExpr_first_funcContext()
func (*Expr_first_funcContext) Rank_expr_list ¶
func (s *Expr_first_funcContext) Rank_expr_list() IRank_expr_listContext
func (*Expr_first_funcContext) ToStringTree ¶
func (s *Expr_first_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_funcContext ¶
type Expr_funcContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_funcContext ¶
func NewEmptyExpr_funcContext() *Expr_funcContext
func NewExpr_funcContext ¶
func NewExpr_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_funcContext
func (*Expr_funcContext) E_CLOSE_PAREN ¶
func (s *Expr_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*Expr_funcContext) E_FUNC ¶
func (s *Expr_funcContext) E_FUNC() antlr.TerminalNode
func (*Expr_funcContext) E_Name ¶
func (s *Expr_funcContext) E_Name() antlr.TerminalNode
func (*Expr_funcContext) E_OPEN_PAREN ¶
func (s *Expr_funcContext) E_OPEN_PAREN() antlr.TerminalNode
func (*Expr_funcContext) EnterRule ¶
func (s *Expr_funcContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_funcContext) ExitRule ¶
func (s *Expr_funcContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_funcContext) Func_args ¶
func (s *Expr_funcContext) Func_args() IFunc_argsContext
func (*Expr_funcContext) GetParser ¶
func (s *Expr_funcContext) GetParser() antlr.Parser
func (*Expr_funcContext) GetRuleContext ¶
func (s *Expr_funcContext) GetRuleContext() antlr.RuleContext
func (*Expr_funcContext) IsExpr_funcContext ¶
func (*Expr_funcContext) IsExpr_funcContext()
func (*Expr_funcContext) NativeDataTypes ¶
func (s *Expr_funcContext) NativeDataTypes() antlr.TerminalNode
func (*Expr_funcContext) ToStringTree ¶
func (s *Expr_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_if_elseContext ¶
type Expr_if_elseContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_if_elseContext ¶
func NewEmptyExpr_if_elseContext() *Expr_if_elseContext
func NewExpr_if_elseContext ¶
func NewExpr_if_elseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_if_elseContext
func (*Expr_if_elseContext) E_IF ¶
func (s *Expr_if_elseContext) E_IF() antlr.TerminalNode
func (*Expr_if_elseContext) EnterRule ¶
func (s *Expr_if_elseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_if_elseContext) ExitRule ¶
func (s *Expr_if_elseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_if_elseContext) GetNested ¶
func (s *Expr_if_elseContext) GetNested() bool
func (*Expr_if_elseContext) GetParser ¶
func (s *Expr_if_elseContext) GetParser() antlr.Parser
func (*Expr_if_elseContext) GetRuleContext ¶
func (s *Expr_if_elseContext) GetRuleContext() antlr.RuleContext
func (*Expr_if_elseContext) If_multiple_lines ¶
func (s *Expr_if_elseContext) If_multiple_lines() IIf_multiple_linesContext
func (*Expr_if_elseContext) If_one_liner ¶
func (s *Expr_if_elseContext) If_one_liner() IIf_one_linerContext
func (*Expr_if_elseContext) IsExpr_if_elseContext ¶
func (*Expr_if_elseContext) IsExpr_if_elseContext()
func (*Expr_if_elseContext) SetNested ¶
func (s *Expr_if_elseContext) SetNested(v bool)
func (*Expr_if_elseContext) ToStringTree ¶
func (s *Expr_if_elseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_inject_stmtContext ¶
type Expr_inject_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_inject_stmtContext ¶
func NewEmptyExpr_inject_stmtContext() *Expr_inject_stmtContext
func NewExpr_inject_stmtContext ¶
func NewExpr_inject_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_inject_stmtContext
func (*Expr_inject_stmtContext) E_DOT ¶
func (s *Expr_inject_stmtContext) E_DOT() antlr.TerminalNode
func (*Expr_inject_stmtContext) E_NL ¶
func (s *Expr_inject_stmtContext) E_NL() antlr.TerminalNode
func (*Expr_inject_stmtContext) E_STAR ¶
func (s *Expr_inject_stmtContext) E_STAR() antlr.TerminalNode
func (*Expr_inject_stmtContext) EnterRule ¶
func (s *Expr_inject_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_inject_stmtContext) ExitRule ¶
func (s *Expr_inject_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_inject_stmtContext) Expr_func ¶
func (s *Expr_inject_stmtContext) Expr_func() IExpr_funcContext
func (*Expr_inject_stmtContext) GetParser ¶
func (s *Expr_inject_stmtContext) GetParser() antlr.Parser
func (*Expr_inject_stmtContext) GetRuleContext ¶
func (s *Expr_inject_stmtContext) GetRuleContext() antlr.RuleContext
func (*Expr_inject_stmtContext) IsExpr_inject_stmtContext ¶
func (*Expr_inject_stmtContext) IsExpr_inject_stmtContext()
func (*Expr_inject_stmtContext) ToStringTree ¶
func (s *Expr_inject_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_let_statementContext ¶
type Expr_let_statementContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_let_statementContext ¶
func NewEmptyExpr_let_statementContext() *Expr_let_statementContext
func NewExpr_let_statementContext ¶
func NewExpr_let_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_let_statementContext
func (*Expr_let_statementContext) E_LET ¶
func (s *Expr_let_statementContext) E_LET() antlr.TerminalNode
func (*Expr_let_statementContext) E_Name ¶
func (s *Expr_let_statementContext) E_Name() antlr.TerminalNode
func (*Expr_let_statementContext) EnterRule ¶
func (s *Expr_let_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_let_statementContext) ExitRule ¶
func (s *Expr_let_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_let_statementContext) Expr_assign ¶
func (s *Expr_let_statementContext) Expr_assign() IExpr_assignContext
func (*Expr_let_statementContext) GetNested ¶
func (s *Expr_let_statementContext) GetNested() bool
func (*Expr_let_statementContext) GetParser ¶
func (s *Expr_let_statementContext) GetParser() antlr.Parser
func (*Expr_let_statementContext) GetRuleContext ¶
func (s *Expr_let_statementContext) GetRuleContext() antlr.RuleContext
func (*Expr_let_statementContext) Get_expr_assign ¶
func (s *Expr_let_statementContext) Get_expr_assign() IExpr_assignContext
func (*Expr_let_statementContext) IsExpr_let_statementContext ¶
func (*Expr_let_statementContext) IsExpr_let_statementContext()
func (*Expr_let_statementContext) SetNested ¶
func (s *Expr_let_statementContext) SetNested(v bool)
func (*Expr_let_statementContext) Set_expr_assign ¶
func (s *Expr_let_statementContext) Set_expr_assign(v IExpr_assignContext)
func (*Expr_let_statementContext) ToStringTree ¶
func (s *Expr_let_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_listContext ¶
type Expr_listContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_listContext ¶
func NewEmptyExpr_listContext() *Expr_listContext
func NewExpr_listContext ¶
func NewExpr_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_listContext
func (*Expr_listContext) AllE_COMMA ¶
func (s *Expr_listContext) AllE_COMMA() []antlr.TerminalNode
func (*Expr_listContext) AllList_item ¶
func (s *Expr_listContext) AllList_item() []IList_itemContext
func (*Expr_listContext) E_COMMA ¶
func (s *Expr_listContext) E_COMMA(i int) antlr.TerminalNode
func (*Expr_listContext) EnterRule ¶
func (s *Expr_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_listContext) ExitRule ¶
func (s *Expr_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_listContext) GetParser ¶
func (s *Expr_listContext) GetParser() antlr.Parser
func (*Expr_listContext) GetRuleContext ¶
func (s *Expr_listContext) GetRuleContext() antlr.RuleContext
func (*Expr_listContext) IsExpr_listContext ¶
func (*Expr_listContext) IsExpr_listContext()
func (*Expr_listContext) List_item ¶
func (s *Expr_listContext) List_item(i int) IList_itemContext
func (*Expr_listContext) ToStringTree ¶
func (s *Expr_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_matchingContext ¶
type Expr_matchingContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_matchingContext ¶
func NewEmptyExpr_matchingContext() *Expr_matchingContext
func NewExpr_matchingContext ¶
func NewExpr_matchingContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_matchingContext
func (*Expr_matchingContext) E_ANGLE_CLOSE ¶
func (s *Expr_matchingContext) E_ANGLE_CLOSE() antlr.TerminalNode
func (*Expr_matchingContext) E_NOT ¶
func (s *Expr_matchingContext) E_NOT() antlr.TerminalNode
func (*Expr_matchingContext) E_TILDE ¶
func (s *Expr_matchingContext) E_TILDE() antlr.TerminalNode
func (*Expr_matchingContext) EnterRule ¶
func (s *Expr_matchingContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_matchingContext) ExitRule ¶
func (s *Expr_matchingContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_matchingContext) GetParser ¶
func (s *Expr_matchingContext) GetParser() antlr.Parser
func (*Expr_matchingContext) GetRuleContext ¶
func (s *Expr_matchingContext) GetRuleContext() antlr.RuleContext
func (*Expr_matchingContext) IsExpr_matchingContext ¶
func (*Expr_matchingContext) IsExpr_matchingContext()
func (*Expr_matchingContext) Matching_rhs ¶
func (s *Expr_matchingContext) Matching_rhs() IMatching_rhsContext
func (*Expr_matchingContext) Squiggly_args ¶
func (s *Expr_matchingContext) Squiggly_args() ISquiggly_argsContext
func (*Expr_matchingContext) ToStringTree ¶
func (s *Expr_matchingContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_navigateContext ¶
type Expr_navigateContext struct {
// contains filtered or unexported fields
}
func NewEmptyExpr_navigateContext ¶
func NewEmptyExpr_navigateContext() *Expr_navigateContext
func NewExpr_navigateContext ¶
func NewExpr_navigateContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_navigateContext
func (*Expr_navigateContext) E_ARROW_RIGHT ¶
func (s *Expr_navigateContext) E_ARROW_RIGHT() antlr.TerminalNode
func (*Expr_navigateContext) E_Name ¶
func (s *Expr_navigateContext) E_Name() antlr.TerminalNode
func (*Expr_navigateContext) E_QN ¶
func (s *Expr_navigateContext) E_QN() antlr.TerminalNode
func (*Expr_navigateContext) E_SEQUENCE_OF ¶
func (s *Expr_navigateContext) E_SEQUENCE_OF() antlr.TerminalNode
func (*Expr_navigateContext) E_SET_OF ¶
func (s *Expr_navigateContext) E_SET_OF() antlr.TerminalNode
func (*Expr_navigateContext) E_VIA ¶
func (s *Expr_navigateContext) E_VIA() antlr.TerminalNode
func (*Expr_navigateContext) EnterRule ¶
func (s *Expr_navigateContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_navigateContext) ExitRule ¶
func (s *Expr_navigateContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_navigateContext) Expr_navigate_attr ¶
func (s *Expr_navigateContext) Expr_navigate_attr() IExpr_navigate_attrContext
func (*Expr_navigateContext) GetParser ¶
func (s *Expr_navigateContext) GetParser() antlr.Parser
func (*Expr_navigateContext) GetRuleContext ¶
func (s *Expr_navigateContext) GetRuleContext() antlr.RuleContext
func (*Expr_navigateContext) IsExpr_navigateContext ¶
func (*Expr_navigateContext) IsExpr_navigateContext()
func (*Expr_navigateContext) ToStringTree ¶
func (s *Expr_navigateContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_navigate_attrContext ¶
type Expr_navigate_attrContext struct {
// contains filtered or unexported fields
}
func NewEmptyExpr_navigate_attrContext ¶
func NewEmptyExpr_navigate_attrContext() *Expr_navigate_attrContext
func NewExpr_navigate_attrContext ¶
func NewExpr_navigate_attrContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_navigate_attrContext
func (*Expr_navigate_attrContext) E_DOT ¶
func (s *Expr_navigate_attrContext) E_DOT() antlr.TerminalNode
func (*Expr_navigate_attrContext) E_Name ¶
func (s *Expr_navigate_attrContext) E_Name() antlr.TerminalNode
func (*Expr_navigate_attrContext) EnterRule ¶
func (s *Expr_navigate_attrContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_navigate_attrContext) ExitRule ¶
func (s *Expr_navigate_attrContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_navigate_attrContext) GetParser ¶
func (s *Expr_navigate_attrContext) GetParser() antlr.Parser
func (*Expr_navigate_attrContext) GetRuleContext ¶
func (s *Expr_navigate_attrContext) GetRuleContext() antlr.RuleContext
func (*Expr_navigate_attrContext) IsExpr_navigate_attrContext ¶
func (*Expr_navigate_attrContext) IsExpr_navigate_attrContext()
func (*Expr_navigate_attrContext) ToStringTree ¶
func (s *Expr_navigate_attrContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_orContext ¶
type Expr_orContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_orContext ¶
func NewEmptyExpr_orContext() *Expr_orContext
func NewExpr_orContext ¶
func NewExpr_orContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_orContext
func (*Expr_orContext) AllE_LOGIC_OR ¶
func (s *Expr_orContext) AllE_LOGIC_OR() []antlr.TerminalNode
func (*Expr_orContext) AllExpr_and ¶
func (s *Expr_orContext) AllExpr_and() []IExpr_andContext
func (*Expr_orContext) E_LOGIC_OR ¶
func (s *Expr_orContext) E_LOGIC_OR(i int) antlr.TerminalNode
func (*Expr_orContext) EnterRule ¶
func (s *Expr_orContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_orContext) ExitRule ¶
func (s *Expr_orContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_orContext) Expr_and ¶
func (s *Expr_orContext) Expr_and(i int) IExpr_andContext
func (*Expr_orContext) GetParser ¶
func (s *Expr_orContext) GetParser() antlr.Parser
func (*Expr_orContext) GetRuleContext ¶
func (s *Expr_orContext) GetRuleContext() antlr.RuleContext
func (*Expr_orContext) IsExpr_orContext ¶
func (*Expr_orContext) IsExpr_orContext()
func (*Expr_orContext) ToStringTree ¶
func (s *Expr_orContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_rank_funcContext ¶
type Expr_rank_funcContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_rank_funcContext ¶
func NewEmptyExpr_rank_funcContext() *Expr_rank_funcContext
func NewExpr_rank_funcContext ¶
func NewExpr_rank_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_rank_funcContext
func (*Expr_rank_funcContext) E_ANGLE_CLOSE ¶
func (s *Expr_rank_funcContext) E_ANGLE_CLOSE() antlr.TerminalNode
func (*Expr_rank_funcContext) E_ANGLE_OPEN ¶
func (s *Expr_rank_funcContext) E_ANGLE_OPEN() antlr.TerminalNode
func (*Expr_rank_funcContext) E_AS ¶
func (s *Expr_rank_funcContext) E_AS() antlr.TerminalNode
func (*Expr_rank_funcContext) E_CLOSE_PAREN ¶
func (s *Expr_rank_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*Expr_rank_funcContext) E_Name ¶
func (s *Expr_rank_funcContext) E_Name() antlr.TerminalNode
func (*Expr_rank_funcContext) E_OPEN_PAREN ¶
func (s *Expr_rank_funcContext) E_OPEN_PAREN() antlr.TerminalNode
func (*Expr_rank_funcContext) E_RELOPS_RANK ¶
func (s *Expr_rank_funcContext) E_RELOPS_RANK() antlr.TerminalNode
func (*Expr_rank_funcContext) EnterRule ¶
func (s *Expr_rank_funcContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_rank_funcContext) ExitRule ¶
func (s *Expr_rank_funcContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_rank_funcContext) GetParser ¶
func (s *Expr_rank_funcContext) GetParser() antlr.Parser
func (*Expr_rank_funcContext) GetRuleContext ¶
func (s *Expr_rank_funcContext) GetRuleContext() antlr.RuleContext
func (*Expr_rank_funcContext) IsExpr_rank_funcContext ¶
func (*Expr_rank_funcContext) IsExpr_rank_funcContext()
func (*Expr_rank_funcContext) Rank_expr_list ¶
func (s *Expr_rank_funcContext) Rank_expr_list() IRank_expr_listContext
func (*Expr_rank_funcContext) ToStringTree ¶
func (s *Expr_rank_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Expr_rank_funcContext) View_type_spec ¶
func (s *Expr_rank_funcContext) View_type_spec() IView_type_specContext
type Expr_relContext ¶
type Expr_relContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_relContext ¶
func NewEmptyExpr_relContext() *Expr_relContext
func NewExpr_relContext ¶
func NewExpr_relContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_relContext
func (*Expr_relContext) AllBinexpr ¶
func (s *Expr_relContext) AllBinexpr() []IBinexprContext
func (*Expr_relContext) AllE_compare_ops ¶
func (s *Expr_relContext) AllE_compare_ops() []IE_compare_opsContext
func (*Expr_relContext) Binexpr ¶
func (s *Expr_relContext) Binexpr(i int) IBinexprContext
func (*Expr_relContext) E_compare_ops ¶
func (s *Expr_relContext) E_compare_ops(i int) IE_compare_opsContext
func (*Expr_relContext) EnterRule ¶
func (s *Expr_relContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_relContext) ExitRule ¶
func (s *Expr_relContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_relContext) GetParser ¶
func (s *Expr_relContext) GetParser() antlr.Parser
func (*Expr_relContext) GetRuleContext ¶
func (s *Expr_relContext) GetRuleContext() antlr.RuleContext
func (*Expr_relContext) IsExpr_relContext ¶
func (*Expr_relContext) IsExpr_relContext()
func (*Expr_relContext) ToStringTree ¶
func (s *Expr_relContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_setContext ¶
type Expr_setContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_setContext ¶
func NewEmptyExpr_setContext() *Expr_setContext
func NewExpr_setContext ¶
func NewExpr_setContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_setContext
func (*Expr_setContext) E_CURLY_CLOSE ¶
func (s *Expr_setContext) E_CURLY_CLOSE() antlr.TerminalNode
func (*Expr_setContext) E_CURLY_OPEN ¶
func (s *Expr_setContext) E_CURLY_OPEN() antlr.TerminalNode
func (*Expr_setContext) EnterRule ¶
func (s *Expr_setContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_setContext) ExitRule ¶
func (s *Expr_setContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_setContext) Expr_list ¶
func (s *Expr_setContext) Expr_list() IExpr_listContext
func (*Expr_setContext) GetParser ¶
func (s *Expr_setContext) GetParser() antlr.Parser
func (*Expr_setContext) GetRuleContext ¶
func (s *Expr_setContext) GetRuleContext() antlr.RuleContext
func (*Expr_setContext) IsExpr_setContext ¶
func (*Expr_setContext) IsExpr_setContext()
func (*Expr_setContext) ToStringTree ¶
func (s *Expr_setContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_simple_assignContext ¶
type Expr_simple_assignContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_simple_assignContext ¶
func NewEmptyExpr_simple_assignContext() *Expr_simple_assignContext
func NewExpr_simple_assignContext ¶
func NewExpr_simple_assignContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_simple_assignContext
func (*Expr_simple_assignContext) E_Name ¶
func (s *Expr_simple_assignContext) E_Name() antlr.TerminalNode
func (*Expr_simple_assignContext) EnterRule ¶
func (s *Expr_simple_assignContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_simple_assignContext) ExitRule ¶
func (s *Expr_simple_assignContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_simple_assignContext) Expr_assign ¶
func (s *Expr_simple_assignContext) Expr_assign() IExpr_assignContext
func (*Expr_simple_assignContext) GetNested ¶
func (s *Expr_simple_assignContext) GetNested() bool
func (*Expr_simple_assignContext) GetParser ¶
func (s *Expr_simple_assignContext) GetParser() antlr.Parser
func (*Expr_simple_assignContext) GetRuleContext ¶
func (s *Expr_simple_assignContext) GetRuleContext() antlr.RuleContext
func (*Expr_simple_assignContext) Get_expr_assign ¶
func (s *Expr_simple_assignContext) Get_expr_assign() IExpr_assignContext
func (*Expr_simple_assignContext) IsExpr_simple_assignContext ¶
func (*Expr_simple_assignContext) IsExpr_simple_assignContext()
func (*Expr_simple_assignContext) SetNested ¶
func (s *Expr_simple_assignContext) SetNested(v bool)
func (*Expr_simple_assignContext) Set_expr_assign ¶
func (s *Expr_simple_assignContext) Set_expr_assign(v IExpr_assignContext)
func (*Expr_simple_assignContext) ToStringTree ¶
func (s *Expr_simple_assignContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_single_arg_funcContext ¶
type Expr_single_arg_funcContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_single_arg_funcContext ¶
func NewEmptyExpr_single_arg_funcContext() *Expr_single_arg_funcContext
func NewExpr_single_arg_funcContext ¶
func NewExpr_single_arg_funcContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_single_arg_funcContext
func (*Expr_single_arg_funcContext) E_CLOSE_PAREN ¶
func (s *Expr_single_arg_funcContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*Expr_single_arg_funcContext) E_OPEN_PAREN ¶
func (s *Expr_single_arg_funcContext) E_OPEN_PAREN() antlr.TerminalNode
func (*Expr_single_arg_funcContext) E_scope_var ¶
func (s *Expr_single_arg_funcContext) E_scope_var() IE_scope_varContext
func (*Expr_single_arg_funcContext) E_single_arg_func ¶
func (s *Expr_single_arg_funcContext) E_single_arg_func() IE_single_arg_funcContext
func (*Expr_single_arg_funcContext) EnterRule ¶
func (s *Expr_single_arg_funcContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_single_arg_funcContext) ExitRule ¶
func (s *Expr_single_arg_funcContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_single_arg_funcContext) Expr ¶
func (s *Expr_single_arg_funcContext) Expr() IExprContext
func (*Expr_single_arg_funcContext) GetParser ¶
func (s *Expr_single_arg_funcContext) GetParser() antlr.Parser
func (*Expr_single_arg_funcContext) GetRuleContext ¶
func (s *Expr_single_arg_funcContext) GetRuleContext() antlr.RuleContext
func (*Expr_single_arg_funcContext) IsExpr_single_arg_funcContext ¶
func (*Expr_single_arg_funcContext) IsExpr_single_arg_funcContext()
func (*Expr_single_arg_funcContext) ToStringTree ¶
func (s *Expr_single_arg_funcContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_single_or_nullContext ¶
type Expr_single_or_nullContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_single_or_nullContext ¶
func NewEmptyExpr_single_or_nullContext() *Expr_single_or_nullContext
func NewExpr_single_or_nullContext ¶
func NewExpr_single_or_nullContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_single_or_nullContext
func (*Expr_single_or_nullContext) E_RELOPS_SINGLE_NULL ¶
func (s *Expr_single_or_nullContext) E_RELOPS_SINGLE_NULL() antlr.TerminalNode
func (*Expr_single_or_nullContext) EnterRule ¶
func (s *Expr_single_or_nullContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_single_or_nullContext) ExitRule ¶
func (s *Expr_single_or_nullContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_single_or_nullContext) GetParser ¶
func (s *Expr_single_or_nullContext) GetParser() antlr.Parser
func (*Expr_single_or_nullContext) GetRuleContext ¶
func (s *Expr_single_or_nullContext) GetRuleContext() antlr.RuleContext
func (*Expr_single_or_nullContext) IsExpr_single_or_nullContext ¶
func (*Expr_single_or_nullContext) IsExpr_single_or_nullContext()
func (*Expr_single_or_nullContext) ToStringTree ¶
func (s *Expr_single_or_nullContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_snapshotContext ¶
type Expr_snapshotContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_snapshotContext ¶
func NewEmptyExpr_snapshotContext() *Expr_snapshotContext
func NewExpr_snapshotContext ¶
func NewExpr_snapshotContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_snapshotContext
func (*Expr_snapshotContext) E_RELOPS_SNAPSHOT ¶
func (s *Expr_snapshotContext) E_RELOPS_SNAPSHOT() antlr.TerminalNode
func (*Expr_snapshotContext) EnterRule ¶
func (s *Expr_snapshotContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_snapshotContext) ExitRule ¶
func (s *Expr_snapshotContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_snapshotContext) GetParser ¶
func (s *Expr_snapshotContext) GetParser() antlr.Parser
func (*Expr_snapshotContext) GetRuleContext ¶
func (s *Expr_snapshotContext) GetRuleContext() antlr.RuleContext
func (*Expr_snapshotContext) IsExpr_snapshotContext ¶
func (*Expr_snapshotContext) IsExpr_snapshotContext()
func (*Expr_snapshotContext) ToStringTree ¶
func (s *Expr_snapshotContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_statementContext ¶
type Expr_statementContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_statementContext ¶
func NewEmptyExpr_statementContext() *Expr_statementContext
func NewExpr_statementContext ¶
func NewExpr_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_statementContext
func (*Expr_statementContext) E_NL ¶
func (s *Expr_statementContext) E_NL() antlr.TerminalNode
func (*Expr_statementContext) EnterRule ¶
func (s *Expr_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_statementContext) ExitRule ¶
func (s *Expr_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_statementContext) Expr_let_statement ¶
func (s *Expr_statementContext) Expr_let_statement() IExpr_let_statementContext
func (*Expr_statementContext) Expr_simple_assign ¶
func (s *Expr_statementContext) Expr_simple_assign() IExpr_simple_assignContext
func (*Expr_statementContext) Expr_table_of_statement ¶
func (s *Expr_statementContext) Expr_table_of_statement() IExpr_table_of_statementContext
func (*Expr_statementContext) GetNested ¶
func (s *Expr_statementContext) GetNested() bool
func (*Expr_statementContext) GetParser ¶
func (s *Expr_statementContext) GetParser() antlr.Parser
func (*Expr_statementContext) GetRuleContext ¶
func (s *Expr_statementContext) GetRuleContext() antlr.RuleContext
func (*Expr_statementContext) Get_expr_let_statement ¶
func (s *Expr_statementContext) Get_expr_let_statement() IExpr_let_statementContext
func (*Expr_statementContext) Get_expr_simple_assign ¶
func (s *Expr_statementContext) Get_expr_simple_assign() IExpr_simple_assignContext
func (*Expr_statementContext) Get_expr_table_of_statement ¶
func (s *Expr_statementContext) Get_expr_table_of_statement() IExpr_table_of_statementContext
func (*Expr_statementContext) IsExpr_statementContext ¶
func (*Expr_statementContext) IsExpr_statementContext()
func (*Expr_statementContext) SetNested ¶
func (s *Expr_statementContext) SetNested(v bool)
func (*Expr_statementContext) Set_expr_let_statement ¶
func (s *Expr_statementContext) Set_expr_let_statement(v IExpr_let_statementContext)
func (*Expr_statementContext) Set_expr_simple_assign ¶
func (s *Expr_statementContext) Set_expr_simple_assign(v IExpr_simple_assignContext)
func (*Expr_statementContext) Set_expr_table_of_statement ¶
func (s *Expr_statementContext) Set_expr_table_of_statement(v IExpr_table_of_statementContext)
func (*Expr_statementContext) ToStringTree ¶
func (s *Expr_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_statement_no_nlContext ¶
type Expr_statement_no_nlContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_statement_no_nlContext ¶
func NewEmptyExpr_statement_no_nlContext() *Expr_statement_no_nlContext
func NewExpr_statement_no_nlContext ¶
func NewExpr_statement_no_nlContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_statement_no_nlContext
func (*Expr_statement_no_nlContext) EnterRule ¶
func (s *Expr_statement_no_nlContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_statement_no_nlContext) ExitRule ¶
func (s *Expr_statement_no_nlContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_statement_no_nlContext) Expr_dot_assign ¶
func (s *Expr_statement_no_nlContext) Expr_dot_assign() IExpr_dot_assignContext
func (*Expr_statement_no_nlContext) GetParser ¶
func (s *Expr_statement_no_nlContext) GetParser() antlr.Parser
func (*Expr_statement_no_nlContext) GetRuleContext ¶
func (s *Expr_statement_no_nlContext) GetRuleContext() antlr.RuleContext
func (*Expr_statement_no_nlContext) IsExpr_statement_no_nlContext ¶
func (*Expr_statement_no_nlContext) IsExpr_statement_no_nlContext()
func (*Expr_statement_no_nlContext) ToStringTree ¶
func (s *Expr_statement_no_nlContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_stmtContext ¶
type Expr_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_stmtContext ¶
func NewEmptyExpr_stmtContext() *Expr_stmtContext
func NewExpr_stmtContext ¶
func NewExpr_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_stmtContext
func (*Expr_stmtContext) EnterRule ¶
func (s *Expr_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_stmtContext) ExitRule ¶
func (s *Expr_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_stmtContext) Expr_inject_stmt ¶
func (s *Expr_stmtContext) Expr_inject_stmt() IExpr_inject_stmtContext
func (*Expr_stmtContext) Expr_statement ¶
func (s *Expr_stmtContext) Expr_statement() IExpr_statementContext
func (*Expr_stmtContext) Expr_statement_no_nl ¶
func (s *Expr_stmtContext) Expr_statement_no_nl() IExpr_statement_no_nlContext
func (*Expr_stmtContext) GetParser ¶
func (s *Expr_stmtContext) GetParser() antlr.Parser
func (*Expr_stmtContext) GetRuleContext ¶
func (s *Expr_stmtContext) GetRuleContext() antlr.RuleContext
func (*Expr_stmtContext) IsExpr_stmtContext ¶
func (*Expr_stmtContext) IsExpr_stmtContext()
func (*Expr_stmtContext) ToStringTree ¶
func (s *Expr_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_table_of_opContext ¶
type Expr_table_of_opContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_table_of_opContext ¶
func NewEmptyExpr_table_of_opContext() *Expr_table_of_opContext
func NewExpr_table_of_opContext ¶
func NewExpr_table_of_opContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_table_of_opContext
func (*Expr_table_of_opContext) E_DOT ¶
func (s *Expr_table_of_opContext) E_DOT() antlr.TerminalNode
func (*Expr_table_of_opContext) E_NULLSAFE_DOT ¶
func (s *Expr_table_of_opContext) E_NULLSAFE_DOT() antlr.TerminalNode
func (*Expr_table_of_opContext) E_Name ¶
func (s *Expr_table_of_opContext) E_Name() antlr.TerminalNode
func (*Expr_table_of_opContext) E_TABLE_OF ¶
func (s *Expr_table_of_opContext) E_TABLE_OF() antlr.TerminalNode
func (*Expr_table_of_opContext) EnterRule ¶
func (s *Expr_table_of_opContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_table_of_opContext) ExitRule ¶
func (s *Expr_table_of_opContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_table_of_opContext) GetParser ¶
func (s *Expr_table_of_opContext) GetParser() antlr.Parser
func (*Expr_table_of_opContext) GetRuleContext ¶
func (s *Expr_table_of_opContext) GetRuleContext() antlr.RuleContext
func (*Expr_table_of_opContext) IsExpr_table_of_opContext ¶
func (*Expr_table_of_opContext) IsExpr_table_of_opContext()
func (*Expr_table_of_opContext) ToStringTree ¶
func (s *Expr_table_of_opContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Expr_table_of_statementContext ¶
type Expr_table_of_statementContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyExpr_table_of_statementContext ¶
func NewEmptyExpr_table_of_statementContext() *Expr_table_of_statementContext
func NewExpr_table_of_statementContext ¶
func NewExpr_table_of_statementContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Expr_table_of_statementContext
func (*Expr_table_of_statementContext) E_Name ¶
func (s *Expr_table_of_statementContext) E_Name() antlr.TerminalNode
func (*Expr_table_of_statementContext) E_TABLE_OF ¶
func (s *Expr_table_of_statementContext) E_TABLE_OF() antlr.TerminalNode
func (*Expr_table_of_statementContext) EnterRule ¶
func (s *Expr_table_of_statementContext) EnterRule(listener antlr.ParseTreeListener)
func (*Expr_table_of_statementContext) ExitRule ¶
func (s *Expr_table_of_statementContext) ExitRule(listener antlr.ParseTreeListener)
func (*Expr_table_of_statementContext) Expr_assign ¶
func (s *Expr_table_of_statementContext) Expr_assign() IExpr_assignContext
func (*Expr_table_of_statementContext) GetNested ¶
func (s *Expr_table_of_statementContext) GetNested() bool
func (*Expr_table_of_statementContext) GetParser ¶
func (s *Expr_table_of_statementContext) GetParser() antlr.Parser
func (*Expr_table_of_statementContext) GetRuleContext ¶
func (s *Expr_table_of_statementContext) GetRuleContext() antlr.RuleContext
func (*Expr_table_of_statementContext) Get_expr_assign ¶
func (s *Expr_table_of_statementContext) Get_expr_assign() IExpr_assignContext
func (*Expr_table_of_statementContext) IsExpr_table_of_statementContext ¶
func (*Expr_table_of_statementContext) IsExpr_table_of_statementContext()
func (*Expr_table_of_statementContext) SetNested ¶
func (s *Expr_table_of_statementContext) SetNested(v bool)
func (*Expr_table_of_statementContext) Set_expr_assign ¶
func (s *Expr_table_of_statementContext) Set_expr_assign(v IExpr_assignContext)
func (*Expr_table_of_statementContext) ToStringTree ¶
func (s *Expr_table_of_statementContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type FacadeContext ¶
type FacadeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFacadeContext ¶
func NewEmptyFacadeContext() *FacadeContext
func NewFacadeContext ¶
func NewFacadeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FacadeContext
func (*FacadeContext) AllSYSL_COMMENT ¶
func (s *FacadeContext) AllSYSL_COMMENT() []antlr.TerminalNode
func (*FacadeContext) AllTable_refs ¶
func (s *FacadeContext) AllTable_refs() []ITable_refsContext
func (*FacadeContext) DEDENT ¶
func (s *FacadeContext) DEDENT() antlr.TerminalNode
func (*FacadeContext) EnterRule ¶
func (s *FacadeContext) EnterRule(listener antlr.ParseTreeListener)
func (*FacadeContext) ExitRule ¶
func (s *FacadeContext) ExitRule(listener antlr.ParseTreeListener)
func (*FacadeContext) GetParser ¶
func (s *FacadeContext) GetParser() antlr.Parser
func (*FacadeContext) GetRuleContext ¶
func (s *FacadeContext) GetRuleContext() antlr.RuleContext
func (*FacadeContext) INDENT ¶
func (s *FacadeContext) INDENT() antlr.TerminalNode
func (*FacadeContext) IsFacadeContext ¶
func (*FacadeContext) IsFacadeContext()
func (*FacadeContext) Model_name ¶
func (s *FacadeContext) Model_name() IModel_nameContext
func (*FacadeContext) SYSL_COMMENT ¶
func (s *FacadeContext) SYSL_COMMENT(i int) antlr.TerminalNode
func (*FacadeContext) Table_refs ¶
func (s *FacadeContext) Table_refs(i int) ITable_refsContext
func (*FacadeContext) ToStringTree ¶
func (s *FacadeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*FacadeContext) WRAP ¶
func (s *FacadeContext) WRAP() antlr.TerminalNode
type FieldContext ¶
type FieldContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFieldContext ¶
func NewEmptyFieldContext() *FieldContext
func NewFieldContext ¶
func NewFieldContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *FieldContext
func (*FieldContext) Array_size ¶
func (s *FieldContext) Array_size() IArray_sizeContext
func (*FieldContext) EnterRule ¶
func (s *FieldContext) EnterRule(listener antlr.ParseTreeListener)
func (*FieldContext) ExitRule ¶
func (s *FieldContext) ExitRule(listener antlr.ParseTreeListener)
func (*FieldContext) Field_type ¶
func (s *FieldContext) Field_type() IField_typeContext
func (*FieldContext) GetParser ¶
func (s *FieldContext) GetParser() antlr.Parser
func (*FieldContext) GetRuleContext ¶
func (s *FieldContext) GetRuleContext() antlr.RuleContext
func (*FieldContext) Inplace_tuple ¶
func (s *FieldContext) Inplace_tuple() IInplace_tupleContext
func (*FieldContext) IsFieldContext ¶
func (*FieldContext) IsFieldContext()
func (*FieldContext) LESS_COLON ¶
func (s *FieldContext) LESS_COLON() antlr.TerminalNode
func (*FieldContext) Name_str ¶
func (s *FieldContext) Name_str() IName_strContext
func (*FieldContext) QSTRING ¶
func (s *FieldContext) QSTRING() antlr.TerminalNode
func (*FieldContext) ToStringTree ¶
func (s *FieldContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Field_typeContext ¶
type Field_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyField_typeContext ¶
func NewEmptyField_typeContext() *Field_typeContext
func NewField_typeContext ¶
func NewField_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Field_typeContext
func (*Field_typeContext) Annotations ¶
func (s *Field_typeContext) Annotations() IAnnotationsContext
func (*Field_typeContext) Array_size ¶
func (s *Field_typeContext) Array_size() IArray_sizeContext
func (*Field_typeContext) Attribs_or_modifiers ¶
func (s *Field_typeContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*Field_typeContext) COLON ¶
func (s *Field_typeContext) COLON() antlr.TerminalNode
func (*Field_typeContext) Collection_type ¶
func (s *Field_typeContext) Collection_type() ICollection_typeContext
func (*Field_typeContext) EnterRule ¶
func (s *Field_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Field_typeContext) ExitRule ¶
func (s *Field_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Field_typeContext) GetParser ¶
func (s *Field_typeContext) GetParser() antlr.Parser
func (*Field_typeContext) GetRuleContext ¶
func (s *Field_typeContext) GetRuleContext() antlr.RuleContext
func (*Field_typeContext) IsField_typeContext ¶
func (*Field_typeContext) IsField_typeContext()
func (*Field_typeContext) QN ¶
func (s *Field_typeContext) QN() antlr.TerminalNode
func (*Field_typeContext) Size_spec ¶
func (s *Field_typeContext) Size_spec() ISize_specContext
func (*Field_typeContext) ToStringTree ¶
func (s *Field_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Field_typeContext) Types ¶
func (s *Field_typeContext) Types() ITypesContext
type Final_elseContext ¶
type Final_elseContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFinal_elseContext ¶
func NewEmptyFinal_elseContext() *Final_elseContext
func NewFinal_elseContext ¶
func NewFinal_elseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Final_elseContext
func (*Final_elseContext) E_ELSE ¶
func (s *Final_elseContext) E_ELSE() antlr.TerminalNode
func (*Final_elseContext) E_NL ¶
func (s *Final_elseContext) E_NL() antlr.TerminalNode
func (*Final_elseContext) EnterRule ¶
func (s *Final_elseContext) EnterRule(listener antlr.ParseTreeListener)
func (*Final_elseContext) ExitRule ¶
func (s *Final_elseContext) ExitRule(listener antlr.ParseTreeListener)
func (*Final_elseContext) Expr ¶
func (s *Final_elseContext) Expr() IExprContext
func (*Final_elseContext) GetParser ¶
func (s *Final_elseContext) GetParser() antlr.Parser
func (*Final_elseContext) GetRuleContext ¶
func (s *Final_elseContext) GetRuleContext() antlr.RuleContext
func (*Final_elseContext) Get_expr ¶
func (s *Final_elseContext) Get_expr() IExprContext
func (*Final_elseContext) IsFinal_elseContext ¶
func (*Final_elseContext) IsFinal_elseContext()
func (*Final_elseContext) Set_expr ¶
func (s *Final_elseContext) Set_expr(v IExprContext)
func (*Final_elseContext) ToStringTree ¶
func (s *Final_elseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type First_func_targetContext ¶
type First_func_targetContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFirst_func_targetContext ¶
func NewEmptyFirst_func_targetContext() *First_func_targetContext
func NewFirst_func_targetContext ¶
func NewFirst_func_targetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *First_func_targetContext
func (*First_func_targetContext) E_NULL ¶
func (s *First_func_targetContext) E_NULL() antlr.TerminalNode
func (*First_func_targetContext) EnterRule ¶
func (s *First_func_targetContext) EnterRule(listener antlr.ParseTreeListener)
func (*First_func_targetContext) ExitRule ¶
func (s *First_func_targetContext) ExitRule(listener antlr.ParseTreeListener)
func (*First_func_targetContext) Expr ¶
func (s *First_func_targetContext) Expr() IExprContext
func (*First_func_targetContext) GetParser ¶
func (s *First_func_targetContext) GetParser() antlr.Parser
func (*First_func_targetContext) GetRuleContext ¶
func (s *First_func_targetContext) GetRuleContext() antlr.RuleContext
func (*First_func_targetContext) IsFirst_func_targetContext ¶
func (*First_func_targetContext) IsFirst_func_targetContext()
func (*First_func_targetContext) ToStringTree ¶
func (s *First_func_targetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type For_stmtContext ¶
type For_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFor_stmtContext ¶
func NewEmptyFor_stmtContext() *For_stmtContext
func NewFor_stmtContext ¶
func NewFor_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *For_stmtContext
func (*For_stmtContext) ALT ¶
func (s *For_stmtContext) ALT() antlr.TerminalNode
func (*For_stmtContext) AllStatements ¶
func (s *For_stmtContext) AllStatements() []IStatementsContext
func (*For_stmtContext) COLON ¶
func (s *For_stmtContext) COLON() antlr.TerminalNode
func (*For_stmtContext) DEDENT ¶
func (s *For_stmtContext) DEDENT() antlr.TerminalNode
func (*For_stmtContext) EnterRule ¶
func (s *For_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*For_stmtContext) ExitRule ¶
func (s *For_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*For_stmtContext) FOR ¶
func (s *For_stmtContext) FOR() antlr.TerminalNode
func (*For_stmtContext) FOR_EACH ¶
func (s *For_stmtContext) FOR_EACH() antlr.TerminalNode
func (*For_stmtContext) GetParser ¶
func (s *For_stmtContext) GetParser() antlr.Parser
func (*For_stmtContext) GetRuleContext ¶
func (s *For_stmtContext) GetRuleContext() antlr.RuleContext
func (*For_stmtContext) INDENT ¶
func (s *For_stmtContext) INDENT() antlr.TerminalNode
func (*For_stmtContext) IsFor_stmtContext ¶
func (*For_stmtContext) IsFor_stmtContext()
func (*For_stmtContext) LOOP ¶
func (s *For_stmtContext) LOOP() antlr.TerminalNode
func (*For_stmtContext) PREDICATE_VALUE ¶
func (s *For_stmtContext) PREDICATE_VALUE() antlr.TerminalNode
func (*For_stmtContext) Statements ¶
func (s *For_stmtContext) Statements(i int) IStatementsContext
func (*For_stmtContext) ToStringTree ¶
func (s *For_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*For_stmtContext) UNTIL ¶
func (s *For_stmtContext) UNTIL() antlr.TerminalNode
func (*For_stmtContext) WHILE ¶
func (s *For_stmtContext) WHILE() antlr.TerminalNode
type Func_argContext ¶
type Func_argContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFunc_argContext ¶
func NewEmptyFunc_argContext() *Func_argContext
func NewFunc_argContext ¶
func NewFunc_argContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Func_argContext
func (*Func_argContext) EnterRule ¶
func (s *Func_argContext) EnterRule(listener antlr.ParseTreeListener)
func (*Func_argContext) ExitRule ¶
func (s *Func_argContext) ExitRule(listener antlr.ParseTreeListener)
func (*Func_argContext) Expr ¶
func (s *Func_argContext) Expr() IExprContext
func (*Func_argContext) GetParser ¶
func (s *Func_argContext) GetParser() antlr.Parser
func (*Func_argContext) GetRuleContext ¶
func (s *Func_argContext) GetRuleContext() antlr.RuleContext
func (*Func_argContext) IsFunc_argContext ¶
func (*Func_argContext) IsFunc_argContext()
func (*Func_argContext) ToStringTree ¶
func (s *Func_argContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Func_argsContext ¶
type Func_argsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyFunc_argsContext ¶
func NewEmptyFunc_argsContext() *Func_argsContext
func NewFunc_argsContext ¶
func NewFunc_argsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Func_argsContext
func (*Func_argsContext) AllE_COMMA ¶
func (s *Func_argsContext) AllE_COMMA() []antlr.TerminalNode
func (*Func_argsContext) AllFunc_arg ¶
func (s *Func_argsContext) AllFunc_arg() []IFunc_argContext
func (*Func_argsContext) E_COMMA ¶
func (s *Func_argsContext) E_COMMA(i int) antlr.TerminalNode
func (*Func_argsContext) EnterRule ¶
func (s *Func_argsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Func_argsContext) ExitRule ¶
func (s *Func_argsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Func_argsContext) Func_arg ¶
func (s *Func_argsContext) Func_arg(i int) IFunc_argContext
func (*Func_argsContext) GetParser ¶
func (s *Func_argsContext) GetParser() antlr.Parser
func (*Func_argsContext) GetRuleContext ¶
func (s *Func_argsContext) GetRuleContext() antlr.RuleContext
func (*Func_argsContext) IsFunc_argsContext ¶
func (*Func_argsContext) IsFunc_argsContext()
func (*Func_argsContext) ToStringTree ¶
func (s *Func_argsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Group_stmtContext ¶
type Group_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyGroup_stmtContext ¶
func NewEmptyGroup_stmtContext() *Group_stmtContext
func NewGroup_stmtContext ¶
func NewGroup_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Group_stmtContext
func (*Group_stmtContext) AllStatements ¶
func (s *Group_stmtContext) AllStatements() []IStatementsContext
func (*Group_stmtContext) COLON ¶
func (s *Group_stmtContext) COLON() antlr.TerminalNode
func (*Group_stmtContext) DEDENT ¶
func (s *Group_stmtContext) DEDENT() antlr.TerminalNode
func (*Group_stmtContext) EnterRule ¶
func (s *Group_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Group_stmtContext) ExitRule ¶
func (s *Group_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Group_stmtContext) GetParser ¶
func (s *Group_stmtContext) GetParser() antlr.Parser
func (*Group_stmtContext) GetRuleContext ¶
func (s *Group_stmtContext) GetRuleContext() antlr.RuleContext
func (*Group_stmtContext) INDENT ¶
func (s *Group_stmtContext) INDENT() antlr.TerminalNode
func (*Group_stmtContext) IsGroup_stmtContext ¶
func (*Group_stmtContext) IsGroup_stmtContext()
func (*Group_stmtContext) Name_str ¶
func (s *Group_stmtContext) Name_str() IName_strContext
func (*Group_stmtContext) Statements ¶
func (s *Group_stmtContext) Statements(i int) IStatementsContext
func (*Group_stmtContext) ToStringTree ¶
func (s *Group_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Http_method_commentContext ¶
type Http_method_commentContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyHttp_method_commentContext ¶
func NewEmptyHttp_method_commentContext() *Http_method_commentContext
func NewHttp_method_commentContext ¶
func NewHttp_method_commentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Http_method_commentContext
func (*Http_method_commentContext) EnterRule ¶
func (s *Http_method_commentContext) EnterRule(listener antlr.ParseTreeListener)
func (*Http_method_commentContext) ExitRule ¶
func (s *Http_method_commentContext) ExitRule(listener antlr.ParseTreeListener)
func (*Http_method_commentContext) GetParser ¶
func (s *Http_method_commentContext) GetParser() antlr.Parser
func (*Http_method_commentContext) GetRuleContext ¶
func (s *Http_method_commentContext) GetRuleContext() antlr.RuleContext
func (*Http_method_commentContext) IsHttp_method_commentContext ¶
func (*Http_method_commentContext) IsHttp_method_commentContext()
func (*Http_method_commentContext) SYSL_COMMENT ¶
func (s *Http_method_commentContext) SYSL_COMMENT() antlr.TerminalNode
func (*Http_method_commentContext) ToStringTree ¶
func (s *Http_method_commentContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Http_pathContext ¶
type Http_pathContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyHttp_pathContext ¶
func NewEmptyHttp_pathContext() *Http_pathContext
func NewHttp_pathContext ¶
func NewHttp_pathContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Http_pathContext
func (*Http_pathContext) AllHttp_path_suffix ¶
func (s *Http_pathContext) AllHttp_path_suffix() []IHttp_path_suffixContext
func (*Http_pathContext) EnterRule ¶
func (s *Http_pathContext) EnterRule(listener antlr.ParseTreeListener)
func (*Http_pathContext) ExitRule ¶
func (s *Http_pathContext) ExitRule(listener antlr.ParseTreeListener)
func (*Http_pathContext) FORWARD_SLASH ¶
func (s *Http_pathContext) FORWARD_SLASH() antlr.TerminalNode
func (*Http_pathContext) GetParser ¶
func (s *Http_pathContext) GetParser() antlr.Parser
func (*Http_pathContext) GetRuleContext ¶
func (s *Http_pathContext) GetRuleContext() antlr.RuleContext
func (*Http_pathContext) Http_path_suffix ¶
func (s *Http_pathContext) Http_path_suffix(i int) IHttp_path_suffixContext
func (*Http_pathContext) IsHttp_pathContext ¶
func (*Http_pathContext) IsHttp_pathContext()
func (*Http_pathContext) ToStringTree ¶
func (s *Http_pathContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Http_path_partContext ¶
type Http_path_partContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyHttp_path_partContext ¶
func NewEmptyHttp_path_partContext() *Http_path_partContext
func NewHttp_path_partContext ¶
func NewHttp_path_partContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Http_path_partContext
func (*Http_path_partContext) DIGITS ¶
func (s *Http_path_partContext) DIGITS() antlr.TerminalNode
func (*Http_path_partContext) EnterRule ¶
func (s *Http_path_partContext) EnterRule(listener antlr.ParseTreeListener)
func (*Http_path_partContext) ExitRule ¶
func (s *Http_path_partContext) ExitRule(listener antlr.ParseTreeListener)
func (*Http_path_partContext) GetParser ¶
func (s *Http_path_partContext) GetParser() antlr.Parser
func (*Http_path_partContext) GetRuleContext ¶
func (s *Http_path_partContext) GetRuleContext() antlr.RuleContext
func (*Http_path_partContext) IsHttp_path_partContext ¶
func (*Http_path_partContext) IsHttp_path_partContext()
func (*Http_path_partContext) Name_str ¶
func (s *Http_path_partContext) Name_str() IName_strContext
func (*Http_path_partContext) ToStringTree ¶
func (s *Http_path_partContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Http_path_staticContext ¶
type Http_path_staticContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyHttp_path_staticContext ¶
func NewEmptyHttp_path_staticContext() *Http_path_staticContext
func NewHttp_path_staticContext ¶
func NewHttp_path_staticContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Http_path_staticContext
func (*Http_path_staticContext) EnterRule ¶
func (s *Http_path_staticContext) EnterRule(listener antlr.ParseTreeListener)
func (*Http_path_staticContext) ExitRule ¶
func (s *Http_path_staticContext) ExitRule(listener antlr.ParseTreeListener)
func (*Http_path_staticContext) GetParser ¶
func (s *Http_path_staticContext) GetParser() antlr.Parser
func (*Http_path_staticContext) GetRuleContext ¶
func (s *Http_path_staticContext) GetRuleContext() antlr.RuleContext
func (*Http_path_staticContext) Http_path_part ¶
func (s *Http_path_staticContext) Http_path_part() IHttp_path_partContext
func (*Http_path_staticContext) IsHttp_path_staticContext ¶
func (*Http_path_staticContext) IsHttp_path_staticContext()
func (*Http_path_staticContext) ToStringTree ¶
func (s *Http_path_staticContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Http_path_suffixContext ¶
type Http_path_suffixContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyHttp_path_suffixContext ¶
func NewEmptyHttp_path_suffixContext() *Http_path_suffixContext
func NewHttp_path_suffixContext ¶
func NewHttp_path_suffixContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Http_path_suffixContext
func (*Http_path_suffixContext) EnterRule ¶
func (s *Http_path_suffixContext) EnterRule(listener antlr.ParseTreeListener)
func (*Http_path_suffixContext) ExitRule ¶
func (s *Http_path_suffixContext) ExitRule(listener antlr.ParseTreeListener)
func (*Http_path_suffixContext) FORWARD_SLASH ¶
func (s *Http_path_suffixContext) FORWARD_SLASH() antlr.TerminalNode
func (*Http_path_suffixContext) GetParser ¶
func (s *Http_path_suffixContext) GetParser() antlr.Parser
func (*Http_path_suffixContext) GetRuleContext ¶
func (s *Http_path_suffixContext) GetRuleContext() antlr.RuleContext
func (*Http_path_suffixContext) Http_path_static ¶
func (s *Http_path_suffixContext) Http_path_static() IHttp_path_staticContext
func (*Http_path_suffixContext) Http_path_var_with_type ¶
func (s *Http_path_suffixContext) Http_path_var_with_type() IHttp_path_var_with_typeContext
func (*Http_path_suffixContext) IsHttp_path_suffixContext ¶
func (*Http_path_suffixContext) IsHttp_path_suffixContext()
func (*Http_path_suffixContext) ToStringTree ¶
func (s *Http_path_suffixContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Http_path_var_with_typeContext ¶
type Http_path_var_with_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyHttp_path_var_with_typeContext ¶
func NewEmptyHttp_path_var_with_typeContext() *Http_path_var_with_typeContext
func NewHttp_path_var_with_typeContext ¶
func NewHttp_path_var_with_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Http_path_var_with_typeContext
func (*Http_path_var_with_typeContext) CURLY_CLOSE ¶
func (s *Http_path_var_with_typeContext) CURLY_CLOSE() antlr.TerminalNode
func (*Http_path_var_with_typeContext) CURLY_OPEN ¶
func (s *Http_path_var_with_typeContext) CURLY_OPEN() antlr.TerminalNode
func (*Http_path_var_with_typeContext) EnterRule ¶
func (s *Http_path_var_with_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Http_path_var_with_typeContext) ExitRule ¶
func (s *Http_path_var_with_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Http_path_var_with_typeContext) GetParser ¶
func (s *Http_path_var_with_typeContext) GetParser() antlr.Parser
func (*Http_path_var_with_typeContext) GetRuleContext ¶
func (s *Http_path_var_with_typeContext) GetRuleContext() antlr.RuleContext
func (*Http_path_var_with_typeContext) Http_path_part ¶
func (s *Http_path_var_with_typeContext) Http_path_part() IHttp_path_partContext
func (*Http_path_var_with_typeContext) IsHttp_path_var_with_typeContext ¶
func (*Http_path_var_with_typeContext) IsHttp_path_var_with_typeContext()
func (*Http_path_var_with_typeContext) LESS_COLON ¶
func (s *Http_path_var_with_typeContext) LESS_COLON() antlr.TerminalNode
func (*Http_path_var_with_typeContext) Name_str ¶
func (s *Http_path_var_with_typeContext) Name_str() IName_strContext
func (*Http_path_var_with_typeContext) NativeDataTypes ¶
func (s *Http_path_var_with_typeContext) NativeDataTypes() antlr.TerminalNode
func (*Http_path_var_with_typeContext) Reference ¶
func (s *Http_path_var_with_typeContext) Reference() IReferenceContext
func (*Http_path_var_with_typeContext) ToStringTree ¶
func (s *Http_path_var_with_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IAbstract_viewContext ¶
type IAbstract_viewContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAbstract_viewContext differentiates from other interfaces.
IsAbstract_viewContext()
}
IAbstract_viewContext is an interface to support dynamic dispatch.
type IAliasContext ¶
type IAliasContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAliasContext differentiates from other interfaces.
IsAliasContext()
}
IAliasContext is an interface to support dynamic dispatch.
type IAnnotationContext ¶
type IAnnotationContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAnnotationContext differentiates from other interfaces.
IsAnnotationContext()
}
IAnnotationContext is an interface to support dynamic dispatch.
type IAnnotation_valueContext ¶
type IAnnotation_valueContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAnnotation_valueContext differentiates from other interfaces.
IsAnnotation_valueContext()
}
IAnnotation_valueContext is an interface to support dynamic dispatch.
type IAnnotationsContext ¶
type IAnnotationsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAnnotationsContext differentiates from other interfaces.
IsAnnotationsContext()
}
IAnnotationsContext is an interface to support dynamic dispatch.
type IApp_declContext ¶
type IApp_declContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_view returns the _view rule contexts.
Get_view() IViewContext
// Set_view sets the _view rule contexts.
Set_view(IViewContext)
// GetCheck returns the check attribute.
GetCheck() bool
// SetCheck sets the check attribute.
SetCheck(bool)
// IsApp_declContext differentiates from other interfaces.
IsApp_declContext()
}
IApp_declContext is an interface to support dynamic dispatch.
type IApp_nameContext ¶
type IApp_nameContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsApp_nameContext differentiates from other interfaces.
IsApp_nameContext()
}
IApp_nameContext is an interface to support dynamic dispatch.
type IApplicationContext ¶
type IApplicationContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsApplicationContext differentiates from other interfaces.
IsApplicationContext()
}
IApplicationContext is an interface to support dynamic dispatch.
type IArray_of_arraysContext ¶
type IArray_of_arraysContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsArray_of_arraysContext differentiates from other interfaces.
IsArray_of_arraysContext()
}
IArray_of_arraysContext is an interface to support dynamic dispatch.
type IArray_of_stringsContext ¶
type IArray_of_stringsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsArray_of_stringsContext differentiates from other interfaces.
IsArray_of_stringsContext()
}
IArray_of_stringsContext is an interface to support dynamic dispatch.
type IArray_sizeContext ¶
type IArray_sizeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsArray_sizeContext differentiates from other interfaces.
IsArray_sizeContext()
}
IArray_sizeContext is an interface to support dynamic dispatch.
type IAtomContext ¶
type IAtomContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAtomContext differentiates from other interfaces.
IsAtomContext()
}
IAtomContext is an interface to support dynamic dispatch.
type IAtomTContext ¶
type IAtomTContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAtomTContext differentiates from other interfaces.
IsAtomTContext()
}
IAtomTContext is an interface to support dynamic dispatch.
type IAtomT_implied_dotContext ¶
type IAtomT_implied_dotContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAtomT_implied_dotContext differentiates from other interfaces.
IsAtomT_implied_dotContext()
}
IAtomT_implied_dotContext is an interface to support dynamic dispatch.
type IAtomT_nameContext ¶
type IAtomT_nameContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAtomT_nameContext differentiates from other interfaces.
IsAtomT_nameContext()
}
IAtomT_nameContext is an interface to support dynamic dispatch.
type IAtomT_parenContext ¶
type IAtomT_parenContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAtomT_parenContext differentiates from other interfaces.
IsAtomT_parenContext()
}
IAtomT_parenContext is an interface to support dynamic dispatch.
type IAtom_dot_relopContext ¶
type IAtom_dot_relopContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAtom_dot_relopContext differentiates from other interfaces.
IsAtom_dot_relopContext()
}
IAtom_dot_relopContext is an interface to support dynamic dispatch.
type IAttribs_or_modifiersContext ¶
type IAttribs_or_modifiersContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsAttribs_or_modifiersContext differentiates from other interfaces.
IsAttribs_or_modifiersContext()
}
IAttribs_or_modifiersContext is an interface to support dynamic dispatch.
type IBinexprContext ¶
type IBinexprContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsBinexprContext differentiates from other interfaces.
IsBinexprContext()
}
IBinexprContext is an interface to support dynamic dispatch.
type IBinexprTContext ¶
type IBinexprTContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsBinexprTContext differentiates from other interfaces.
IsBinexprTContext()
}
IBinexprTContext is an interface to support dynamic dispatch.
type ICall_argContext ¶
type ICall_argContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCall_argContext differentiates from other interfaces.
IsCall_argContext()
}
ICall_argContext is an interface to support dynamic dispatch.
type ICall_argsContext ¶
type ICall_argsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCall_argsContext differentiates from other interfaces.
IsCall_argsContext()
}
ICall_argsContext is an interface to support dynamic dispatch.
type ICall_stmtContext ¶
type ICall_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCall_stmtContext differentiates from other interfaces.
IsCall_stmtContext()
}
ICall_stmtContext is an interface to support dynamic dispatch.
type ICollection_typeContext ¶
type ICollection_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollection_typeContext differentiates from other interfaces.
IsCollection_typeContext()
}
ICollection_typeContext is an interface to support dynamic dispatch.
type ICollectorContext ¶
type ICollectorContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollectorContext differentiates from other interfaces.
IsCollectorContext()
}
ICollectorContext is an interface to support dynamic dispatch.
type ICollector_action_stmtContext ¶
type ICollector_action_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_action_stmtContext differentiates from other interfaces.
IsCollector_action_stmtContext()
}
ICollector_action_stmtContext is an interface to support dynamic dispatch.
type ICollector_call_stmtContext ¶
type ICollector_call_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_call_stmtContext differentiates from other interfaces.
IsCollector_call_stmtContext()
}
ICollector_call_stmtContext is an interface to support dynamic dispatch.
type ICollector_http_stmtContext ¶
type ICollector_http_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_http_stmtContext differentiates from other interfaces.
IsCollector_http_stmtContext()
}
ICollector_http_stmtContext is an interface to support dynamic dispatch.
type ICollector_http_stmt_partContext ¶
type ICollector_http_stmt_partContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_http_stmt_partContext differentiates from other interfaces.
IsCollector_http_stmt_partContext()
}
ICollector_http_stmt_partContext is an interface to support dynamic dispatch.
type ICollector_http_stmt_suffixContext ¶
type ICollector_http_stmt_suffixContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_http_stmt_suffixContext differentiates from other interfaces.
IsCollector_http_stmt_suffixContext()
}
ICollector_http_stmt_suffixContext is an interface to support dynamic dispatch.
type ICollector_pubsub_callContext ¶
type ICollector_pubsub_callContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_pubsub_callContext differentiates from other interfaces.
IsCollector_pubsub_callContext()
}
ICollector_pubsub_callContext is an interface to support dynamic dispatch.
type ICollector_query_paramContext ¶
type ICollector_query_paramContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_query_paramContext differentiates from other interfaces.
IsCollector_query_paramContext()
}
ICollector_query_paramContext is an interface to support dynamic dispatch.
type ICollector_query_varContext ¶
type ICollector_query_varContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_query_varContext differentiates from other interfaces.
IsCollector_query_varContext()
}
ICollector_query_varContext is an interface to support dynamic dispatch.
type ICollector_stmtsContext ¶
type ICollector_stmtsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsCollector_stmtsContext differentiates from other interfaces.
IsCollector_stmtsContext()
}
ICollector_stmtsContext is an interface to support dynamic dispatch.
type ICond_blockContext ¶
type ICond_blockContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_else_block_stmt returns the _else_block_stmt rule contexts.
Get_else_block_stmt() IElse_block_stmtContext
// Set_else_block_stmt sets the _else_block_stmt rule contexts.
Set_else_block_stmt(IElse_block_stmtContext)
// IsCond_blockContext differentiates from other interfaces.
IsCond_blockContext()
}
ICond_blockContext is an interface to support dynamic dispatch.
type IControl_itemContext ¶
type IControl_itemContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsControl_itemContext differentiates from other interfaces.
IsControl_itemContext()
}
IControl_itemContext is an interface to support dynamic dispatch.
type IDoc_stringContext ¶
type IDoc_stringContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsDoc_stringContext differentiates from other interfaces.
IsDoc_stringContext()
}
IDoc_stringContext is an interface to support dynamic dispatch.
type IE_compare_opsContext ¶
type IE_compare_opsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsE_compare_opsContext differentiates from other interfaces.
IsE_compare_opsContext()
}
IE_compare_opsContext is an interface to support dynamic dispatch.
type IE_scope_varContext ¶
type IE_scope_varContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsE_scope_varContext differentiates from other interfaces.
IsE_scope_varContext()
}
IE_scope_varContext is an interface to support dynamic dispatch.
type IE_single_arg_funcContext ¶
type IE_single_arg_funcContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsE_single_arg_funcContext differentiates from other interfaces.
IsE_single_arg_funcContext()
}
IE_single_arg_funcContext is an interface to support dynamic dispatch.
type IElse_block_stmtContext ¶
type IElse_block_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr returns the _expr rule contexts.
Get_expr() IExprContext
// Set_expr sets the _expr rule contexts.
Set_expr(IExprContext)
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsElse_block_stmtContext differentiates from other interfaces.
IsElse_block_stmtContext()
}
IElse_block_stmtContext is an interface to support dynamic dispatch.
type IElse_stmtContext ¶
type IElse_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsElse_stmtContext differentiates from other interfaces.
IsElse_stmtContext()
}
IElse_stmtContext is an interface to support dynamic dispatch.
type IEmpty_tupleContext ¶
type IEmpty_tupleContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsEmpty_tupleContext differentiates from other interfaces.
IsEmpty_tupleContext()
}
IEmpty_tupleContext is an interface to support dynamic dispatch.
type IEndpoint_nameContext ¶
type IEndpoint_nameContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsEndpoint_nameContext differentiates from other interfaces.
IsEndpoint_nameContext()
}
IEndpoint_nameContext is an interface to support dynamic dispatch.
type IEntryContext ¶
type IEntryContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsEntryContext differentiates from other interfaces.
IsEntryContext()
}
IEntryContext is an interface to support dynamic dispatch.
type IEventContext ¶
type IEventContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsEventContext differentiates from other interfaces.
IsEventContext()
}
IEventContext is an interface to support dynamic dispatch.
type IExprContext ¶
type IExprContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr_if_else returns the _expr_if_else rule contexts.
Get_expr_if_else() IExpr_if_elseContext
// Set_expr_if_else sets the _expr_if_else rule contexts.
Set_expr_if_else(IExpr_if_elseContext)
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsExprContext differentiates from other interfaces.
IsExprContext()
}
IExprContext is an interface to support dynamic dispatch.
type IExpr_agg_funcContext ¶
type IExpr_agg_funcContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_agg_funcContext differentiates from other interfaces.
IsExpr_agg_funcContext()
}
IExpr_agg_funcContext is an interface to support dynamic dispatch.
type IExpr_andContext ¶
type IExpr_andContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_andContext differentiates from other interfaces.
IsExpr_andContext()
}
IExpr_andContext is an interface to support dynamic dispatch.
type IExpr_any_funcContext ¶
type IExpr_any_funcContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_any_funcContext differentiates from other interfaces.
IsExpr_any_funcContext()
}
IExpr_any_funcContext is an interface to support dynamic dispatch.
type IExpr_assignContext ¶
type IExpr_assignContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr returns the _expr rule contexts.
Get_expr() IExprContext
// Set_expr sets the _expr rule contexts.
Set_expr(IExprContext)
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsExpr_assignContext differentiates from other interfaces.
IsExpr_assignContext()
}
IExpr_assignContext is an interface to support dynamic dispatch.
type IExpr_atom_listContext ¶
type IExpr_atom_listContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_atom_listContext differentiates from other interfaces.
IsExpr_atom_listContext()
}
IExpr_atom_listContext is an interface to support dynamic dispatch.
type IExpr_bitandContext ¶
type IExpr_bitandContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_bitandContext differentiates from other interfaces.
IsExpr_bitandContext()
}
IExpr_bitandContext is an interface to support dynamic dispatch.
type IExpr_bitorContext ¶
type IExpr_bitorContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_bitorContext differentiates from other interfaces.
IsExpr_bitorContext()
}
IExpr_bitorContext is an interface to support dynamic dispatch.
type IExpr_bitxorContext ¶
type IExpr_bitxorContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_bitxorContext differentiates from other interfaces.
IsExpr_bitxorContext()
}
IExpr_bitxorContext is an interface to support dynamic dispatch.
type IExpr_blockContext ¶
type IExpr_blockContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_blockContext differentiates from other interfaces.
IsExpr_blockContext()
}
IExpr_blockContext is an interface to support dynamic dispatch.
type IExpr_but_notContext ¶
type IExpr_but_notContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_but_notContext differentiates from other interfaces.
IsExpr_but_notContext()
}
IExpr_but_notContext is an interface to support dynamic dispatch.
type IExpr_coalesceContext ¶
type IExpr_coalesceContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_coalesceContext differentiates from other interfaces.
IsExpr_coalesceContext()
}
IExpr_coalesceContext is an interface to support dynamic dispatch.
type IExpr_countContext ¶
type IExpr_countContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_countContext differentiates from other interfaces.
IsExpr_countContext()
}
IExpr_countContext is an interface to support dynamic dispatch.
type IExpr_dot_assignContext ¶
type IExpr_dot_assignContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_dot_assignContext differentiates from other interfaces.
IsExpr_dot_assignContext()
}
IExpr_dot_assignContext is an interface to support dynamic dispatch.
type IExpr_first_funcContext ¶
type IExpr_first_funcContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_first_funcContext differentiates from other interfaces.
IsExpr_first_funcContext()
}
IExpr_first_funcContext is an interface to support dynamic dispatch.
type IExpr_funcContext ¶
type IExpr_funcContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_funcContext differentiates from other interfaces.
IsExpr_funcContext()
}
IExpr_funcContext is an interface to support dynamic dispatch.
type IExpr_if_elseContext ¶
type IExpr_if_elseContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsExpr_if_elseContext differentiates from other interfaces.
IsExpr_if_elseContext()
}
IExpr_if_elseContext is an interface to support dynamic dispatch.
type IExpr_inject_stmtContext ¶
type IExpr_inject_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_inject_stmtContext differentiates from other interfaces.
IsExpr_inject_stmtContext()
}
IExpr_inject_stmtContext is an interface to support dynamic dispatch.
type IExpr_let_statementContext ¶
type IExpr_let_statementContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr_assign returns the _expr_assign rule contexts.
Get_expr_assign() IExpr_assignContext
// Set_expr_assign sets the _expr_assign rule contexts.
Set_expr_assign(IExpr_assignContext)
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsExpr_let_statementContext differentiates from other interfaces.
IsExpr_let_statementContext()
}
IExpr_let_statementContext is an interface to support dynamic dispatch.
type IExpr_listContext ¶
type IExpr_listContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_listContext differentiates from other interfaces.
IsExpr_listContext()
}
IExpr_listContext is an interface to support dynamic dispatch.
type IExpr_matchingContext ¶
type IExpr_matchingContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_matchingContext differentiates from other interfaces.
IsExpr_matchingContext()
}
IExpr_matchingContext is an interface to support dynamic dispatch.
type IExpr_navigateContext ¶
type IExpr_navigateContext interface {
antlr.ParserRuleContext
GetParser() antlr.Parser
IsExpr_navigateContext()
}
IExpr_navigateContext is an interface to support dynamic dispatch.
type IExpr_navigate_attrContext ¶
type IExpr_navigate_attrContext interface {
antlr.ParserRuleContext
GetParser() antlr.Parser
IsExpr_navigate_attrContext()
}
IExpr_navigate_attrContext is an interface to support dynamic dispatch.
type IExpr_orContext ¶
type IExpr_orContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_orContext differentiates from other interfaces.
IsExpr_orContext()
}
IExpr_orContext is an interface to support dynamic dispatch.
type IExpr_rank_funcContext ¶
type IExpr_rank_funcContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_rank_funcContext differentiates from other interfaces.
IsExpr_rank_funcContext()
}
IExpr_rank_funcContext is an interface to support dynamic dispatch.
type IExpr_relContext ¶
type IExpr_relContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_relContext differentiates from other interfaces.
IsExpr_relContext()
}
IExpr_relContext is an interface to support dynamic dispatch.
type IExpr_setContext ¶
type IExpr_setContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_setContext differentiates from other interfaces.
IsExpr_setContext()
}
IExpr_setContext is an interface to support dynamic dispatch.
type IExpr_simple_assignContext ¶
type IExpr_simple_assignContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr_assign returns the _expr_assign rule contexts.
Get_expr_assign() IExpr_assignContext
// Set_expr_assign sets the _expr_assign rule contexts.
Set_expr_assign(IExpr_assignContext)
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsExpr_simple_assignContext differentiates from other interfaces.
IsExpr_simple_assignContext()
}
IExpr_simple_assignContext is an interface to support dynamic dispatch.
type IExpr_single_arg_funcContext ¶
type IExpr_single_arg_funcContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_single_arg_funcContext differentiates from other interfaces.
IsExpr_single_arg_funcContext()
}
IExpr_single_arg_funcContext is an interface to support dynamic dispatch.
type IExpr_single_or_nullContext ¶
type IExpr_single_or_nullContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_single_or_nullContext differentiates from other interfaces.
IsExpr_single_or_nullContext()
}
IExpr_single_or_nullContext is an interface to support dynamic dispatch.
type IExpr_snapshotContext ¶
type IExpr_snapshotContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_snapshotContext differentiates from other interfaces.
IsExpr_snapshotContext()
}
IExpr_snapshotContext is an interface to support dynamic dispatch.
type IExpr_statementContext ¶
type IExpr_statementContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr_let_statement returns the _expr_let_statement rule contexts.
Get_expr_let_statement() IExpr_let_statementContext
// Get_expr_table_of_statement returns the _expr_table_of_statement rule contexts.
Get_expr_table_of_statement() IExpr_table_of_statementContext
// Get_expr_simple_assign returns the _expr_simple_assign rule contexts.
Get_expr_simple_assign() IExpr_simple_assignContext
// Set_expr_let_statement sets the _expr_let_statement rule contexts.
Set_expr_let_statement(IExpr_let_statementContext)
// Set_expr_table_of_statement sets the _expr_table_of_statement rule contexts.
Set_expr_table_of_statement(IExpr_table_of_statementContext)
// Set_expr_simple_assign sets the _expr_simple_assign rule contexts.
Set_expr_simple_assign(IExpr_simple_assignContext)
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsExpr_statementContext differentiates from other interfaces.
IsExpr_statementContext()
}
IExpr_statementContext is an interface to support dynamic dispatch.
type IExpr_statement_no_nlContext ¶
type IExpr_statement_no_nlContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_statement_no_nlContext differentiates from other interfaces.
IsExpr_statement_no_nlContext()
}
IExpr_statement_no_nlContext is an interface to support dynamic dispatch.
type IExpr_stmtContext ¶
type IExpr_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_stmtContext differentiates from other interfaces.
IsExpr_stmtContext()
}
IExpr_stmtContext is an interface to support dynamic dispatch.
type IExpr_table_of_opContext ¶
type IExpr_table_of_opContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsExpr_table_of_opContext differentiates from other interfaces.
IsExpr_table_of_opContext()
}
IExpr_table_of_opContext is an interface to support dynamic dispatch.
type IExpr_table_of_statementContext ¶
type IExpr_table_of_statementContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr_assign returns the _expr_assign rule contexts.
Get_expr_assign() IExpr_assignContext
// Set_expr_assign sets the _expr_assign rule contexts.
Set_expr_assign(IExpr_assignContext)
// GetNested returns the nested attribute.
GetNested() bool
// SetNested sets the nested attribute.
SetNested(bool)
// IsExpr_table_of_statementContext differentiates from other interfaces.
IsExpr_table_of_statementContext()
}
IExpr_table_of_statementContext is an interface to support dynamic dispatch.
type IFacadeContext ¶
type IFacadeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsFacadeContext differentiates from other interfaces.
IsFacadeContext()
}
IFacadeContext is an interface to support dynamic dispatch.
type IFieldContext ¶
type IFieldContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsFieldContext differentiates from other interfaces.
IsFieldContext()
}
IFieldContext is an interface to support dynamic dispatch.
type IField_typeContext ¶
type IField_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsField_typeContext differentiates from other interfaces.
IsField_typeContext()
}
IField_typeContext is an interface to support dynamic dispatch.
type IFinal_elseContext ¶
type IFinal_elseContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// Get_expr returns the _expr rule contexts.
Get_expr() IExprContext
// Set_expr sets the _expr rule contexts.
Set_expr(IExprContext)
// IsFinal_elseContext differentiates from other interfaces.
IsFinal_elseContext()
}
IFinal_elseContext is an interface to support dynamic dispatch.
type IFirst_func_targetContext ¶
type IFirst_func_targetContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsFirst_func_targetContext differentiates from other interfaces.
IsFirst_func_targetContext()
}
IFirst_func_targetContext is an interface to support dynamic dispatch.
type IFor_stmtContext ¶
type IFor_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsFor_stmtContext differentiates from other interfaces.
IsFor_stmtContext()
}
IFor_stmtContext is an interface to support dynamic dispatch.
type IFunc_argContext ¶
type IFunc_argContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsFunc_argContext differentiates from other interfaces.
IsFunc_argContext()
}
IFunc_argContext is an interface to support dynamic dispatch.
type IFunc_argsContext ¶
type IFunc_argsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsFunc_argsContext differentiates from other interfaces.
IsFunc_argsContext()
}
IFunc_argsContext is an interface to support dynamic dispatch.
type IGroup_stmtContext ¶
type IGroup_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsGroup_stmtContext differentiates from other interfaces.
IsGroup_stmtContext()
}
IGroup_stmtContext is an interface to support dynamic dispatch.
type IHttp_method_commentContext ¶
type IHttp_method_commentContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsHttp_method_commentContext differentiates from other interfaces.
IsHttp_method_commentContext()
}
IHttp_method_commentContext is an interface to support dynamic dispatch.
type IHttp_pathContext ¶
type IHttp_pathContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsHttp_pathContext differentiates from other interfaces.
IsHttp_pathContext()
}
IHttp_pathContext is an interface to support dynamic dispatch.
type IHttp_path_partContext ¶
type IHttp_path_partContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsHttp_path_partContext differentiates from other interfaces.
IsHttp_path_partContext()
}
IHttp_path_partContext is an interface to support dynamic dispatch.
type IHttp_path_staticContext ¶
type IHttp_path_staticContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsHttp_path_staticContext differentiates from other interfaces.
IsHttp_path_staticContext()
}
IHttp_path_staticContext is an interface to support dynamic dispatch.
type IHttp_path_suffixContext ¶
type IHttp_path_suffixContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsHttp_path_suffixContext differentiates from other interfaces.
IsHttp_path_suffixContext()
}
IHttp_path_suffixContext is an interface to support dynamic dispatch.
type IHttp_path_var_with_typeContext ¶
type IHttp_path_var_with_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsHttp_path_var_with_typeContext differentiates from other interfaces.
IsHttp_path_var_with_typeContext()
}
IHttp_path_var_with_typeContext is an interface to support dynamic dispatch.
type IIf_controlsContext ¶
type IIf_controlsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsIf_controlsContext differentiates from other interfaces.
IsIf_controlsContext()
}
IIf_controlsContext is an interface to support dynamic dispatch.
type IIf_elseContext ¶
type IIf_elseContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsIf_elseContext differentiates from other interfaces.
IsIf_elseContext()
}
IIf_elseContext is an interface to support dynamic dispatch.
type IIf_multiple_linesContext ¶
type IIf_multiple_linesContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsIf_multiple_linesContext differentiates from other interfaces.
IsIf_multiple_linesContext()
}
IIf_multiple_linesContext is an interface to support dynamic dispatch.
type IIf_one_linerContext ¶
type IIf_one_linerContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsIf_one_linerContext differentiates from other interfaces.
IsIf_one_linerContext()
}
IIf_one_linerContext is an interface to support dynamic dispatch.
type IIf_stmtContext ¶
type IIf_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsIf_stmtContext differentiates from other interfaces.
IsIf_stmtContext()
}
IIf_stmtContext is an interface to support dynamic dispatch.
type IIfvarContext ¶
type IIfvarContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsIfvarContext differentiates from other interfaces.
IsIfvarContext()
}
IIfvarContext is an interface to support dynamic dispatch.
type IImport_modeContext ¶
type IImport_modeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsImport_modeContext differentiates from other interfaces.
IsImport_modeContext()
}
IImport_modeContext is an interface to support dynamic dispatch.
type IImport_stmtContext ¶
type IImport_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsImport_stmtContext differentiates from other interfaces.
IsImport_stmtContext()
}
IImport_stmtContext is an interface to support dynamic dispatch.
type IImports_declContext ¶
type IImports_declContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsImports_declContext differentiates from other interfaces.
IsImports_declContext()
}
IImports_declContext is an interface to support dynamic dispatch.
type IInplace_tableContext ¶
type IInplace_tableContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsInplace_tableContext differentiates from other interfaces.
IsInplace_tableContext()
}
IInplace_tableContext is an interface to support dynamic dispatch.
type IInplace_table_defContext ¶
type IInplace_table_defContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsInplace_table_defContext differentiates from other interfaces.
IsInplace_table_defContext()
}
IInplace_table_defContext is an interface to support dynamic dispatch.
type IInplace_tupleContext ¶
type IInplace_tupleContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsInplace_tupleContext differentiates from other interfaces.
IsInplace_tupleContext()
}
IInplace_tupleContext is an interface to support dynamic dispatch.
type IList_itemContext ¶
type IList_itemContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsList_itemContext differentiates from other interfaces.
IsList_itemContext()
}
IList_itemContext is an interface to support dynamic dispatch.
type ILiteralContext ¶
type ILiteralContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsLiteralContext differentiates from other interfaces.
IsLiteralContext()
}
ILiteralContext is an interface to support dynamic dispatch.
type IMatching_rhsContext ¶
type IMatching_rhsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsMatching_rhsContext differentiates from other interfaces.
IsMatching_rhsContext()
}
IMatching_rhsContext is an interface to support dynamic dispatch.
type IMethod_defContext ¶
type IMethod_defContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsMethod_defContext differentiates from other interfaces.
IsMethod_defContext()
}
IMethod_defContext is an interface to support dynamic dispatch.
type IMixinContext ¶
type IMixinContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsMixinContext differentiates from other interfaces.
IsMixinContext()
}
IMixinContext is an interface to support dynamic dispatch.
type IModel_nameContext ¶
type IModel_nameContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsModel_nameContext differentiates from other interfaces.
IsModel_nameContext()
}
IModel_nameContext is an interface to support dynamic dispatch.
type IModifierContext ¶
type IModifierContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsModifierContext differentiates from other interfaces.
IsModifierContext()
}
IModifierContext is an interface to support dynamic dispatch.
type IMulti_line_docstringContext ¶
type IMulti_line_docstringContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsMulti_line_docstringContext differentiates from other interfaces.
IsMulti_line_docstringContext()
}
IMulti_line_docstringContext is an interface to support dynamic dispatch.
type IName_strContext ¶
type IName_strContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsName_strContext differentiates from other interfaces.
IsName_strContext()
}
IName_strContext is an interface to support dynamic dispatch.
type IName_with_attribsContext ¶
type IName_with_attribsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsName_with_attribsContext differentiates from other interfaces.
IsName_with_attribsContext()
}
IName_with_attribsContext is an interface to support dynamic dispatch.
type INvpContext ¶
type INvpContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsNvpContext differentiates from other interfaces.
IsNvpContext()
}
INvpContext is an interface to support dynamic dispatch.
type IOne_of_case_labelContext ¶
type IOne_of_case_labelContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsOne_of_case_labelContext differentiates from other interfaces.
IsOne_of_case_labelContext()
}
IOne_of_case_labelContext is an interface to support dynamic dispatch.
type IOne_of_casesContext ¶
type IOne_of_casesContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsOne_of_casesContext differentiates from other interfaces.
IsOne_of_casesContext()
}
IOne_of_casesContext is an interface to support dynamic dispatch.
type IOne_of_stmtContext ¶
type IOne_of_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsOne_of_stmtContext differentiates from other interfaces.
IsOne_of_stmtContext()
}
IOne_of_stmtContext is an interface to support dynamic dispatch.
type IPackage_nameContext ¶
type IPackage_nameContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsPackage_nameContext differentiates from other interfaces.
IsPackage_nameContext()
}
IPackage_nameContext is an interface to support dynamic dispatch.
type IParamContext ¶
type IParamContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsParamContext differentiates from other interfaces.
IsParamContext()
}
IParamContext is an interface to support dynamic dispatch.
type IParam_listContext ¶
type IParam_listContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsParam_listContext differentiates from other interfaces.
IsParam_listContext()
}
IParam_listContext is an interface to support dynamic dispatch.
type IParamsContext ¶
type IParamsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsParamsContext differentiates from other interfaces.
IsParamsContext()
}
IParamsContext is an interface to support dynamic dispatch.
type IPowerContext ¶
type IPowerContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsPowerContext differentiates from other interfaces.
IsPowerContext()
}
IPowerContext is an interface to support dynamic dispatch.
type IPowerTContext ¶
type IPowerTContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsPowerTContext differentiates from other interfaces.
IsPowerTContext()
}
IPowerTContext is an interface to support dynamic dispatch.
type IPublisherContext ¶
type IPublisherContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsPublisherContext differentiates from other interfaces.
IsPublisherContext()
}
IPublisherContext is an interface to support dynamic dispatch.
type IQuery_paramContext ¶
type IQuery_paramContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsQuery_paramContext differentiates from other interfaces.
IsQuery_paramContext()
}
IQuery_paramContext is an interface to support dynamic dispatch.
type IQuery_varContext ¶
type IQuery_varContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsQuery_varContext differentiates from other interfaces.
IsQuery_varContext()
}
IQuery_varContext is an interface to support dynamic dispatch.
type IQuoted_stringContext ¶
type IQuoted_stringContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsQuoted_stringContext differentiates from other interfaces.
IsQuoted_stringContext()
}
IQuoted_stringContext is an interface to support dynamic dispatch.
type IRank_exprContext ¶
type IRank_exprContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsRank_exprContext differentiates from other interfaces.
IsRank_exprContext()
}
IRank_exprContext is an interface to support dynamic dispatch.
type IRank_expr_listContext ¶
type IRank_expr_listContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsRank_expr_listContext differentiates from other interfaces.
IsRank_expr_listContext()
}
IRank_expr_listContext is an interface to support dynamic dispatch.
type IReferenceContext ¶
type IReferenceContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsReferenceContext differentiates from other interfaces.
IsReferenceContext()
}
IReferenceContext is an interface to support dynamic dispatch.
type IRelopContext ¶
type IRelopContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsRelopContext differentiates from other interfaces.
IsRelopContext()
}
IRelopContext is an interface to support dynamic dispatch.
type IRest_endpointContext ¶
type IRest_endpointContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsRest_endpointContext differentiates from other interfaces.
IsRest_endpointContext()
}
IRest_endpointContext is an interface to support dynamic dispatch.
type IRet_stmtContext ¶
type IRet_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsRet_stmtContext differentiates from other interfaces.
IsRet_stmtContext()
}
IRet_stmtContext is an interface to support dynamic dispatch.
type ISequence_ofContext ¶
type ISequence_ofContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSequence_ofContext differentiates from other interfaces.
IsSequence_ofContext()
}
ISequence_ofContext is an interface to support dynamic dispatch.
type ISequence_typeContext ¶
type ISequence_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSequence_typeContext differentiates from other interfaces.
IsSequence_typeContext()
}
ISequence_typeContext is an interface to support dynamic dispatch.
type ISet_ofContext ¶
type ISet_ofContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSet_ofContext differentiates from other interfaces.
IsSet_ofContext()
}
ISet_ofContext is an interface to support dynamic dispatch.
type ISet_typeContext ¶
type ISet_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSet_typeContext differentiates from other interfaces.
IsSet_typeContext()
}
ISet_typeContext is an interface to support dynamic dispatch.
type IShortcutContext ¶
type IShortcutContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsShortcutContext differentiates from other interfaces.
IsShortcutContext()
}
IShortcutContext is an interface to support dynamic dispatch.
type ISimple_endpointContext ¶
type ISimple_endpointContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSimple_endpointContext differentiates from other interfaces.
IsSimple_endpointContext()
}
ISimple_endpointContext is an interface to support dynamic dispatch.
type ISize_specContext ¶
type ISize_specContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSize_specContext differentiates from other interfaces.
IsSize_specContext()
}
ISize_specContext is an interface to support dynamic dispatch.
type ISquiggly_argsContext ¶
type ISquiggly_argsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSquiggly_argsContext differentiates from other interfaces.
IsSquiggly_argsContext()
}
ISquiggly_argsContext is an interface to support dynamic dispatch.
type IStatementsContext ¶
type IStatementsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsStatementsContext differentiates from other interfaces.
IsStatementsContext()
}
IStatementsContext is an interface to support dynamic dispatch.
type ISub_packageContext ¶
type ISub_packageContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSub_packageContext differentiates from other interfaces.
IsSub_packageContext()
}
ISub_packageContext is an interface to support dynamic dispatch.
type ISubscribeContext ¶
type ISubscribeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSubscribeContext differentiates from other interfaces.
IsSubscribeContext()
}
ISubscribeContext is an interface to support dynamic dispatch.
type ISubscriberContext ¶
type ISubscriberContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSubscriberContext differentiates from other interfaces.
IsSubscriberContext()
}
ISubscriberContext is an interface to support dynamic dispatch.
type ISysl_fileContext ¶
type ISysl_fileContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsSysl_fileContext differentiates from other interfaces.
IsSysl_fileContext()
}
ISysl_fileContext is an interface to support dynamic dispatch.
type ITableContext ¶
type ITableContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTableContext differentiates from other interfaces.
IsTableContext()
}
ITableContext is an interface to support dynamic dispatch.
type ITable_defContext ¶
type ITable_defContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTable_defContext differentiates from other interfaces.
IsTable_defContext()
}
ITable_defContext is an interface to support dynamic dispatch.
type ITable_refsContext ¶
type ITable_refsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTable_refsContext differentiates from other interfaces.
IsTable_refsContext()
}
ITable_refsContext is an interface to support dynamic dispatch.
type ITable_stmtsContext ¶
type ITable_stmtsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTable_stmtsContext differentiates from other interfaces.
IsTable_stmtsContext()
}
ITable_stmtsContext is an interface to support dynamic dispatch.
type ITargetContext ¶
type ITargetContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTargetContext differentiates from other interfaces.
IsTargetContext()
}
ITargetContext is an interface to support dynamic dispatch.
type ITarget_endpointContext ¶
type ITarget_endpointContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTarget_endpointContext differentiates from other interfaces.
IsTarget_endpointContext()
}
ITarget_endpointContext is an interface to support dynamic dispatch.
type ITermContext ¶
type ITermContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTermContext differentiates from other interfaces.
IsTermContext()
}
ITermContext is an interface to support dynamic dispatch.
type ITermTContext ¶
type ITermTContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTermTContext differentiates from other interfaces.
IsTermTContext()
}
ITermTContext is an interface to support dynamic dispatch.
type IText_stmtContext ¶
type IText_stmtContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsText_stmtContext differentiates from other interfaces.
IsText_stmtContext()
}
IText_stmtContext is an interface to support dynamic dispatch.
type ITransformContext ¶
type ITransformContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTransformContext differentiates from other interfaces.
IsTransformContext()
}
ITransformContext is an interface to support dynamic dispatch.
type ITransform_argContext ¶
type ITransform_argContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTransform_argContext differentiates from other interfaces.
IsTransform_argContext()
}
ITransform_argContext is an interface to support dynamic dispatch.
type ITransform_return_typeContext ¶
type ITransform_return_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTransform_return_typeContext differentiates from other interfaces.
IsTransform_return_typeContext()
}
ITransform_return_typeContext is an interface to support dynamic dispatch.
type ITransform_scope_varContext ¶
type ITransform_scope_varContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTransform_scope_varContext differentiates from other interfaces.
IsTransform_scope_varContext()
}
ITransform_scope_varContext is an interface to support dynamic dispatch.
type ITypesContext ¶
type ITypesContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsTypesContext differentiates from other interfaces.
IsTypesContext()
}
ITypesContext is an interface to support dynamic dispatch.
type IUnaryTermContext ¶
type IUnaryTermContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsUnaryTermContext differentiates from other interfaces.
IsUnaryTermContext()
}
IUnaryTermContext is an interface to support dynamic dispatch.
type IUnionContext ¶
type IUnionContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsUnionContext differentiates from other interfaces.
IsUnionContext()
}
IUnionContext is an interface to support dynamic dispatch.
type IUser_defined_typeContext ¶
type IUser_defined_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsUser_defined_typeContext differentiates from other interfaces.
IsUser_defined_typeContext()
}
IUser_defined_typeContext is an interface to support dynamic dispatch.
type IVar_in_curlyContext ¶
type IVar_in_curlyContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsVar_in_curlyContext differentiates from other interfaces.
IsVar_in_curlyContext()
}
IVar_in_curlyContext is an interface to support dynamic dispatch.
type IViewContext ¶
type IViewContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// GetAbstractView returns the abstractView attribute.
GetAbstractView() bool
// SetAbstractView sets the abstractView attribute.
SetAbstractView(bool)
// IsViewContext differentiates from other interfaces.
IsViewContext()
}
IViewContext is an interface to support dynamic dispatch.
type IView_paramContext ¶
type IView_paramContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsView_paramContext differentiates from other interfaces.
IsView_paramContext()
}
IView_paramContext is an interface to support dynamic dispatch.
type IView_paramsContext ¶
type IView_paramsContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsView_paramsContext differentiates from other interfaces.
IsView_paramsContext()
}
IView_paramsContext is an interface to support dynamic dispatch.
type IView_return_typeContext ¶
type IView_return_typeContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsView_return_typeContext differentiates from other interfaces.
IsView_return_typeContext()
}
IView_return_typeContext is an interface to support dynamic dispatch.
type IView_type_specContext ¶
type IView_type_specContext interface {
antlr.ParserRuleContext
// GetParser returns the parser.
GetParser() antlr.Parser
// IsView_type_specContext differentiates from other interfaces.
IsView_type_specContext()
}
IView_type_specContext is an interface to support dynamic dispatch.
type If_controlsContext ¶
type If_controlsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIf_controlsContext ¶
func NewEmptyIf_controlsContext() *If_controlsContext
func NewIf_controlsContext ¶
func NewIf_controlsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *If_controlsContext
func (*If_controlsContext) AllControl_item ¶
func (s *If_controlsContext) AllControl_item() []IControl_itemContext
func (*If_controlsContext) AllE_COMMA ¶
func (s *If_controlsContext) AllE_COMMA() []antlr.TerminalNode
func (*If_controlsContext) Control_item ¶
func (s *If_controlsContext) Control_item(i int) IControl_itemContext
func (*If_controlsContext) E_COMMA ¶
func (s *If_controlsContext) E_COMMA(i int) antlr.TerminalNode
func (*If_controlsContext) EnterRule ¶
func (s *If_controlsContext) EnterRule(listener antlr.ParseTreeListener)
func (*If_controlsContext) ExitRule ¶
func (s *If_controlsContext) ExitRule(listener antlr.ParseTreeListener)
func (*If_controlsContext) GetParser ¶
func (s *If_controlsContext) GetParser() antlr.Parser
func (*If_controlsContext) GetRuleContext ¶
func (s *If_controlsContext) GetRuleContext() antlr.RuleContext
func (*If_controlsContext) IsIf_controlsContext ¶
func (*If_controlsContext) IsIf_controlsContext()
func (*If_controlsContext) ToStringTree ¶
func (s *If_controlsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type If_elseContext ¶
type If_elseContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIf_elseContext ¶
func NewEmptyIf_elseContext() *If_elseContext
func NewIf_elseContext ¶
func NewIf_elseContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *If_elseContext
func (*If_elseContext) AllElse_stmt ¶
func (s *If_elseContext) AllElse_stmt() []IElse_stmtContext
func (*If_elseContext) Else_stmt ¶
func (s *If_elseContext) Else_stmt(i int) IElse_stmtContext
func (*If_elseContext) EnterRule ¶
func (s *If_elseContext) EnterRule(listener antlr.ParseTreeListener)
func (*If_elseContext) ExitRule ¶
func (s *If_elseContext) ExitRule(listener antlr.ParseTreeListener)
func (*If_elseContext) GetParser ¶
func (s *If_elseContext) GetParser() antlr.Parser
func (*If_elseContext) GetRuleContext ¶
func (s *If_elseContext) GetRuleContext() antlr.RuleContext
func (*If_elseContext) If_stmt ¶
func (s *If_elseContext) If_stmt() IIf_stmtContext
func (*If_elseContext) IsIf_elseContext ¶
func (*If_elseContext) IsIf_elseContext()
func (*If_elseContext) ToStringTree ¶
func (s *If_elseContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type If_multiple_linesContext ¶
type If_multiple_linesContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIf_multiple_linesContext ¶
func NewEmptyIf_multiple_linesContext() *If_multiple_linesContext
func NewIf_multiple_linesContext ¶
func NewIf_multiple_linesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *If_multiple_linesContext
func (*If_multiple_linesContext) AllCond_block ¶
func (s *If_multiple_linesContext) AllCond_block() []ICond_blockContext
func (*If_multiple_linesContext) Cond_block ¶
func (s *If_multiple_linesContext) Cond_block(i int) ICond_blockContext
func (*If_multiple_linesContext) DEDENT ¶
func (s *If_multiple_linesContext) DEDENT() antlr.TerminalNode
func (*If_multiple_linesContext) E_COLON ¶
func (s *If_multiple_linesContext) E_COLON() antlr.TerminalNode
func (*If_multiple_linesContext) E_NL ¶
func (s *If_multiple_linesContext) E_NL() antlr.TerminalNode
func (*If_multiple_linesContext) EnterRule ¶
func (s *If_multiple_linesContext) EnterRule(listener antlr.ParseTreeListener)
func (*If_multiple_linesContext) ExitRule ¶
func (s *If_multiple_linesContext) ExitRule(listener antlr.ParseTreeListener)
func (*If_multiple_linesContext) Final_else ¶
func (s *If_multiple_linesContext) Final_else() IFinal_elseContext
func (*If_multiple_linesContext) GetParser ¶
func (s *If_multiple_linesContext) GetParser() antlr.Parser
func (*If_multiple_linesContext) GetRuleContext ¶
func (s *If_multiple_linesContext) GetRuleContext() antlr.RuleContext
func (*If_multiple_linesContext) INDENT ¶
func (s *If_multiple_linesContext) INDENT() antlr.TerminalNode
func (*If_multiple_linesContext) Ifvar ¶
func (s *If_multiple_linesContext) Ifvar() IIfvarContext
func (*If_multiple_linesContext) IsIf_multiple_linesContext ¶
func (*If_multiple_linesContext) IsIf_multiple_linesContext()
func (*If_multiple_linesContext) ToStringTree ¶
func (s *If_multiple_linesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type If_one_linerContext ¶
type If_one_linerContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIf_one_linerContext ¶
func NewEmptyIf_one_linerContext() *If_one_linerContext
func NewIf_one_linerContext ¶
func NewIf_one_linerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *If_one_linerContext
func (*If_one_linerContext) AllExpr ¶
func (s *If_one_linerContext) AllExpr() []IExprContext
func (*If_one_linerContext) E_ELSE ¶
func (s *If_one_linerContext) E_ELSE() antlr.TerminalNode
func (*If_one_linerContext) E_QN ¶
func (s *If_one_linerContext) E_QN() antlr.TerminalNode
func (*If_one_linerContext) E_THEN ¶
func (s *If_one_linerContext) E_THEN() antlr.TerminalNode
func (*If_one_linerContext) EnterRule ¶
func (s *If_one_linerContext) EnterRule(listener antlr.ParseTreeListener)
func (*If_one_linerContext) ExitRule ¶
func (s *If_one_linerContext) ExitRule(listener antlr.ParseTreeListener)
func (*If_one_linerContext) Expr ¶
func (s *If_one_linerContext) Expr(i int) IExprContext
func (*If_one_linerContext) GetParser ¶
func (s *If_one_linerContext) GetParser() antlr.Parser
func (*If_one_linerContext) GetRuleContext ¶
func (s *If_one_linerContext) GetRuleContext() antlr.RuleContext
func (*If_one_linerContext) IsIf_one_linerContext ¶
func (*If_one_linerContext) IsIf_one_linerContext()
func (*If_one_linerContext) ToStringTree ¶
func (s *If_one_linerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type If_stmtContext ¶
type If_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIf_stmtContext ¶
func NewEmptyIf_stmtContext() *If_stmtContext
func NewIf_stmtContext ¶
func NewIf_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *If_stmtContext
func (*If_stmtContext) AllStatements ¶
func (s *If_stmtContext) AllStatements() []IStatementsContext
func (*If_stmtContext) COLON ¶
func (s *If_stmtContext) COLON() antlr.TerminalNode
func (*If_stmtContext) DEDENT ¶
func (s *If_stmtContext) DEDENT() antlr.TerminalNode
func (*If_stmtContext) EnterRule ¶
func (s *If_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*If_stmtContext) ExitRule ¶
func (s *If_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*If_stmtContext) GetParser ¶
func (s *If_stmtContext) GetParser() antlr.Parser
func (*If_stmtContext) GetRuleContext ¶
func (s *If_stmtContext) GetRuleContext() antlr.RuleContext
func (*If_stmtContext) IF ¶
func (s *If_stmtContext) IF() antlr.TerminalNode
func (*If_stmtContext) INDENT ¶
func (s *If_stmtContext) INDENT() antlr.TerminalNode
func (*If_stmtContext) IsIf_stmtContext ¶
func (*If_stmtContext) IsIf_stmtContext()
func (*If_stmtContext) PREDICATE_VALUE ¶
func (s *If_stmtContext) PREDICATE_VALUE() antlr.TerminalNode
func (*If_stmtContext) Statements ¶
func (s *If_stmtContext) Statements(i int) IStatementsContext
func (*If_stmtContext) ToStringTree ¶
func (s *If_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type IfvarContext ¶
type IfvarContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyIfvarContext ¶
func NewEmptyIfvarContext() *IfvarContext
func NewIfvarContext ¶
func NewIfvarContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *IfvarContext
func (*IfvarContext) E_DOUBLE_EQ ¶
func (s *IfvarContext) E_DOUBLE_EQ() antlr.TerminalNode
func (*IfvarContext) EnterRule ¶
func (s *IfvarContext) EnterRule(listener antlr.ParseTreeListener)
func (*IfvarContext) ExitRule ¶
func (s *IfvarContext) ExitRule(listener antlr.ParseTreeListener)
func (*IfvarContext) Expr ¶
func (s *IfvarContext) Expr() IExprContext
func (*IfvarContext) GetParser ¶
func (s *IfvarContext) GetParser() antlr.Parser
func (*IfvarContext) GetRuleContext ¶
func (s *IfvarContext) GetRuleContext() antlr.RuleContext
func (*IfvarContext) IsIfvarContext ¶
func (*IfvarContext) IsIfvarContext()
func (*IfvarContext) ToStringTree ¶
func (s *IfvarContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Import_modeContext ¶
type Import_modeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyImport_modeContext ¶
func NewEmptyImport_modeContext() *Import_modeContext
func NewImport_modeContext ¶
func NewImport_modeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Import_modeContext
func (*Import_modeContext) EnterRule ¶
func (s *Import_modeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Import_modeContext) ExitRule ¶
func (s *Import_modeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Import_modeContext) GetParser ¶
func (s *Import_modeContext) GetParser() antlr.Parser
func (*Import_modeContext) GetRuleContext ¶
func (s *Import_modeContext) GetRuleContext() antlr.RuleContext
func (*Import_modeContext) IsImport_modeContext ¶
func (*Import_modeContext) IsImport_modeContext()
func (*Import_modeContext) Name ¶
func (s *Import_modeContext) Name() antlr.TerminalNode
func (*Import_modeContext) TILDE ¶
func (s *Import_modeContext) TILDE() antlr.TerminalNode
func (*Import_modeContext) ToStringTree ¶
func (s *Import_modeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Import_stmtContext ¶
type Import_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyImport_stmtContext ¶
func NewEmptyImport_stmtContext() *Import_stmtContext
func NewImport_stmtContext ¶
func NewImport_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Import_stmtContext
func (*Import_stmtContext) AS ¶
func (s *Import_stmtContext) AS() antlr.TerminalNode
func (*Import_stmtContext) AllDOT ¶
func (s *Import_stmtContext) AllDOT() []antlr.TerminalNode
func (*Import_stmtContext) AllName ¶
func (s *Import_stmtContext) AllName() []antlr.TerminalNode
func (*Import_stmtContext) AllSYSL_COMMENT ¶
func (s *Import_stmtContext) AllSYSL_COMMENT() []antlr.TerminalNode
func (*Import_stmtContext) AllWS ¶
func (s *Import_stmtContext) AllWS() []antlr.TerminalNode
func (*Import_stmtContext) DOT ¶
func (s *Import_stmtContext) DOT(i int) antlr.TerminalNode
func (*Import_stmtContext) EnterRule ¶
func (s *Import_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Import_stmtContext) ExitRule ¶
func (s *Import_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Import_stmtContext) GetParser ¶
func (s *Import_stmtContext) GetParser() antlr.Parser
func (*Import_stmtContext) GetRuleContext ¶
func (s *Import_stmtContext) GetRuleContext() antlr.RuleContext
func (*Import_stmtContext) IMPORT ¶
func (s *Import_stmtContext) IMPORT() antlr.TerminalNode
func (*Import_stmtContext) IMPORT_PATH ¶
func (s *Import_stmtContext) IMPORT_PATH() antlr.TerminalNode
func (*Import_stmtContext) Import_mode ¶
func (s *Import_stmtContext) Import_mode() IImport_modeContext
func (*Import_stmtContext) IsImport_stmtContext ¶
func (*Import_stmtContext) IsImport_stmtContext()
func (*Import_stmtContext) NEWLINE ¶
func (s *Import_stmtContext) NEWLINE() antlr.TerminalNode
func (*Import_stmtContext) Name ¶
func (s *Import_stmtContext) Name(i int) antlr.TerminalNode
func (*Import_stmtContext) SYSL_COMMENT ¶
func (s *Import_stmtContext) SYSL_COMMENT(i int) antlr.TerminalNode
func (*Import_stmtContext) ToStringTree ¶
func (s *Import_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Import_stmtContext) WS ¶
func (s *Import_stmtContext) WS(i int) antlr.TerminalNode
type Imports_declContext ¶
type Imports_declContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyImports_declContext ¶
func NewEmptyImports_declContext() *Imports_declContext
func NewImports_declContext ¶
func NewImports_declContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Imports_declContext
func (*Imports_declContext) AllImport_stmt ¶
func (s *Imports_declContext) AllImport_stmt() []IImport_stmtContext
func (*Imports_declContext) EnterRule ¶
func (s *Imports_declContext) EnterRule(listener antlr.ParseTreeListener)
func (*Imports_declContext) ExitRule ¶
func (s *Imports_declContext) ExitRule(listener antlr.ParseTreeListener)
func (*Imports_declContext) GetParser ¶
func (s *Imports_declContext) GetParser() antlr.Parser
func (*Imports_declContext) GetRuleContext ¶
func (s *Imports_declContext) GetRuleContext() antlr.RuleContext
func (*Imports_declContext) Import_stmt ¶
func (s *Imports_declContext) Import_stmt(i int) IImport_stmtContext
func (*Imports_declContext) IsImports_declContext ¶
func (*Imports_declContext) IsImports_declContext()
func (*Imports_declContext) ToStringTree ¶
func (s *Imports_declContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Inplace_tableContext ¶
type Inplace_tableContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyInplace_tableContext ¶
func NewEmptyInplace_tableContext() *Inplace_tableContext
func NewInplace_tableContext ¶
func NewInplace_tableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Inplace_tableContext
func (*Inplace_tableContext) EnterRule ¶
func (s *Inplace_tableContext) EnterRule(listener antlr.ParseTreeListener)
func (*Inplace_tableContext) ExitRule ¶
func (s *Inplace_tableContext) ExitRule(listener antlr.ParseTreeListener)
func (*Inplace_tableContext) GetParser ¶
func (s *Inplace_tableContext) GetParser() antlr.Parser
func (*Inplace_tableContext) GetRuleContext ¶
func (s *Inplace_tableContext) GetRuleContext() antlr.RuleContext
func (*Inplace_tableContext) IsInplace_tableContext ¶
func (*Inplace_tableContext) IsInplace_tableContext()
func (*Inplace_tableContext) Table ¶
func (s *Inplace_tableContext) Table() ITableContext
func (*Inplace_tableContext) ToStringTree ¶
func (s *Inplace_tableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Inplace_table_defContext ¶
type Inplace_table_defContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyInplace_table_defContext ¶
func NewEmptyInplace_table_defContext() *Inplace_table_defContext
func NewInplace_table_defContext ¶
func NewInplace_table_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Inplace_table_defContext
func (*Inplace_table_defContext) AllAttribs_or_modifiers ¶
func (s *Inplace_table_defContext) AllAttribs_or_modifiers() []IAttribs_or_modifiersContext
func (*Inplace_table_defContext) AllName ¶
func (s *Inplace_table_defContext) AllName() []antlr.TerminalNode
func (*Inplace_table_defContext) Attribs_or_modifiers ¶
func (s *Inplace_table_defContext) Attribs_or_modifiers(i int) IAttribs_or_modifiersContext
func (*Inplace_table_defContext) COLON ¶
func (s *Inplace_table_defContext) COLON() antlr.TerminalNode
func (*Inplace_table_defContext) DEDENT ¶
func (s *Inplace_table_defContext) DEDENT() antlr.TerminalNode
func (*Inplace_table_defContext) EnterRule ¶
func (s *Inplace_table_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Inplace_table_defContext) ExitRule ¶
func (s *Inplace_table_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Inplace_table_defContext) GetParser ¶
func (s *Inplace_table_defContext) GetParser() antlr.Parser
func (*Inplace_table_defContext) GetRuleContext ¶
func (s *Inplace_table_defContext) GetRuleContext() antlr.RuleContext
func (*Inplace_table_defContext) INDENT ¶
func (s *Inplace_table_defContext) INDENT() antlr.TerminalNode
func (*Inplace_table_defContext) IsInplace_table_defContext ¶
func (*Inplace_table_defContext) IsInplace_table_defContext()
func (*Inplace_table_defContext) Name ¶
func (s *Inplace_table_defContext) Name(i int) antlr.TerminalNode
func (*Inplace_table_defContext) ToStringTree ¶
func (s *Inplace_table_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Inplace_tupleContext ¶
type Inplace_tupleContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyInplace_tupleContext ¶
func NewEmptyInplace_tupleContext() *Inplace_tupleContext
func NewInplace_tupleContext ¶
func NewInplace_tupleContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Inplace_tupleContext
func (*Inplace_tupleContext) AllField ¶
func (s *Inplace_tupleContext) AllField() []IFieldContext
func (*Inplace_tupleContext) DEDENT ¶
func (s *Inplace_tupleContext) DEDENT() antlr.TerminalNode
func (*Inplace_tupleContext) EnterRule ¶
func (s *Inplace_tupleContext) EnterRule(listener antlr.ParseTreeListener)
func (*Inplace_tupleContext) ExitRule ¶
func (s *Inplace_tupleContext) ExitRule(listener antlr.ParseTreeListener)
func (*Inplace_tupleContext) Field ¶
func (s *Inplace_tupleContext) Field(i int) IFieldContext
func (*Inplace_tupleContext) GetParser ¶
func (s *Inplace_tupleContext) GetParser() antlr.Parser
func (*Inplace_tupleContext) GetRuleContext ¶
func (s *Inplace_tupleContext) GetRuleContext() antlr.RuleContext
func (*Inplace_tupleContext) INDENT ¶
func (s *Inplace_tupleContext) INDENT() antlr.TerminalNode
func (*Inplace_tupleContext) IsInplace_tupleContext ¶
func (*Inplace_tupleContext) IsInplace_tupleContext()
func (*Inplace_tupleContext) ToStringTree ¶
func (s *Inplace_tupleContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type List_itemContext ¶
type List_itemContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyList_itemContext ¶
func NewEmptyList_itemContext() *List_itemContext
func NewList_itemContext ¶
func NewList_itemContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *List_itemContext
func (*List_itemContext) EnterRule ¶
func (s *List_itemContext) EnterRule(listener antlr.ParseTreeListener)
func (*List_itemContext) ExitRule ¶
func (s *List_itemContext) ExitRule(listener antlr.ParseTreeListener)
func (*List_itemContext) Expr ¶
func (s *List_itemContext) Expr() IExprContext
func (*List_itemContext) GetParser ¶
func (s *List_itemContext) GetParser() antlr.Parser
func (*List_itemContext) GetRuleContext ¶
func (s *List_itemContext) GetRuleContext() antlr.RuleContext
func (*List_itemContext) IsList_itemContext ¶
func (*List_itemContext) IsList_itemContext()
func (*List_itemContext) ToStringTree ¶
func (s *List_itemContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type LiteralContext ¶
type LiteralContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyLiteralContext ¶
func NewEmptyLiteralContext() *LiteralContext
func NewLiteralContext ¶
func NewLiteralContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LiteralContext
func (*LiteralContext) E_DECIMAL ¶
func (s *LiteralContext) E_DECIMAL() antlr.TerminalNode
func (*LiteralContext) E_DIGITS ¶
func (s *LiteralContext) E_DIGITS() antlr.TerminalNode
func (*LiteralContext) E_FALSE ¶
func (s *LiteralContext) E_FALSE() antlr.TerminalNode
func (*LiteralContext) E_NULL ¶
func (s *LiteralContext) E_NULL() antlr.TerminalNode
func (*LiteralContext) E_STRING_DBL ¶
func (s *LiteralContext) E_STRING_DBL() antlr.TerminalNode
func (*LiteralContext) E_STRING_SINGLE ¶
func (s *LiteralContext) E_STRING_SINGLE() antlr.TerminalNode
func (*LiteralContext) E_TRUE ¶
func (s *LiteralContext) E_TRUE() antlr.TerminalNode
func (*LiteralContext) EnterRule ¶
func (s *LiteralContext) EnterRule(listener antlr.ParseTreeListener)
func (*LiteralContext) ExitRule ¶
func (s *LiteralContext) ExitRule(listener antlr.ParseTreeListener)
func (*LiteralContext) GetParser ¶
func (s *LiteralContext) GetParser() antlr.Parser
func (*LiteralContext) GetRuleContext ¶
func (s *LiteralContext) GetRuleContext() antlr.RuleContext
func (*LiteralContext) IsLiteralContext ¶
func (*LiteralContext) IsLiteralContext()
func (*LiteralContext) ToStringTree ¶
func (s *LiteralContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Matching_rhsContext ¶
type Matching_rhsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyMatching_rhsContext ¶
func NewEmptyMatching_rhsContext() *Matching_rhsContext
func NewMatching_rhsContext ¶
func NewMatching_rhsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Matching_rhsContext
func (*Matching_rhsContext) AtomT_paren ¶
func (s *Matching_rhsContext) AtomT_paren() IAtomT_parenContext
func (*Matching_rhsContext) E_Name ¶
func (s *Matching_rhsContext) E_Name() antlr.TerminalNode
func (*Matching_rhsContext) EnterRule ¶
func (s *Matching_rhsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Matching_rhsContext) ExitRule ¶
func (s *Matching_rhsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Matching_rhsContext) Expr_navigate ¶
func (s *Matching_rhsContext) Expr_navigate() IExpr_navigateContext
func (*Matching_rhsContext) Expr_table_of_op ¶
func (s *Matching_rhsContext) Expr_table_of_op() IExpr_table_of_opContext
func (*Matching_rhsContext) GetParser ¶
func (s *Matching_rhsContext) GetParser() antlr.Parser
func (*Matching_rhsContext) GetRuleContext ¶
func (s *Matching_rhsContext) GetRuleContext() antlr.RuleContext
func (*Matching_rhsContext) IsMatching_rhsContext ¶
func (*Matching_rhsContext) IsMatching_rhsContext()
func (*Matching_rhsContext) ToStringTree ¶
func (s *Matching_rhsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Method_defContext ¶
type Method_defContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyMethod_defContext ¶
func NewEmptyMethod_defContext() *Method_defContext
func NewMethod_defContext ¶
func NewMethod_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Method_defContext
func (*Method_defContext) AllStatements ¶
func (s *Method_defContext) AllStatements() []IStatementsContext
func (*Method_defContext) Attribs_or_modifiers ¶
func (s *Method_defContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*Method_defContext) COLON ¶
func (s *Method_defContext) COLON() antlr.TerminalNode
func (*Method_defContext) DEDENT ¶
func (s *Method_defContext) DEDENT() antlr.TerminalNode
func (*Method_defContext) EnterRule ¶
func (s *Method_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Method_defContext) ExitRule ¶
func (s *Method_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Method_defContext) GetParser ¶
func (s *Method_defContext) GetParser() antlr.Parser
func (*Method_defContext) GetRuleContext ¶
func (s *Method_defContext) GetRuleContext() antlr.RuleContext
func (*Method_defContext) HTTP_VERBS ¶
func (s *Method_defContext) HTTP_VERBS() antlr.TerminalNode
func (*Method_defContext) INDENT ¶
func (s *Method_defContext) INDENT() antlr.TerminalNode
func (*Method_defContext) IsMethod_defContext ¶
func (*Method_defContext) IsMethod_defContext()
func (*Method_defContext) Params ¶
func (s *Method_defContext) Params() IParamsContext
func (*Method_defContext) Query_param ¶
func (s *Method_defContext) Query_param() IQuery_paramContext
func (*Method_defContext) Statements ¶
func (s *Method_defContext) Statements(i int) IStatementsContext
func (*Method_defContext) ToStringTree ¶
func (s *Method_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type MixinContext ¶
type MixinContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyMixinContext ¶
func NewEmptyMixinContext() *MixinContext
func NewMixinContext ¶
func NewMixinContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *MixinContext
func (*MixinContext) App_name ¶
func (s *MixinContext) App_name() IApp_nameContext
func (*MixinContext) EnterRule ¶
func (s *MixinContext) EnterRule(listener antlr.ParseTreeListener)
func (*MixinContext) ExitRule ¶
func (s *MixinContext) ExitRule(listener antlr.ParseTreeListener)
func (*MixinContext) GetParser ¶
func (s *MixinContext) GetParser() antlr.Parser
func (*MixinContext) GetRuleContext ¶
func (s *MixinContext) GetRuleContext() antlr.RuleContext
func (*MixinContext) IsMixinContext ¶
func (*MixinContext) IsMixinContext()
func (*MixinContext) MIXIN ¶
func (s *MixinContext) MIXIN() antlr.TerminalNode
func (*MixinContext) ToStringTree ¶
func (s *MixinContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Model_nameContext ¶
type Model_nameContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyModel_nameContext ¶
func NewEmptyModel_nameContext() *Model_nameContext
func NewModel_nameContext ¶
func NewModel_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Model_nameContext
func (*Model_nameContext) COLON ¶
func (s *Model_nameContext) COLON() antlr.TerminalNode
func (*Model_nameContext) EnterRule ¶
func (s *Model_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Model_nameContext) ExitRule ¶
func (s *Model_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Model_nameContext) GetParser ¶
func (s *Model_nameContext) GetParser() antlr.Parser
func (*Model_nameContext) GetRuleContext ¶
func (s *Model_nameContext) GetRuleContext() antlr.RuleContext
func (*Model_nameContext) IsModel_nameContext ¶
func (*Model_nameContext) IsModel_nameContext()
func (*Model_nameContext) Name ¶
func (s *Model_nameContext) Name() antlr.TerminalNode
func (*Model_nameContext) ToStringTree ¶
func (s *Model_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ModifierContext ¶
type ModifierContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyModifierContext ¶
func NewEmptyModifierContext() *ModifierContext
func NewModifierContext ¶
func NewModifierContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ModifierContext
func (*ModifierContext) AllName ¶
func (s *ModifierContext) AllName() []antlr.TerminalNode
func (*ModifierContext) AllPLUS ¶
func (s *ModifierContext) AllPLUS() []antlr.TerminalNode
func (*ModifierContext) EnterRule ¶
func (s *ModifierContext) EnterRule(listener antlr.ParseTreeListener)
func (*ModifierContext) ExitRule ¶
func (s *ModifierContext) ExitRule(listener antlr.ParseTreeListener)
func (*ModifierContext) GetParser ¶
func (s *ModifierContext) GetParser() antlr.Parser
func (*ModifierContext) GetRuleContext ¶
func (s *ModifierContext) GetRuleContext() antlr.RuleContext
func (*ModifierContext) IsModifierContext ¶
func (*ModifierContext) IsModifierContext()
func (*ModifierContext) Name ¶
func (s *ModifierContext) Name(i int) antlr.TerminalNode
func (*ModifierContext) PLUS ¶
func (s *ModifierContext) PLUS(i int) antlr.TerminalNode
func (*ModifierContext) TILDE ¶
func (s *ModifierContext) TILDE() antlr.TerminalNode
func (*ModifierContext) ToStringTree ¶
func (s *ModifierContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Multi_line_docstringContext ¶
type Multi_line_docstringContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyMulti_line_docstringContext ¶
func NewEmptyMulti_line_docstringContext() *Multi_line_docstringContext
func NewMulti_line_docstringContext ¶
func NewMulti_line_docstringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Multi_line_docstringContext
func (*Multi_line_docstringContext) AllDoc_string ¶
func (s *Multi_line_docstringContext) AllDoc_string() []IDoc_stringContext
func (*Multi_line_docstringContext) COLON ¶
func (s *Multi_line_docstringContext) COLON() antlr.TerminalNode
func (*Multi_line_docstringContext) DEDENT ¶
func (s *Multi_line_docstringContext) DEDENT() antlr.TerminalNode
func (*Multi_line_docstringContext) Doc_string ¶
func (s *Multi_line_docstringContext) Doc_string(i int) IDoc_stringContext
func (*Multi_line_docstringContext) EnterRule ¶
func (s *Multi_line_docstringContext) EnterRule(listener antlr.ParseTreeListener)
func (*Multi_line_docstringContext) ExitRule ¶
func (s *Multi_line_docstringContext) ExitRule(listener antlr.ParseTreeListener)
func (*Multi_line_docstringContext) GetParser ¶
func (s *Multi_line_docstringContext) GetParser() antlr.Parser
func (*Multi_line_docstringContext) GetRuleContext ¶
func (s *Multi_line_docstringContext) GetRuleContext() antlr.RuleContext
func (*Multi_line_docstringContext) INDENT ¶
func (s *Multi_line_docstringContext) INDENT() antlr.TerminalNode
func (*Multi_line_docstringContext) IsMulti_line_docstringContext ¶
func (*Multi_line_docstringContext) IsMulti_line_docstringContext()
func (*Multi_line_docstringContext) ToStringTree ¶
func (s *Multi_line_docstringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Name_strContext ¶
type Name_strContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyName_strContext ¶
func NewEmptyName_strContext() *Name_strContext
func NewName_strContext ¶
func NewName_strContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Name_strContext
func (*Name_strContext) E_Name ¶
func (s *Name_strContext) E_Name() antlr.TerminalNode
func (*Name_strContext) EnterRule ¶
func (s *Name_strContext) EnterRule(listener antlr.ParseTreeListener)
func (*Name_strContext) ExitRule ¶
func (s *Name_strContext) ExitRule(listener antlr.ParseTreeListener)
func (*Name_strContext) GetParser ¶
func (s *Name_strContext) GetParser() antlr.Parser
func (*Name_strContext) GetRuleContext ¶
func (s *Name_strContext) GetRuleContext() antlr.RuleContext
func (*Name_strContext) IsName_strContext ¶
func (*Name_strContext) IsName_strContext()
func (*Name_strContext) Name ¶
func (s *Name_strContext) Name() antlr.TerminalNode
func (*Name_strContext) TEXT_LINE ¶
func (s *Name_strContext) TEXT_LINE() antlr.TerminalNode
func (*Name_strContext) ToStringTree ¶
func (s *Name_strContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Name_with_attribsContext ¶
type Name_with_attribsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyName_with_attribsContext ¶
func NewEmptyName_with_attribsContext() *Name_with_attribsContext
func NewName_with_attribsContext ¶
func NewName_with_attribsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Name_with_attribsContext
func (*Name_with_attribsContext) App_name ¶
func (s *Name_with_attribsContext) App_name() IApp_nameContext
func (*Name_with_attribsContext) Attribs_or_modifiers ¶
func (s *Name_with_attribsContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*Name_with_attribsContext) EnterRule ¶
func (s *Name_with_attribsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Name_with_attribsContext) ExitRule ¶
func (s *Name_with_attribsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Name_with_attribsContext) GetParser ¶
func (s *Name_with_attribsContext) GetParser() antlr.Parser
func (*Name_with_attribsContext) GetRuleContext ¶
func (s *Name_with_attribsContext) GetRuleContext() antlr.RuleContext
func (*Name_with_attribsContext) IsName_with_attribsContext ¶
func (*Name_with_attribsContext) IsName_with_attribsContext()
func (*Name_with_attribsContext) QSTRING ¶
func (s *Name_with_attribsContext) QSTRING() antlr.TerminalNode
func (*Name_with_attribsContext) ToStringTree ¶
func (s *Name_with_attribsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type NvpContext ¶
type NvpContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyNvpContext ¶
func NewEmptyNvpContext() *NvpContext
func NewNvpContext ¶
func NewNvpContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NvpContext
func (*NvpContext) Array_of_arrays ¶
func (s *NvpContext) Array_of_arrays() IArray_of_arraysContext
func (*NvpContext) Array_of_strings ¶
func (s *NvpContext) Array_of_strings() IArray_of_stringsContext
func (*NvpContext) EQ ¶
func (s *NvpContext) EQ() antlr.TerminalNode
func (*NvpContext) EnterRule ¶
func (s *NvpContext) EnterRule(listener antlr.ParseTreeListener)
func (*NvpContext) ExitRule ¶
func (s *NvpContext) ExitRule(listener antlr.ParseTreeListener)
func (*NvpContext) GetParser ¶
func (s *NvpContext) GetParser() antlr.Parser
func (*NvpContext) GetRuleContext ¶
func (s *NvpContext) GetRuleContext() antlr.RuleContext
func (*NvpContext) IsNvpContext ¶
func (*NvpContext) IsNvpContext()
func (*NvpContext) Name ¶
func (s *NvpContext) Name() antlr.TerminalNode
func (*NvpContext) Quoted_string ¶
func (s *NvpContext) Quoted_string() IQuoted_stringContext
func (*NvpContext) ToStringTree ¶
func (s *NvpContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type One_of_case_labelContext ¶
type One_of_case_labelContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyOne_of_case_labelContext ¶
func NewEmptyOne_of_case_labelContext() *One_of_case_labelContext
func NewOne_of_case_labelContext ¶
func NewOne_of_case_labelContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *One_of_case_labelContext
func (*One_of_case_labelContext) AllName ¶
func (s *One_of_case_labelContext) AllName() []antlr.TerminalNode
func (*One_of_case_labelContext) AllQSTRING ¶
func (s *One_of_case_labelContext) AllQSTRING() []antlr.TerminalNode
func (*One_of_case_labelContext) AllTEXT_LINE ¶
func (s *One_of_case_labelContext) AllTEXT_LINE() []antlr.TerminalNode
func (*One_of_case_labelContext) EnterRule ¶
func (s *One_of_case_labelContext) EnterRule(listener antlr.ParseTreeListener)
func (*One_of_case_labelContext) ExitRule ¶
func (s *One_of_case_labelContext) ExitRule(listener antlr.ParseTreeListener)
func (*One_of_case_labelContext) GetParser ¶
func (s *One_of_case_labelContext) GetParser() antlr.Parser
func (*One_of_case_labelContext) GetRuleContext ¶
func (s *One_of_case_labelContext) GetRuleContext() antlr.RuleContext
func (*One_of_case_labelContext) IsOne_of_case_labelContext ¶
func (*One_of_case_labelContext) IsOne_of_case_labelContext()
func (*One_of_case_labelContext) Name ¶
func (s *One_of_case_labelContext) Name(i int) antlr.TerminalNode
func (*One_of_case_labelContext) QSTRING ¶
func (s *One_of_case_labelContext) QSTRING(i int) antlr.TerminalNode
func (*One_of_case_labelContext) TEXT_LINE ¶
func (s *One_of_case_labelContext) TEXT_LINE(i int) antlr.TerminalNode
func (*One_of_case_labelContext) ToStringTree ¶
func (s *One_of_case_labelContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type One_of_casesContext ¶
type One_of_casesContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyOne_of_casesContext ¶
func NewEmptyOne_of_casesContext() *One_of_casesContext
func NewOne_of_casesContext ¶
func NewOne_of_casesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *One_of_casesContext
func (*One_of_casesContext) AllStatements ¶
func (s *One_of_casesContext) AllStatements() []IStatementsContext
func (*One_of_casesContext) COLON ¶
func (s *One_of_casesContext) COLON() antlr.TerminalNode
func (*One_of_casesContext) DEDENT ¶
func (s *One_of_casesContext) DEDENT() antlr.TerminalNode
func (*One_of_casesContext) EnterRule ¶
func (s *One_of_casesContext) EnterRule(listener antlr.ParseTreeListener)
func (*One_of_casesContext) ExitRule ¶
func (s *One_of_casesContext) ExitRule(listener antlr.ParseTreeListener)
func (*One_of_casesContext) GetParser ¶
func (s *One_of_casesContext) GetParser() antlr.Parser
func (*One_of_casesContext) GetRuleContext ¶
func (s *One_of_casesContext) GetRuleContext() antlr.RuleContext
func (*One_of_casesContext) INDENT ¶
func (s *One_of_casesContext) INDENT() antlr.TerminalNode
func (*One_of_casesContext) IsOne_of_casesContext ¶
func (*One_of_casesContext) IsOne_of_casesContext()
func (*One_of_casesContext) One_of_case_label ¶
func (s *One_of_casesContext) One_of_case_label() IOne_of_case_labelContext
func (*One_of_casesContext) Statements ¶
func (s *One_of_casesContext) Statements(i int) IStatementsContext
func (*One_of_casesContext) ToStringTree ¶
func (s *One_of_casesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type One_of_stmtContext ¶
type One_of_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyOne_of_stmtContext ¶
func NewEmptyOne_of_stmtContext() *One_of_stmtContext
func NewOne_of_stmtContext ¶
func NewOne_of_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *One_of_stmtContext
func (*One_of_stmtContext) AllOne_of_cases ¶
func (s *One_of_stmtContext) AllOne_of_cases() []IOne_of_casesContext
func (*One_of_stmtContext) COLON ¶
func (s *One_of_stmtContext) COLON() antlr.TerminalNode
func (*One_of_stmtContext) DEDENT ¶
func (s *One_of_stmtContext) DEDENT() antlr.TerminalNode
func (*One_of_stmtContext) EnterRule ¶
func (s *One_of_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*One_of_stmtContext) ExitRule ¶
func (s *One_of_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*One_of_stmtContext) GetParser ¶
func (s *One_of_stmtContext) GetParser() antlr.Parser
func (*One_of_stmtContext) GetRuleContext ¶
func (s *One_of_stmtContext) GetRuleContext() antlr.RuleContext
func (*One_of_stmtContext) INDENT ¶
func (s *One_of_stmtContext) INDENT() antlr.TerminalNode
func (*One_of_stmtContext) IsOne_of_stmtContext ¶
func (*One_of_stmtContext) IsOne_of_stmtContext()
func (*One_of_stmtContext) ONE_OF ¶
func (s *One_of_stmtContext) ONE_OF() antlr.TerminalNode
func (*One_of_stmtContext) One_of_cases ¶
func (s *One_of_stmtContext) One_of_cases(i int) IOne_of_casesContext
func (*One_of_stmtContext) ToStringTree ¶
func (s *One_of_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Package_nameContext ¶
type Package_nameContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPackage_nameContext ¶
func NewEmptyPackage_nameContext() *Package_nameContext
func NewPackage_nameContext ¶
func NewPackage_nameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Package_nameContext
func (*Package_nameContext) EnterRule ¶
func (s *Package_nameContext) EnterRule(listener antlr.ParseTreeListener)
func (*Package_nameContext) ExitRule ¶
func (s *Package_nameContext) ExitRule(listener antlr.ParseTreeListener)
func (*Package_nameContext) GetParser ¶
func (s *Package_nameContext) GetParser() antlr.Parser
func (*Package_nameContext) GetRuleContext ¶
func (s *Package_nameContext) GetRuleContext() antlr.RuleContext
func (*Package_nameContext) IsPackage_nameContext ¶
func (*Package_nameContext) IsPackage_nameContext()
func (*Package_nameContext) Name_str ¶
func (s *Package_nameContext) Name_str() IName_strContext
func (*Package_nameContext) ToStringTree ¶
func (s *Package_nameContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ParamContext ¶
type ParamContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyParamContext ¶
func NewEmptyParamContext() *ParamContext
func NewParamContext ¶
func NewParamContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParamContext
func (*ParamContext) EnterRule ¶
func (s *ParamContext) EnterRule(listener antlr.ParseTreeListener)
func (*ParamContext) ExitRule ¶
func (s *ParamContext) ExitRule(listener antlr.ParseTreeListener)
func (*ParamContext) Field ¶
func (s *ParamContext) Field() IFieldContext
func (*ParamContext) GetParser ¶
func (s *ParamContext) GetParser() antlr.Parser
func (*ParamContext) GetRuleContext ¶
func (s *ParamContext) GetRuleContext() antlr.RuleContext
func (*ParamContext) IsParamContext ¶
func (*ParamContext) IsParamContext()
func (*ParamContext) Reference ¶
func (s *ParamContext) Reference() IReferenceContext
func (*ParamContext) ToStringTree ¶
func (s *ParamContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Param_listContext ¶
type Param_listContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyParam_listContext ¶
func NewEmptyParam_listContext() *Param_listContext
func NewParam_listContext ¶
func NewParam_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Param_listContext
func (*Param_listContext) AllCOMMA ¶
func (s *Param_listContext) AllCOMMA() []antlr.TerminalNode
func (*Param_listContext) AllParam ¶
func (s *Param_listContext) AllParam() []IParamContext
func (*Param_listContext) COMMA ¶
func (s *Param_listContext) COMMA(i int) antlr.TerminalNode
func (*Param_listContext) EnterRule ¶
func (s *Param_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Param_listContext) ExitRule ¶
func (s *Param_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Param_listContext) GetParser ¶
func (s *Param_listContext) GetParser() antlr.Parser
func (*Param_listContext) GetRuleContext ¶
func (s *Param_listContext) GetRuleContext() antlr.RuleContext
func (*Param_listContext) IsParam_listContext ¶
func (*Param_listContext) IsParam_listContext()
func (*Param_listContext) Param ¶
func (s *Param_listContext) Param(i int) IParamContext
func (*Param_listContext) ToStringTree ¶
func (s *Param_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ParamsContext ¶
type ParamsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyParamsContext ¶
func NewEmptyParamsContext() *ParamsContext
func NewParamsContext ¶
func NewParamsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParamsContext
func (*ParamsContext) CLOSE_PAREN ¶
func (s *ParamsContext) CLOSE_PAREN() antlr.TerminalNode
func (*ParamsContext) EnterRule ¶
func (s *ParamsContext) EnterRule(listener antlr.ParseTreeListener)
func (*ParamsContext) ExitRule ¶
func (s *ParamsContext) ExitRule(listener antlr.ParseTreeListener)
func (*ParamsContext) GetParser ¶
func (s *ParamsContext) GetParser() antlr.Parser
func (*ParamsContext) GetRuleContext ¶
func (s *ParamsContext) GetRuleContext() antlr.RuleContext
func (*ParamsContext) IsParamsContext ¶
func (*ParamsContext) IsParamsContext()
func (*ParamsContext) OPEN_PAREN ¶
func (s *ParamsContext) OPEN_PAREN() antlr.TerminalNode
func (*ParamsContext) Param_list ¶
func (s *ParamsContext) Param_list() IParam_listContext
func (*ParamsContext) ToStringTree ¶
func (s *ParamsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PowerContext ¶
type PowerContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPowerContext ¶
func NewEmptyPowerContext() *PowerContext
func NewPowerContext ¶
func NewPowerContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PowerContext
func (*PowerContext) Atom ¶
func (s *PowerContext) Atom() IAtomContext
func (*PowerContext) EnterRule ¶
func (s *PowerContext) EnterRule(listener antlr.ParseTreeListener)
func (*PowerContext) ExitRule ¶
func (s *PowerContext) ExitRule(listener antlr.ParseTreeListener)
func (*PowerContext) GetParser ¶
func (s *PowerContext) GetParser() antlr.Parser
func (*PowerContext) GetRuleContext ¶
func (s *PowerContext) GetRuleContext() antlr.RuleContext
func (*PowerContext) IsPowerContext ¶
func (*PowerContext) IsPowerContext()
func (*PowerContext) PowerT ¶
func (s *PowerContext) PowerT() IPowerTContext
func (*PowerContext) ToStringTree ¶
func (s *PowerContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type PowerTContext ¶
type PowerTContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPowerTContext ¶
func NewEmptyPowerTContext() *PowerTContext
func NewPowerTContext ¶
func NewPowerTContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PowerTContext
func (*PowerTContext) E_POW ¶
func (s *PowerTContext) E_POW() antlr.TerminalNode
func (*PowerTContext) EnterRule ¶
func (s *PowerTContext) EnterRule(listener antlr.ParseTreeListener)
func (*PowerTContext) ExitRule ¶
func (s *PowerTContext) ExitRule(listener antlr.ParseTreeListener)
func (*PowerTContext) GetParser ¶
func (s *PowerTContext) GetParser() antlr.Parser
func (*PowerTContext) GetRuleContext ¶
func (s *PowerTContext) GetRuleContext() antlr.RuleContext
func (*PowerTContext) IsPowerTContext ¶
func (*PowerTContext) IsPowerTContext()
func (*PowerTContext) ToStringTree ¶
func (s *PowerTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*PowerTContext) UnaryTerm ¶
func (s *PowerTContext) UnaryTerm() IUnaryTermContext
type PublisherContext ¶
type PublisherContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyPublisherContext ¶
func NewEmptyPublisherContext() *PublisherContext
func NewPublisherContext ¶
func NewPublisherContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *PublisherContext
func (*PublisherContext) App_name ¶
func (s *PublisherContext) App_name() IApp_nameContext
func (*PublisherContext) EnterRule ¶
func (s *PublisherContext) EnterRule(listener antlr.ParseTreeListener)
func (*PublisherContext) ExitRule ¶
func (s *PublisherContext) ExitRule(listener antlr.ParseTreeListener)
func (*PublisherContext) GetParser ¶
func (s *PublisherContext) GetParser() antlr.Parser
func (*PublisherContext) GetRuleContext ¶
func (s *PublisherContext) GetRuleContext() antlr.RuleContext
func (*PublisherContext) IsPublisherContext ¶
func (*PublisherContext) IsPublisherContext()
func (*PublisherContext) ToStringTree ¶
func (s *PublisherContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Query_paramContext ¶
type Query_paramContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyQuery_paramContext ¶
func NewEmptyQuery_paramContext() *Query_paramContext
func NewQuery_paramContext ¶
func NewQuery_paramContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Query_paramContext
func (*Query_paramContext) AMP ¶
func (s *Query_paramContext) AMP(i int) antlr.TerminalNode
func (*Query_paramContext) AllAMP ¶
func (s *Query_paramContext) AllAMP() []antlr.TerminalNode
func (*Query_paramContext) AllQuery_var ¶
func (s *Query_paramContext) AllQuery_var() []IQuery_varContext
func (*Query_paramContext) EnterRule ¶
func (s *Query_paramContext) EnterRule(listener antlr.ParseTreeListener)
func (*Query_paramContext) ExitRule ¶
func (s *Query_paramContext) ExitRule(listener antlr.ParseTreeListener)
func (*Query_paramContext) GetParser ¶
func (s *Query_paramContext) GetParser() antlr.Parser
func (*Query_paramContext) GetRuleContext ¶
func (s *Query_paramContext) GetRuleContext() antlr.RuleContext
func (*Query_paramContext) IsQuery_paramContext ¶
func (*Query_paramContext) IsQuery_paramContext()
func (*Query_paramContext) QN ¶
func (s *Query_paramContext) QN() antlr.TerminalNode
func (*Query_paramContext) Query_var ¶
func (s *Query_paramContext) Query_var(i int) IQuery_varContext
func (*Query_paramContext) ToStringTree ¶
func (s *Query_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Query_varContext ¶
type Query_varContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyQuery_varContext ¶
func NewEmptyQuery_varContext() *Query_varContext
func NewQuery_varContext ¶
func NewQuery_varContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Query_varContext
func (*Query_varContext) EQ ¶
func (s *Query_varContext) EQ() antlr.TerminalNode
func (*Query_varContext) EnterRule ¶
func (s *Query_varContext) EnterRule(listener antlr.ParseTreeListener)
func (*Query_varContext) ExitRule ¶
func (s *Query_varContext) ExitRule(listener antlr.ParseTreeListener)
func (*Query_varContext) GetParser ¶
func (s *Query_varContext) GetParser() antlr.Parser
func (*Query_varContext) GetRuleContext ¶
func (s *Query_varContext) GetRuleContext() antlr.RuleContext
func (*Query_varContext) IsQuery_varContext ¶
func (*Query_varContext) IsQuery_varContext()
func (*Query_varContext) Name ¶
func (s *Query_varContext) Name() antlr.TerminalNode
func (*Query_varContext) Name_str ¶
func (s *Query_varContext) Name_str() IName_strContext
func (*Query_varContext) NativeDataTypes ¶
func (s *Query_varContext) NativeDataTypes() antlr.TerminalNode
func (*Query_varContext) QN ¶
func (s *Query_varContext) QN() antlr.TerminalNode
func (*Query_varContext) ToStringTree ¶
func (s *Query_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Query_varContext) Var_in_curly ¶
func (s *Query_varContext) Var_in_curly() IVar_in_curlyContext
type Quoted_stringContext ¶
type Quoted_stringContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyQuoted_stringContext ¶
func NewEmptyQuoted_stringContext() *Quoted_stringContext
func NewQuoted_stringContext ¶
func NewQuoted_stringContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Quoted_stringContext
func (*Quoted_stringContext) EnterRule ¶
func (s *Quoted_stringContext) EnterRule(listener antlr.ParseTreeListener)
func (*Quoted_stringContext) ExitRule ¶
func (s *Quoted_stringContext) ExitRule(listener antlr.ParseTreeListener)
func (*Quoted_stringContext) GetParser ¶
func (s *Quoted_stringContext) GetParser() antlr.Parser
func (*Quoted_stringContext) GetRuleContext ¶
func (s *Quoted_stringContext) GetRuleContext() antlr.RuleContext
func (*Quoted_stringContext) IsQuoted_stringContext ¶
func (*Quoted_stringContext) IsQuoted_stringContext()
func (*Quoted_stringContext) QSTRING ¶
func (s *Quoted_stringContext) QSTRING() antlr.TerminalNode
func (*Quoted_stringContext) ToStringTree ¶
func (s *Quoted_stringContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rank_exprContext ¶
type Rank_exprContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyRank_exprContext ¶
func NewEmptyRank_exprContext() *Rank_exprContext
func NewRank_exprContext ¶
func NewRank_exprContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rank_exprContext
func (*Rank_exprContext) E_ASC ¶
func (s *Rank_exprContext) E_ASC() antlr.TerminalNode
func (*Rank_exprContext) E_DESC ¶
func (s *Rank_exprContext) E_DESC() antlr.TerminalNode
func (*Rank_exprContext) EnterRule ¶
func (s *Rank_exprContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rank_exprContext) ExitRule ¶
func (s *Rank_exprContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rank_exprContext) Expr ¶
func (s *Rank_exprContext) Expr() IExprContext
func (*Rank_exprContext) GetParser ¶
func (s *Rank_exprContext) GetParser() antlr.Parser
func (*Rank_exprContext) GetRuleContext ¶
func (s *Rank_exprContext) GetRuleContext() antlr.RuleContext
func (*Rank_exprContext) IsRank_exprContext ¶
func (*Rank_exprContext) IsRank_exprContext()
func (*Rank_exprContext) ToStringTree ¶
func (s *Rank_exprContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rank_expr_listContext ¶
type Rank_expr_listContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyRank_expr_listContext ¶
func NewEmptyRank_expr_listContext() *Rank_expr_listContext
func NewRank_expr_listContext ¶
func NewRank_expr_listContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rank_expr_listContext
func (*Rank_expr_listContext) AllE_COMMA ¶
func (s *Rank_expr_listContext) AllE_COMMA() []antlr.TerminalNode
func (*Rank_expr_listContext) AllRank_expr ¶
func (s *Rank_expr_listContext) AllRank_expr() []IRank_exprContext
func (*Rank_expr_listContext) E_COMMA ¶
func (s *Rank_expr_listContext) E_COMMA(i int) antlr.TerminalNode
func (*Rank_expr_listContext) EnterRule ¶
func (s *Rank_expr_listContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rank_expr_listContext) ExitRule ¶
func (s *Rank_expr_listContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rank_expr_listContext) GetParser ¶
func (s *Rank_expr_listContext) GetParser() antlr.Parser
func (*Rank_expr_listContext) GetRuleContext ¶
func (s *Rank_expr_listContext) GetRuleContext() antlr.RuleContext
func (*Rank_expr_listContext) IsRank_expr_listContext ¶
func (*Rank_expr_listContext) IsRank_expr_listContext()
func (*Rank_expr_listContext) Rank_expr ¶
func (s *Rank_expr_listContext) Rank_expr(i int) IRank_exprContext
func (*Rank_expr_listContext) ToStringTree ¶
func (s *Rank_expr_listContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ReferenceContext ¶
type ReferenceContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyReferenceContext ¶
func NewEmptyReferenceContext() *ReferenceContext
func NewReferenceContext ¶
func NewReferenceContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ReferenceContext
func (*ReferenceContext) AllDOT ¶
func (s *ReferenceContext) AllDOT() []antlr.TerminalNode
func (*ReferenceContext) AllE_DOT ¶
func (s *ReferenceContext) AllE_DOT() []antlr.TerminalNode
func (*ReferenceContext) AllName_str ¶
func (s *ReferenceContext) AllName_str() []IName_strContext
func (*ReferenceContext) App_name ¶
func (s *ReferenceContext) App_name() IApp_nameContext
func (*ReferenceContext) DOT ¶
func (s *ReferenceContext) DOT(i int) antlr.TerminalNode
func (*ReferenceContext) E_DOT ¶
func (s *ReferenceContext) E_DOT(i int) antlr.TerminalNode
func (*ReferenceContext) EnterRule ¶
func (s *ReferenceContext) EnterRule(listener antlr.ParseTreeListener)
func (*ReferenceContext) ExitRule ¶
func (s *ReferenceContext) ExitRule(listener antlr.ParseTreeListener)
func (*ReferenceContext) GetParser ¶
func (s *ReferenceContext) GetParser() antlr.Parser
func (*ReferenceContext) GetRuleContext ¶
func (s *ReferenceContext) GetRuleContext() antlr.RuleContext
func (*ReferenceContext) IsReferenceContext ¶
func (*ReferenceContext) IsReferenceContext()
func (*ReferenceContext) Name_str ¶
func (s *ReferenceContext) Name_str(i int) IName_strContext
func (*ReferenceContext) ToStringTree ¶
func (s *ReferenceContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type RelopContext ¶
type RelopContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyRelopContext ¶
func NewEmptyRelopContext() *RelopContext
func NewRelopContext ¶
func NewRelopContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelopContext
func (*RelopContext) EnterRule ¶
func (s *RelopContext) EnterRule(listener antlr.ParseTreeListener)
func (*RelopContext) ExitRule ¶
func (s *RelopContext) ExitRule(listener antlr.ParseTreeListener)
func (*RelopContext) Expr_agg_func ¶
func (s *RelopContext) Expr_agg_func() IExpr_agg_funcContext
func (*RelopContext) Expr_any_func ¶
func (s *RelopContext) Expr_any_func() IExpr_any_funcContext
func (*RelopContext) Expr_count ¶
func (s *RelopContext) Expr_count() IExpr_countContext
func (*RelopContext) Expr_first_func ¶
func (s *RelopContext) Expr_first_func() IExpr_first_funcContext
func (*RelopContext) Expr_matching ¶
func (s *RelopContext) Expr_matching() IExpr_matchingContext
func (*RelopContext) Expr_navigate ¶
func (s *RelopContext) Expr_navigate() IExpr_navigateContext
func (*RelopContext) Expr_rank_func ¶
func (s *RelopContext) Expr_rank_func() IExpr_rank_funcContext
func (*RelopContext) Expr_single_arg_func ¶
func (s *RelopContext) Expr_single_arg_func() IExpr_single_arg_funcContext
func (*RelopContext) Expr_single_or_null ¶
func (s *RelopContext) Expr_single_or_null() IExpr_single_or_nullContext
func (*RelopContext) Expr_snapshot ¶
func (s *RelopContext) Expr_snapshot() IExpr_snapshotContext
func (*RelopContext) Expr_table_of_op ¶
func (s *RelopContext) Expr_table_of_op() IExpr_table_of_opContext
func (*RelopContext) GetParser ¶
func (s *RelopContext) GetParser() antlr.Parser
func (*RelopContext) GetRuleContext ¶
func (s *RelopContext) GetRuleContext() antlr.RuleContext
func (*RelopContext) IsRelopContext ¶
func (*RelopContext) IsRelopContext()
func (*RelopContext) ToStringTree ¶
func (s *RelopContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Rest_endpointContext ¶
type Rest_endpointContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyRest_endpointContext ¶
func NewEmptyRest_endpointContext() *Rest_endpointContext
func NewRest_endpointContext ¶
func NewRest_endpointContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Rest_endpointContext
func (*Rest_endpointContext) AllMethod_def ¶
func (s *Rest_endpointContext) AllMethod_def() []IMethod_defContext
func (*Rest_endpointContext) AllRest_endpoint ¶
func (s *Rest_endpointContext) AllRest_endpoint() []IRest_endpointContext
func (*Rest_endpointContext) Attribs_or_modifiers ¶
func (s *Rest_endpointContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*Rest_endpointContext) COLON ¶
func (s *Rest_endpointContext) COLON() antlr.TerminalNode
func (*Rest_endpointContext) DEDENT ¶
func (s *Rest_endpointContext) DEDENT() antlr.TerminalNode
func (*Rest_endpointContext) EnterRule ¶
func (s *Rest_endpointContext) EnterRule(listener antlr.ParseTreeListener)
func (*Rest_endpointContext) ExitRule ¶
func (s *Rest_endpointContext) ExitRule(listener antlr.ParseTreeListener)
func (*Rest_endpointContext) GetParser ¶
func (s *Rest_endpointContext) GetParser() antlr.Parser
func (*Rest_endpointContext) GetRuleContext ¶
func (s *Rest_endpointContext) GetRuleContext() antlr.RuleContext
func (*Rest_endpointContext) Http_path ¶
func (s *Rest_endpointContext) Http_path() IHttp_pathContext
func (*Rest_endpointContext) INDENT ¶
func (s *Rest_endpointContext) INDENT() antlr.TerminalNode
func (*Rest_endpointContext) IsRest_endpointContext ¶
func (*Rest_endpointContext) IsRest_endpointContext()
func (*Rest_endpointContext) Method_def ¶
func (s *Rest_endpointContext) Method_def(i int) IMethod_defContext
func (*Rest_endpointContext) Rest_endpoint ¶
func (s *Rest_endpointContext) Rest_endpoint(i int) IRest_endpointContext
func (*Rest_endpointContext) ToStringTree ¶
func (s *Rest_endpointContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Ret_stmtContext ¶
type Ret_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyRet_stmtContext ¶
func NewEmptyRet_stmtContext() *Ret_stmtContext
func NewRet_stmtContext ¶
func NewRet_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Ret_stmtContext
func (*Ret_stmtContext) EnterRule ¶
func (s *Ret_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Ret_stmtContext) ExitRule ¶
func (s *Ret_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Ret_stmtContext) GetParser ¶
func (s *Ret_stmtContext) GetParser() antlr.Parser
func (*Ret_stmtContext) GetRuleContext ¶
func (s *Ret_stmtContext) GetRuleContext() antlr.RuleContext
func (*Ret_stmtContext) IsRet_stmtContext ¶
func (*Ret_stmtContext) IsRet_stmtContext()
func (*Ret_stmtContext) RETURN ¶
func (s *Ret_stmtContext) RETURN() antlr.TerminalNode
func (*Ret_stmtContext) TEXT ¶
func (s *Ret_stmtContext) TEXT() antlr.TerminalNode
func (*Ret_stmtContext) ToStringTree ¶
func (s *Ret_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Sequence_ofContext ¶
type Sequence_ofContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySequence_ofContext ¶
func NewEmptySequence_ofContext() *Sequence_ofContext
func NewSequence_ofContext ¶
func NewSequence_ofContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sequence_ofContext
func (*Sequence_ofContext) E_SEQUENCE_OF ¶
func (s *Sequence_ofContext) E_SEQUENCE_OF() antlr.TerminalNode
func (*Sequence_ofContext) EnterRule ¶
func (s *Sequence_ofContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sequence_ofContext) ExitRule ¶
func (s *Sequence_ofContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sequence_ofContext) GetParser ¶
func (s *Sequence_ofContext) GetParser() antlr.Parser
func (*Sequence_ofContext) GetRuleContext ¶
func (s *Sequence_ofContext) GetRuleContext() antlr.RuleContext
func (*Sequence_ofContext) IsSequence_ofContext ¶
func (*Sequence_ofContext) IsSequence_ofContext()
func (*Sequence_ofContext) SEQUENCE_OF ¶
func (s *Sequence_ofContext) SEQUENCE_OF() antlr.TerminalNode
func (*Sequence_ofContext) ToStringTree ¶
func (s *Sequence_ofContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Sequence_typeContext ¶
type Sequence_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySequence_typeContext ¶
func NewEmptySequence_typeContext() *Sequence_typeContext
func NewSequence_typeContext ¶
func NewSequence_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sequence_typeContext
func (*Sequence_typeContext) EnterRule ¶
func (s *Sequence_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sequence_typeContext) ExitRule ¶
func (s *Sequence_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sequence_typeContext) GetParser ¶
func (s *Sequence_typeContext) GetParser() antlr.Parser
func (*Sequence_typeContext) GetRuleContext ¶
func (s *Sequence_typeContext) GetRuleContext() antlr.RuleContext
func (*Sequence_typeContext) IsSequence_typeContext ¶
func (*Sequence_typeContext) IsSequence_typeContext()
func (*Sequence_typeContext) Sequence_of ¶
func (s *Sequence_typeContext) Sequence_of() ISequence_ofContext
func (*Sequence_typeContext) Size_spec ¶
func (s *Sequence_typeContext) Size_spec() ISize_specContext
func (*Sequence_typeContext) ToStringTree ¶
func (s *Sequence_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Sequence_typeContext) Types ¶
func (s *Sequence_typeContext) Types() ITypesContext
type Set_ofContext ¶
type Set_ofContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySet_ofContext ¶
func NewEmptySet_ofContext() *Set_ofContext
func NewSet_ofContext ¶
func NewSet_ofContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Set_ofContext
func (*Set_ofContext) E_SET_OF ¶
func (s *Set_ofContext) E_SET_OF() antlr.TerminalNode
func (*Set_ofContext) EnterRule ¶
func (s *Set_ofContext) EnterRule(listener antlr.ParseTreeListener)
func (*Set_ofContext) ExitRule ¶
func (s *Set_ofContext) ExitRule(listener antlr.ParseTreeListener)
func (*Set_ofContext) GetParser ¶
func (s *Set_ofContext) GetParser() antlr.Parser
func (*Set_ofContext) GetRuleContext ¶
func (s *Set_ofContext) GetRuleContext() antlr.RuleContext
func (*Set_ofContext) IsSet_ofContext ¶
func (*Set_ofContext) IsSet_ofContext()
func (*Set_ofContext) SET_OF ¶
func (s *Set_ofContext) SET_OF() antlr.TerminalNode
func (*Set_ofContext) ToStringTree ¶
func (s *Set_ofContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Set_typeContext ¶
type Set_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySet_typeContext ¶
func NewEmptySet_typeContext() *Set_typeContext
func NewSet_typeContext ¶
func NewSet_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Set_typeContext
func (*Set_typeContext) EnterRule ¶
func (s *Set_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Set_typeContext) ExitRule ¶
func (s *Set_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Set_typeContext) GetParser ¶
func (s *Set_typeContext) GetParser() antlr.Parser
func (*Set_typeContext) GetRuleContext ¶
func (s *Set_typeContext) GetRuleContext() antlr.RuleContext
func (*Set_typeContext) IsSet_typeContext ¶
func (*Set_typeContext) IsSet_typeContext()
func (*Set_typeContext) Set_of ¶
func (s *Set_typeContext) Set_of() ISet_ofContext
func (*Set_typeContext) Size_spec ¶
func (s *Set_typeContext) Size_spec() ISize_specContext
func (*Set_typeContext) ToStringTree ¶
func (s *Set_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Set_typeContext) Types ¶
func (s *Set_typeContext) Types() ITypesContext
type ShortcutContext ¶
type ShortcutContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyShortcutContext ¶
func NewEmptyShortcutContext() *ShortcutContext
func NewShortcutContext ¶
func NewShortcutContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ShortcutContext
func (*ShortcutContext) EnterRule ¶
func (s *ShortcutContext) EnterRule(listener antlr.ParseTreeListener)
func (*ShortcutContext) ExitRule ¶
func (s *ShortcutContext) ExitRule(listener antlr.ParseTreeListener)
func (*ShortcutContext) GetParser ¶
func (s *ShortcutContext) GetParser() antlr.Parser
func (*ShortcutContext) GetRuleContext ¶
func (s *ShortcutContext) GetRuleContext() antlr.RuleContext
func (*ShortcutContext) IsShortcutContext ¶
func (*ShortcutContext) IsShortcutContext()
func (*ShortcutContext) ToStringTree ¶
func (s *ShortcutContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ShortcutContext) WHATEVER ¶
func (s *ShortcutContext) WHATEVER() antlr.TerminalNode
type Simple_endpointContext ¶
type Simple_endpointContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySimple_endpointContext ¶
func NewEmptySimple_endpointContext() *Simple_endpointContext
func NewSimple_endpointContext ¶
func NewSimple_endpointContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Simple_endpointContext
func (*Simple_endpointContext) AllStatements ¶
func (s *Simple_endpointContext) AllStatements() []IStatementsContext
func (*Simple_endpointContext) Attribs_or_modifiers ¶
func (s *Simple_endpointContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*Simple_endpointContext) COLON ¶
func (s *Simple_endpointContext) COLON() antlr.TerminalNode
func (*Simple_endpointContext) DEDENT ¶
func (s *Simple_endpointContext) DEDENT() antlr.TerminalNode
func (*Simple_endpointContext) Endpoint_name ¶
func (s *Simple_endpointContext) Endpoint_name() IEndpoint_nameContext
func (*Simple_endpointContext) EnterRule ¶
func (s *Simple_endpointContext) EnterRule(listener antlr.ParseTreeListener)
func (*Simple_endpointContext) ExitRule ¶
func (s *Simple_endpointContext) ExitRule(listener antlr.ParseTreeListener)
func (*Simple_endpointContext) GetParser ¶
func (s *Simple_endpointContext) GetParser() antlr.Parser
func (*Simple_endpointContext) GetRuleContext ¶
func (s *Simple_endpointContext) GetRuleContext() antlr.RuleContext
func (*Simple_endpointContext) INDENT ¶
func (s *Simple_endpointContext) INDENT() antlr.TerminalNode
func (*Simple_endpointContext) IsSimple_endpointContext ¶
func (*Simple_endpointContext) IsSimple_endpointContext()
func (*Simple_endpointContext) Params ¶
func (s *Simple_endpointContext) Params() IParamsContext
func (*Simple_endpointContext) QSTRING ¶
func (s *Simple_endpointContext) QSTRING() antlr.TerminalNode
func (*Simple_endpointContext) Shortcut ¶
func (s *Simple_endpointContext) Shortcut() IShortcutContext
func (*Simple_endpointContext) Statements ¶
func (s *Simple_endpointContext) Statements(i int) IStatementsContext
func (*Simple_endpointContext) ToStringTree ¶
func (s *Simple_endpointContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Simple_endpointContext) WHATEVER ¶
func (s *Simple_endpointContext) WHATEVER() antlr.TerminalNode
type Size_specContext ¶
type Size_specContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySize_specContext ¶
func NewEmptySize_specContext() *Size_specContext
func NewSize_specContext ¶
func NewSize_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Size_specContext
func (*Size_specContext) AllDIGITS ¶
func (s *Size_specContext) AllDIGITS() []antlr.TerminalNode
func (*Size_specContext) CLOSE_PAREN ¶
func (s *Size_specContext) CLOSE_PAREN() antlr.TerminalNode
func (*Size_specContext) DIGITS ¶
func (s *Size_specContext) DIGITS(i int) antlr.TerminalNode
func (*Size_specContext) DOT ¶
func (s *Size_specContext) DOT() antlr.TerminalNode
func (*Size_specContext) EnterRule ¶
func (s *Size_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*Size_specContext) ExitRule ¶
func (s *Size_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*Size_specContext) GetParser ¶
func (s *Size_specContext) GetParser() antlr.Parser
func (*Size_specContext) GetRuleContext ¶
func (s *Size_specContext) GetRuleContext() antlr.RuleContext
func (*Size_specContext) IsSize_specContext ¶
func (*Size_specContext) IsSize_specContext()
func (*Size_specContext) OPEN_PAREN ¶
func (s *Size_specContext) OPEN_PAREN() antlr.TerminalNode
func (*Size_specContext) ToStringTree ¶
func (s *Size_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Squiggly_argsContext ¶
type Squiggly_argsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySquiggly_argsContext ¶
func NewEmptySquiggly_argsContext() *Squiggly_argsContext
func NewSquiggly_argsContext ¶
func NewSquiggly_argsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Squiggly_argsContext
func (*Squiggly_argsContext) AllE_COMMA ¶
func (s *Squiggly_argsContext) AllE_COMMA() []antlr.TerminalNode
func (*Squiggly_argsContext) AllE_Name ¶
func (s *Squiggly_argsContext) AllE_Name() []antlr.TerminalNode
func (*Squiggly_argsContext) E_COMMA ¶
func (s *Squiggly_argsContext) E_COMMA(i int) antlr.TerminalNode
func (*Squiggly_argsContext) E_Name ¶
func (s *Squiggly_argsContext) E_Name(i int) antlr.TerminalNode
func (*Squiggly_argsContext) E_SQ_CLOSE ¶
func (s *Squiggly_argsContext) E_SQ_CLOSE() antlr.TerminalNode
func (*Squiggly_argsContext) E_SQ_OPEN ¶
func (s *Squiggly_argsContext) E_SQ_OPEN() antlr.TerminalNode
func (*Squiggly_argsContext) EnterRule ¶
func (s *Squiggly_argsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Squiggly_argsContext) ExitRule ¶
func (s *Squiggly_argsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Squiggly_argsContext) GetParser ¶
func (s *Squiggly_argsContext) GetParser() antlr.Parser
func (*Squiggly_argsContext) GetRuleContext ¶
func (s *Squiggly_argsContext) GetRuleContext() antlr.RuleContext
func (*Squiggly_argsContext) IsSquiggly_argsContext ¶
func (*Squiggly_argsContext) IsSquiggly_argsContext()
func (*Squiggly_argsContext) ToStringTree ¶
func (s *Squiggly_argsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type StatementsContext ¶
type StatementsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyStatementsContext ¶
func NewEmptyStatementsContext() *StatementsContext
func NewStatementsContext ¶
func NewStatementsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *StatementsContext
func (*StatementsContext) Annotation ¶
func (s *StatementsContext) Annotation() IAnnotationContext
func (*StatementsContext) Attribs_or_modifiers ¶
func (s *StatementsContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*StatementsContext) Call_stmt ¶
func (s *StatementsContext) Call_stmt() ICall_stmtContext
func (*StatementsContext) EnterRule ¶
func (s *StatementsContext) EnterRule(listener antlr.ParseTreeListener)
func (*StatementsContext) ExitRule ¶
func (s *StatementsContext) ExitRule(listener antlr.ParseTreeListener)
func (*StatementsContext) For_stmt ¶
func (s *StatementsContext) For_stmt() IFor_stmtContext
func (*StatementsContext) GetParser ¶
func (s *StatementsContext) GetParser() antlr.Parser
func (*StatementsContext) GetRuleContext ¶
func (s *StatementsContext) GetRuleContext() antlr.RuleContext
func (*StatementsContext) Group_stmt ¶
func (s *StatementsContext) Group_stmt() IGroup_stmtContext
func (*StatementsContext) Http_method_comment ¶
func (s *StatementsContext) Http_method_comment() IHttp_method_commentContext
func (*StatementsContext) If_else ¶
func (s *StatementsContext) If_else() IIf_elseContext
func (*StatementsContext) IsStatementsContext ¶
func (*StatementsContext) IsStatementsContext()
func (*StatementsContext) One_of_stmt ¶
func (s *StatementsContext) One_of_stmt() IOne_of_stmtContext
func (*StatementsContext) Ret_stmt ¶
func (s *StatementsContext) Ret_stmt() IRet_stmtContext
func (*StatementsContext) Text_stmt ¶
func (s *StatementsContext) Text_stmt() IText_stmtContext
func (*StatementsContext) ToStringTree ¶
func (s *StatementsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Sub_packageContext ¶
type Sub_packageContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySub_packageContext ¶
func NewEmptySub_packageContext() *Sub_packageContext
func NewSub_packageContext ¶
func NewSub_packageContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sub_packageContext
func (*Sub_packageContext) EnterRule ¶
func (s *Sub_packageContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sub_packageContext) ExitRule ¶
func (s *Sub_packageContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sub_packageContext) GetParser ¶
func (s *Sub_packageContext) GetParser() antlr.Parser
func (*Sub_packageContext) GetRuleContext ¶
func (s *Sub_packageContext) GetRuleContext() antlr.RuleContext
func (*Sub_packageContext) IsSub_packageContext ¶
func (*Sub_packageContext) IsSub_packageContext()
func (*Sub_packageContext) NAME_SEP ¶
func (s *Sub_packageContext) NAME_SEP() antlr.TerminalNode
func (*Sub_packageContext) Package_name ¶
func (s *Sub_packageContext) Package_name() IPackage_nameContext
func (*Sub_packageContext) ToStringTree ¶
func (s *Sub_packageContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type SubscribeContext ¶
type SubscribeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySubscribeContext ¶
func NewEmptySubscribeContext() *SubscribeContext
func NewSubscribeContext ¶
func NewSubscribeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SubscribeContext
func (*SubscribeContext) ARROW_RIGHT ¶
func (s *SubscribeContext) ARROW_RIGHT() antlr.TerminalNode
func (*SubscribeContext) AllStatements ¶
func (s *SubscribeContext) AllStatements() []IStatementsContext
func (*SubscribeContext) App_name ¶
func (s *SubscribeContext) App_name() IApp_nameContext
func (*SubscribeContext) Attribs_or_modifiers ¶
func (s *SubscribeContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*SubscribeContext) COLON ¶
func (s *SubscribeContext) COLON() antlr.TerminalNode
func (*SubscribeContext) DEDENT ¶
func (s *SubscribeContext) DEDENT() antlr.TerminalNode
func (*SubscribeContext) EnterRule ¶
func (s *SubscribeContext) EnterRule(listener antlr.ParseTreeListener)
func (*SubscribeContext) ExitRule ¶
func (s *SubscribeContext) ExitRule(listener antlr.ParseTreeListener)
func (*SubscribeContext) GetParser ¶
func (s *SubscribeContext) GetParser() antlr.Parser
func (*SubscribeContext) GetRuleContext ¶
func (s *SubscribeContext) GetRuleContext() antlr.RuleContext
func (*SubscribeContext) INDENT ¶
func (s *SubscribeContext) INDENT() antlr.TerminalNode
func (*SubscribeContext) IsSubscribeContext ¶
func (*SubscribeContext) IsSubscribeContext()
func (*SubscribeContext) Name_str ¶
func (s *SubscribeContext) Name_str() IName_strContext
func (*SubscribeContext) Statements ¶
func (s *SubscribeContext) Statements(i int) IStatementsContext
func (*SubscribeContext) ToStringTree ¶
func (s *SubscribeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*SubscribeContext) WHATEVER ¶
func (s *SubscribeContext) WHATEVER() antlr.TerminalNode
type SubscriberContext ¶
type SubscriberContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySubscriberContext ¶
func NewEmptySubscriberContext() *SubscriberContext
func NewSubscriberContext ¶
func NewSubscriberContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *SubscriberContext
func (*SubscriberContext) App_name ¶
func (s *SubscriberContext) App_name() IApp_nameContext
func (*SubscriberContext) EnterRule ¶
func (s *SubscriberContext) EnterRule(listener antlr.ParseTreeListener)
func (*SubscriberContext) ExitRule ¶
func (s *SubscriberContext) ExitRule(listener antlr.ParseTreeListener)
func (*SubscriberContext) GetParser ¶
func (s *SubscriberContext) GetParser() antlr.Parser
func (*SubscriberContext) GetRuleContext ¶
func (s *SubscriberContext) GetRuleContext() antlr.RuleContext
func (*SubscriberContext) IsSubscriberContext ¶
func (*SubscriberContext) IsSubscriberContext()
func (*SubscriberContext) ToStringTree ¶
func (s *SubscriberContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type SyslLexer ¶
func NewSyslLexer ¶
func NewSyslLexer(input antlr.CharStream) *SyslLexer
func (*SyslLexer) ABSTRACT_Action ¶
func (l *SyslLexer) ABSTRACT_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) ABSTRACT_Sempred ¶
func (p *SyslLexer) ABSTRACT_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslLexer) AMP_Sempred ¶
func (p *SyslLexer) AMP_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslLexer) Action ¶
func (l *SyslLexer) Action(localctx antlr.RuleContext, ruleIndex, actionIndex int)
func (*SyslLexer) COLON_Action ¶
func (l *SyslLexer) COLON_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) EMPTY_COMMENT_Action ¶
func (l *SyslLexer) EMPTY_COMMENT_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) EMPTY_LINE_Action ¶
func (l *SyslLexer) EMPTY_LINE_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_CLOSE_PAREN_Action ¶
func (l *SyslLexer) E_CLOSE_PAREN_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_DOT_NAME_NL_Action ¶
func (l *SyslLexer) E_DOT_NAME_NL_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_DOT_NAME_NL_Sempred ¶
func (p *SyslLexer) E_DOT_NAME_NL_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslLexer) E_EMPTY_LINE_Action ¶
func (l *SyslLexer) E_EMPTY_LINE_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_EMPTY_LINE_Sempred ¶
func (p *SyslLexer) E_EMPTY_LINE_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslLexer) E_INDENTED_COMMENT_Action ¶
func (l *SyslLexer) E_INDENTED_COMMENT_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_NL_Action ¶
func (l *SyslLexer) E_NL_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_NativeDataTypes_Action ¶
func (l *SyslLexer) E_NativeDataTypes_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_OPEN_PAREN_Action ¶
func (l *SyslLexer) E_OPEN_PAREN_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) E_WS_Action ¶
func (l *SyslLexer) E_WS_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) FORWARD_SLASH_Action ¶
func (l *SyslLexer) FORWARD_SLASH_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) HTTP_VERBS_Action ¶
func (l *SyslLexer) HTTP_VERBS_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) IMPORT_Action ¶
func (l *SyslLexer) IMPORT_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) IMPORT_Sempred ¶
func (p *SyslLexer) IMPORT_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslLexer) INDENTED_COMMENT_Action ¶
func (l *SyslLexer) INDENTED_COMMENT_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) NEWLINE_2_Action ¶
func (l *SyslLexer) NEWLINE_2_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) NEWLINE_Action ¶
func (l *SyslLexer) NEWLINE_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) NativeDataTypes_Sempred ¶
func (p *SyslLexer) NativeDataTypes_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslLexer) SQ_CLOSE_Action ¶
func (l *SyslLexer) SQ_CLOSE_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) SQ_OPEN_Action ¶
func (l *SyslLexer) SQ_OPEN_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) Sempred ¶
func (l *SyslLexer) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
func (*SyslLexer) TEXT_LINE_Sempred ¶
func (p *SyslLexer) TEXT_LINE_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslLexer) TEXT_VALUE_Action ¶
func (l *SyslLexer) TEXT_VALUE_Action(localctx antlr.RuleContext, actionIndex int)
func (*SyslLexer) VIEW_Action ¶
func (l *SyslLexer) VIEW_Action(localctx antlr.RuleContext, actionIndex int)
type SyslParser ¶
type SyslParser struct {
*antlr.BaseParser
}
func NewSyslParser ¶
func NewSyslParser(input antlr.TokenStream) *SyslParser
func (*SyslParser) Abstract_view ¶
func (p *SyslParser) Abstract_view() (localctx IAbstract_viewContext)
func (*SyslParser) Alias ¶
func (p *SyslParser) Alias() (localctx IAliasContext)
func (*SyslParser) Annotation ¶
func (p *SyslParser) Annotation() (localctx IAnnotationContext)
func (*SyslParser) Annotation_value ¶
func (p *SyslParser) Annotation_value() (localctx IAnnotation_valueContext)
func (*SyslParser) Annotations ¶
func (p *SyslParser) Annotations() (localctx IAnnotationsContext)
func (*SyslParser) App_decl ¶
func (p *SyslParser) App_decl() (localctx IApp_declContext)
func (*SyslParser) App_decl_Sempred ¶
func (p *SyslParser) App_decl_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslParser) App_name ¶
func (p *SyslParser) App_name() (localctx IApp_nameContext)
func (*SyslParser) Application ¶
func (p *SyslParser) Application() (localctx IApplicationContext)
func (*SyslParser) Array_of_arrays ¶
func (p *SyslParser) Array_of_arrays() (localctx IArray_of_arraysContext)
func (*SyslParser) Array_of_strings ¶
func (p *SyslParser) Array_of_strings() (localctx IArray_of_stringsContext)
func (*SyslParser) Array_size ¶
func (p *SyslParser) Array_size() (localctx IArray_sizeContext)
func (*SyslParser) Atom ¶
func (p *SyslParser) Atom() (localctx IAtomContext)
func (*SyslParser) AtomT ¶
func (p *SyslParser) AtomT() (localctx IAtomTContext)
func (*SyslParser) AtomT_implied_dot ¶
func (p *SyslParser) AtomT_implied_dot() (localctx IAtomT_implied_dotContext)
func (*SyslParser) AtomT_name ¶
func (p *SyslParser) AtomT_name() (localctx IAtomT_nameContext)
func (*SyslParser) AtomT_paren ¶
func (p *SyslParser) AtomT_paren() (localctx IAtomT_parenContext)
func (*SyslParser) Atom_dot_relop ¶
func (p *SyslParser) Atom_dot_relop() (localctx IAtom_dot_relopContext)
func (*SyslParser) Attribs_or_modifiers ¶
func (p *SyslParser) Attribs_or_modifiers() (localctx IAttribs_or_modifiersContext)
func (*SyslParser) Binexpr ¶
func (p *SyslParser) Binexpr() (localctx IBinexprContext)
func (*SyslParser) BinexprT ¶
func (p *SyslParser) BinexprT() (localctx IBinexprTContext)
func (*SyslParser) Call_arg ¶
func (p *SyslParser) Call_arg() (localctx ICall_argContext)
func (*SyslParser) Call_args ¶
func (p *SyslParser) Call_args() (localctx ICall_argsContext)
func (*SyslParser) Call_stmt ¶
func (p *SyslParser) Call_stmt() (localctx ICall_stmtContext)
func (*SyslParser) Collection_type ¶
func (p *SyslParser) Collection_type() (localctx ICollection_typeContext)
func (*SyslParser) Collector ¶
func (p *SyslParser) Collector() (localctx ICollectorContext)
func (*SyslParser) Collector_action_stmt ¶
func (p *SyslParser) Collector_action_stmt() (localctx ICollector_action_stmtContext)
func (*SyslParser) Collector_call_stmt ¶
func (p *SyslParser) Collector_call_stmt() (localctx ICollector_call_stmtContext)
func (*SyslParser) Collector_http_stmt ¶
func (p *SyslParser) Collector_http_stmt() (localctx ICollector_http_stmtContext)
func (*SyslParser) Collector_http_stmt_part ¶
func (p *SyslParser) Collector_http_stmt_part() (localctx ICollector_http_stmt_partContext)
func (*SyslParser) Collector_http_stmt_suffix ¶
func (p *SyslParser) Collector_http_stmt_suffix() (localctx ICollector_http_stmt_suffixContext)
func (*SyslParser) Collector_pubsub_call ¶
func (p *SyslParser) Collector_pubsub_call() (localctx ICollector_pubsub_callContext)
func (*SyslParser) Collector_query_param ¶
func (p *SyslParser) Collector_query_param() (localctx ICollector_query_paramContext)
func (*SyslParser) Collector_query_var ¶
func (p *SyslParser) Collector_query_var() (localctx ICollector_query_varContext)
func (*SyslParser) Collector_stmts ¶
func (p *SyslParser) Collector_stmts() (localctx ICollector_stmtsContext)
func (*SyslParser) Cond_block ¶
func (p *SyslParser) Cond_block() (localctx ICond_blockContext)
func (*SyslParser) Cond_block_Sempred ¶
func (p *SyslParser) Cond_block_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslParser) Control_item ¶
func (p *SyslParser) Control_item() (localctx IControl_itemContext)
func (*SyslParser) Doc_string ¶
func (p *SyslParser) Doc_string() (localctx IDoc_stringContext)
func (*SyslParser) E_compare_ops ¶
func (p *SyslParser) E_compare_ops() (localctx IE_compare_opsContext)
func (*SyslParser) E_scope_var ¶
func (p *SyslParser) E_scope_var() (localctx IE_scope_varContext)
func (*SyslParser) E_single_arg_func ¶
func (p *SyslParser) E_single_arg_func() (localctx IE_single_arg_funcContext)
func (*SyslParser) Else_block_stmt ¶
func (p *SyslParser) Else_block_stmt() (localctx IElse_block_stmtContext)
func (*SyslParser) Else_stmt ¶
func (p *SyslParser) Else_stmt() (localctx IElse_stmtContext)
func (*SyslParser) Empty_tuple ¶
func (p *SyslParser) Empty_tuple() (localctx IEmpty_tupleContext)
func (*SyslParser) Endpoint_name ¶
func (p *SyslParser) Endpoint_name() (localctx IEndpoint_nameContext)
func (*SyslParser) Entry ¶
func (p *SyslParser) Entry() (localctx IEntryContext)
func (*SyslParser) Event ¶
func (p *SyslParser) Event() (localctx IEventContext)
func (*SyslParser) Expr ¶
func (p *SyslParser) Expr() (localctx IExprContext)
func (*SyslParser) Expr_agg_func ¶
func (p *SyslParser) Expr_agg_func() (localctx IExpr_agg_funcContext)
func (*SyslParser) Expr_and ¶
func (p *SyslParser) Expr_and() (localctx IExpr_andContext)
func (*SyslParser) Expr_any_func ¶
func (p *SyslParser) Expr_any_func() (localctx IExpr_any_funcContext)
func (*SyslParser) Expr_assign ¶
func (p *SyslParser) Expr_assign() (localctx IExpr_assignContext)
func (*SyslParser) Expr_atom_list ¶
func (p *SyslParser) Expr_atom_list() (localctx IExpr_atom_listContext)
func (*SyslParser) Expr_bitand ¶
func (p *SyslParser) Expr_bitand() (localctx IExpr_bitandContext)
func (*SyslParser) Expr_bitor ¶
func (p *SyslParser) Expr_bitor() (localctx IExpr_bitorContext)
func (*SyslParser) Expr_bitxor ¶
func (p *SyslParser) Expr_bitxor() (localctx IExpr_bitxorContext)
func (*SyslParser) Expr_block ¶
func (p *SyslParser) Expr_block() (localctx IExpr_blockContext)
func (*SyslParser) Expr_but_not ¶
func (p *SyslParser) Expr_but_not() (localctx IExpr_but_notContext)
func (*SyslParser) Expr_coalesce ¶
func (p *SyslParser) Expr_coalesce() (localctx IExpr_coalesceContext)
func (*SyslParser) Expr_count ¶
func (p *SyslParser) Expr_count() (localctx IExpr_countContext)
func (*SyslParser) Expr_dot_assign ¶
func (p *SyslParser) Expr_dot_assign() (localctx IExpr_dot_assignContext)
func (*SyslParser) Expr_first_func ¶
func (p *SyslParser) Expr_first_func() (localctx IExpr_first_funcContext)
func (*SyslParser) Expr_func ¶
func (p *SyslParser) Expr_func() (localctx IExpr_funcContext)
func (*SyslParser) Expr_if_else ¶
func (p *SyslParser) Expr_if_else() (localctx IExpr_if_elseContext)
func (*SyslParser) Expr_inject_stmt ¶
func (p *SyslParser) Expr_inject_stmt() (localctx IExpr_inject_stmtContext)
func (*SyslParser) Expr_let_statement ¶
func (p *SyslParser) Expr_let_statement() (localctx IExpr_let_statementContext)
func (*SyslParser) Expr_list ¶
func (p *SyslParser) Expr_list() (localctx IExpr_listContext)
func (*SyslParser) Expr_matching ¶
func (p *SyslParser) Expr_matching() (localctx IExpr_matchingContext)
func (*SyslParser) Expr_navigate ¶
func (p *SyslParser) Expr_navigate() (localctx IExpr_navigateContext)
func (*SyslParser) Expr_navigate_attr ¶
func (p *SyslParser) Expr_navigate_attr() (localctx IExpr_navigate_attrContext)
func (*SyslParser) Expr_or ¶
func (p *SyslParser) Expr_or() (localctx IExpr_orContext)
func (*SyslParser) Expr_rank_func ¶
func (p *SyslParser) Expr_rank_func() (localctx IExpr_rank_funcContext)
func (*SyslParser) Expr_rel ¶
func (p *SyslParser) Expr_rel() (localctx IExpr_relContext)
func (*SyslParser) Expr_set ¶
func (p *SyslParser) Expr_set() (localctx IExpr_setContext)
func (*SyslParser) Expr_simple_assign ¶
func (p *SyslParser) Expr_simple_assign() (localctx IExpr_simple_assignContext)
func (*SyslParser) Expr_single_arg_func ¶
func (p *SyslParser) Expr_single_arg_func() (localctx IExpr_single_arg_funcContext)
func (*SyslParser) Expr_single_or_null ¶
func (p *SyslParser) Expr_single_or_null() (localctx IExpr_single_or_nullContext)
func (*SyslParser) Expr_snapshot ¶
func (p *SyslParser) Expr_snapshot() (localctx IExpr_snapshotContext)
func (*SyslParser) Expr_statement ¶
func (p *SyslParser) Expr_statement() (localctx IExpr_statementContext)
func (*SyslParser) Expr_statement_Sempred ¶
func (p *SyslParser) Expr_statement_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslParser) Expr_statement_no_nl ¶
func (p *SyslParser) Expr_statement_no_nl() (localctx IExpr_statement_no_nlContext)
func (*SyslParser) Expr_stmt ¶
func (p *SyslParser) Expr_stmt() (localctx IExpr_stmtContext)
func (*SyslParser) Expr_table_of_op ¶
func (p *SyslParser) Expr_table_of_op() (localctx IExpr_table_of_opContext)
func (*SyslParser) Expr_table_of_statement ¶
func (p *SyslParser) Expr_table_of_statement() (localctx IExpr_table_of_statementContext)
func (*SyslParser) Facade ¶
func (p *SyslParser) Facade() (localctx IFacadeContext)
func (*SyslParser) Field ¶
func (p *SyslParser) Field() (localctx IFieldContext)
func (*SyslParser) Field_type ¶
func (p *SyslParser) Field_type() (localctx IField_typeContext)
func (*SyslParser) Final_else ¶
func (p *SyslParser) Final_else() (localctx IFinal_elseContext)
func (*SyslParser) Final_else_Sempred ¶
func (p *SyslParser) Final_else_Sempred(localctx antlr.RuleContext, predIndex int) bool
func (*SyslParser) First_func_target ¶
func (p *SyslParser) First_func_target() (localctx IFirst_func_targetContext)
func (*SyslParser) For_stmt ¶
func (p *SyslParser) For_stmt() (localctx IFor_stmtContext)
func (*SyslParser) Func_arg ¶
func (p *SyslParser) Func_arg() (localctx IFunc_argContext)
func (*SyslParser) Func_args ¶
func (p *SyslParser) Func_args() (localctx IFunc_argsContext)
func (*SyslParser) Group_stmt ¶
func (p *SyslParser) Group_stmt() (localctx IGroup_stmtContext)
func (*SyslParser) Http_method_comment ¶
func (p *SyslParser) Http_method_comment() (localctx IHttp_method_commentContext)
func (*SyslParser) Http_path ¶
func (p *SyslParser) Http_path() (localctx IHttp_pathContext)
func (*SyslParser) Http_path_part ¶
func (p *SyslParser) Http_path_part() (localctx IHttp_path_partContext)
func (*SyslParser) Http_path_static ¶
func (p *SyslParser) Http_path_static() (localctx IHttp_path_staticContext)
func (*SyslParser) Http_path_suffix ¶
func (p *SyslParser) Http_path_suffix() (localctx IHttp_path_suffixContext)
func (*SyslParser) Http_path_var_with_type ¶
func (p *SyslParser) Http_path_var_with_type() (localctx IHttp_path_var_with_typeContext)
func (*SyslParser) If_controls ¶
func (p *SyslParser) If_controls() (localctx IIf_controlsContext)
func (*SyslParser) If_else ¶
func (p *SyslParser) If_else() (localctx IIf_elseContext)
func (*SyslParser) If_multiple_lines ¶
func (p *SyslParser) If_multiple_lines() (localctx IIf_multiple_linesContext)
func (*SyslParser) If_one_liner ¶
func (p *SyslParser) If_one_liner() (localctx IIf_one_linerContext)
func (*SyslParser) If_stmt ¶
func (p *SyslParser) If_stmt() (localctx IIf_stmtContext)
func (*SyslParser) Ifvar ¶
func (p *SyslParser) Ifvar() (localctx IIfvarContext)
func (*SyslParser) Import_mode ¶
func (p *SyslParser) Import_mode() (localctx IImport_modeContext)
func (*SyslParser) Import_stmt ¶
func (p *SyslParser) Import_stmt() (localctx IImport_stmtContext)
func (*SyslParser) Imports_decl ¶
func (p *SyslParser) Imports_decl() (localctx IImports_declContext)
func (*SyslParser) Inplace_table ¶
func (p *SyslParser) Inplace_table() (localctx IInplace_tableContext)
func (*SyslParser) Inplace_table_def ¶
func (p *SyslParser) Inplace_table_def() (localctx IInplace_table_defContext)
func (*SyslParser) Inplace_tuple ¶
func (p *SyslParser) Inplace_tuple() (localctx IInplace_tupleContext)
func (*SyslParser) List_item ¶
func (p *SyslParser) List_item() (localctx IList_itemContext)
func (*SyslParser) Literal ¶
func (p *SyslParser) Literal() (localctx ILiteralContext)
func (*SyslParser) Matching_rhs ¶
func (p *SyslParser) Matching_rhs() (localctx IMatching_rhsContext)
func (*SyslParser) Method_def ¶
func (p *SyslParser) Method_def() (localctx IMethod_defContext)
func (*SyslParser) Mixin ¶
func (p *SyslParser) Mixin() (localctx IMixinContext)
func (*SyslParser) Model_name ¶
func (p *SyslParser) Model_name() (localctx IModel_nameContext)
func (*SyslParser) Modifier ¶
func (p *SyslParser) Modifier() (localctx IModifierContext)
func (*SyslParser) Multi_line_docstring ¶
func (p *SyslParser) Multi_line_docstring() (localctx IMulti_line_docstringContext)
func (*SyslParser) Name_str ¶
func (p *SyslParser) Name_str() (localctx IName_strContext)
func (*SyslParser) Name_with_attribs ¶
func (p *SyslParser) Name_with_attribs() (localctx IName_with_attribsContext)
func (*SyslParser) Nvp ¶
func (p *SyslParser) Nvp() (localctx INvpContext)
func (*SyslParser) One_of_case_label ¶
func (p *SyslParser) One_of_case_label() (localctx IOne_of_case_labelContext)
func (*SyslParser) One_of_cases ¶
func (p *SyslParser) One_of_cases() (localctx IOne_of_casesContext)
func (*SyslParser) One_of_stmt ¶
func (p *SyslParser) One_of_stmt() (localctx IOne_of_stmtContext)
func (*SyslParser) Package_name ¶
func (p *SyslParser) Package_name() (localctx IPackage_nameContext)
func (*SyslParser) Param ¶
func (p *SyslParser) Param() (localctx IParamContext)
func (*SyslParser) Param_list ¶
func (p *SyslParser) Param_list() (localctx IParam_listContext)
func (*SyslParser) Params ¶
func (p *SyslParser) Params() (localctx IParamsContext)
func (*SyslParser) Power ¶
func (p *SyslParser) Power() (localctx IPowerContext)
func (*SyslParser) PowerT ¶
func (p *SyslParser) PowerT() (localctx IPowerTContext)
func (*SyslParser) Publisher ¶
func (p *SyslParser) Publisher() (localctx IPublisherContext)
func (*SyslParser) Query_param ¶
func (p *SyslParser) Query_param() (localctx IQuery_paramContext)
func (*SyslParser) Query_var ¶
func (p *SyslParser) Query_var() (localctx IQuery_varContext)
func (*SyslParser) Quoted_string ¶
func (p *SyslParser) Quoted_string() (localctx IQuoted_stringContext)
func (*SyslParser) Rank_expr ¶
func (p *SyslParser) Rank_expr() (localctx IRank_exprContext)
func (*SyslParser) Rank_expr_list ¶
func (p *SyslParser) Rank_expr_list() (localctx IRank_expr_listContext)
func (*SyslParser) Reference ¶
func (p *SyslParser) Reference() (localctx IReferenceContext)
func (*SyslParser) Relop ¶
func (p *SyslParser) Relop() (localctx IRelopContext)
func (*SyslParser) Rest_endpoint ¶
func (p *SyslParser) Rest_endpoint() (localctx IRest_endpointContext)
func (*SyslParser) Ret_stmt ¶
func (p *SyslParser) Ret_stmt() (localctx IRet_stmtContext)
func (*SyslParser) Sempred ¶
func (p *SyslParser) Sempred(localctx antlr.RuleContext, ruleIndex, predIndex int) bool
func (*SyslParser) Sequence_of ¶
func (p *SyslParser) Sequence_of() (localctx ISequence_ofContext)
func (*SyslParser) Sequence_type ¶
func (p *SyslParser) Sequence_type() (localctx ISequence_typeContext)
func (*SyslParser) Set_of ¶
func (p *SyslParser) Set_of() (localctx ISet_ofContext)
func (*SyslParser) Set_type ¶
func (p *SyslParser) Set_type() (localctx ISet_typeContext)
func (*SyslParser) Shortcut ¶
func (p *SyslParser) Shortcut() (localctx IShortcutContext)
func (*SyslParser) Simple_endpoint ¶
func (p *SyslParser) Simple_endpoint() (localctx ISimple_endpointContext)
func (*SyslParser) Size_spec ¶
func (p *SyslParser) Size_spec() (localctx ISize_specContext)
func (*SyslParser) Squiggly_args ¶
func (p *SyslParser) Squiggly_args() (localctx ISquiggly_argsContext)
func (*SyslParser) Statements ¶
func (p *SyslParser) Statements() (localctx IStatementsContext)
func (*SyslParser) Sub_package ¶
func (p *SyslParser) Sub_package() (localctx ISub_packageContext)
func (*SyslParser) Subscribe ¶
func (p *SyslParser) Subscribe() (localctx ISubscribeContext)
func (*SyslParser) Subscriber ¶
func (p *SyslParser) Subscriber() (localctx ISubscriberContext)
func (*SyslParser) Sysl_file ¶
func (p *SyslParser) Sysl_file() (localctx ISysl_fileContext)
func (*SyslParser) Table ¶
func (p *SyslParser) Table() (localctx ITableContext)
func (*SyslParser) Table_def ¶
func (p *SyslParser) Table_def() (localctx ITable_defContext)
func (*SyslParser) Table_refs ¶
func (p *SyslParser) Table_refs() (localctx ITable_refsContext)
func (*SyslParser) Table_stmts ¶
func (p *SyslParser) Table_stmts() (localctx ITable_stmtsContext)
func (*SyslParser) Target ¶
func (p *SyslParser) Target() (localctx ITargetContext)
func (*SyslParser) Target_endpoint ¶
func (p *SyslParser) Target_endpoint() (localctx ITarget_endpointContext)
func (*SyslParser) Term ¶
func (p *SyslParser) Term() (localctx ITermContext)
func (*SyslParser) TermT ¶
func (p *SyslParser) TermT() (localctx ITermTContext)
func (*SyslParser) Text_stmt ¶
func (p *SyslParser) Text_stmt() (localctx IText_stmtContext)
func (*SyslParser) Transform ¶
func (p *SyslParser) Transform() (localctx ITransformContext)
func (*SyslParser) Transform_arg ¶
func (p *SyslParser) Transform_arg() (localctx ITransform_argContext)
func (*SyslParser) Transform_return_type ¶
func (p *SyslParser) Transform_return_type() (localctx ITransform_return_typeContext)
func (*SyslParser) Transform_scope_var ¶
func (p *SyslParser) Transform_scope_var() (localctx ITransform_scope_varContext)
func (*SyslParser) Types ¶
func (p *SyslParser) Types() (localctx ITypesContext)
func (*SyslParser) UnaryTerm ¶
func (p *SyslParser) UnaryTerm() (localctx IUnaryTermContext)
func (*SyslParser) Union ¶
func (p *SyslParser) Union() (localctx IUnionContext)
func (*SyslParser) User_defined_type ¶
func (p *SyslParser) User_defined_type() (localctx IUser_defined_typeContext)
func (*SyslParser) Var_in_curly ¶
func (p *SyslParser) Var_in_curly() (localctx IVar_in_curlyContext)
func (*SyslParser) View ¶
func (p *SyslParser) View() (localctx IViewContext)
func (*SyslParser) View_param ¶
func (p *SyslParser) View_param() (localctx IView_paramContext)
func (*SyslParser) View_params ¶
func (p *SyslParser) View_params() (localctx IView_paramsContext)
func (*SyslParser) View_return_type ¶
func (p *SyslParser) View_return_type() (localctx IView_return_typeContext)
func (*SyslParser) View_type_spec ¶
func (p *SyslParser) View_type_spec() (localctx IView_type_specContext)
type SyslParserListener ¶
type SyslParserListener interface {
antlr.ParseTreeListener
// EnterModifier is called when entering the modifier production.
EnterModifier(c *ModifierContext)
// EnterSize_spec is called when entering the size_spec production.
EnterSize_spec(c *Size_specContext)
// EnterName_str is called when entering the name_str production.
EnterName_str(c *Name_strContext)
// EnterReference is called when entering the reference production.
EnterReference(c *ReferenceContext)
// EnterDoc_string is called when entering the doc_string production.
EnterDoc_string(c *Doc_stringContext)
// EnterQuoted_string is called when entering the quoted_string production.
EnterQuoted_string(c *Quoted_stringContext)
// EnterArray_of_strings is called when entering the array_of_strings production.
EnterArray_of_strings(c *Array_of_stringsContext)
// EnterArray_of_arrays is called when entering the array_of_arrays production.
EnterArray_of_arrays(c *Array_of_arraysContext)
// EnterNvp is called when entering the nvp production.
EnterNvp(c *NvpContext)
// EnterEntry is called when entering the entry production.
EnterEntry(c *EntryContext)
// EnterAttribs_or_modifiers is called when entering the attribs_or_modifiers production.
EnterAttribs_or_modifiers(c *Attribs_or_modifiersContext)
// EnterUser_defined_type is called when entering the user_defined_type production.
EnterUser_defined_type(c *User_defined_typeContext)
// EnterTypes is called when entering the types production.
EnterTypes(c *TypesContext)
// EnterSet_of is called when entering the set_of production.
EnterSet_of(c *Set_ofContext)
// EnterSet_type is called when entering the set_type production.
EnterSet_type(c *Set_typeContext)
// EnterSequence_of is called when entering the sequence_of production.
EnterSequence_of(c *Sequence_ofContext)
// EnterSequence_type is called when entering the sequence_type production.
EnterSequence_type(c *Sequence_typeContext)
// EnterCollection_type is called when entering the collection_type production.
EnterCollection_type(c *Collection_typeContext)
// EnterMulti_line_docstring is called when entering the multi_line_docstring production.
EnterMulti_line_docstring(c *Multi_line_docstringContext)
// EnterAnnotation_value is called when entering the annotation_value production.
EnterAnnotation_value(c *Annotation_valueContext)
// EnterAnnotation is called when entering the annotation production.
EnterAnnotation(c *AnnotationContext)
// EnterAnnotations is called when entering the annotations production.
EnterAnnotations(c *AnnotationsContext)
// EnterField_type is called when entering the field_type production.
EnterField_type(c *Field_typeContext)
// EnterArray_size is called when entering the array_size production.
EnterArray_size(c *Array_sizeContext)
// EnterInplace_tuple is called when entering the inplace_tuple production.
EnterInplace_tuple(c *Inplace_tupleContext)
// EnterField is called when entering the field production.
EnterField(c *FieldContext)
// EnterInplace_table is called when entering the inplace_table production.
EnterInplace_table(c *Inplace_tableContext)
// EnterTable_stmts is called when entering the table_stmts production.
EnterTable_stmts(c *Table_stmtsContext)
// EnterTable_def is called when entering the table_def production.
EnterTable_def(c *Table_defContext)
// EnterTable is called when entering the table production.
EnterTable(c *TableContext)
// EnterUnion is called when entering the union production.
EnterUnion(c *UnionContext)
// EnterPackage_name is called when entering the package_name production.
EnterPackage_name(c *Package_nameContext)
// EnterSub_package is called when entering the sub_package production.
EnterSub_package(c *Sub_packageContext)
// EnterApp_name is called when entering the app_name production.
EnterApp_name(c *App_nameContext)
// EnterName_with_attribs is called when entering the name_with_attribs production.
EnterName_with_attribs(c *Name_with_attribsContext)
// EnterModel_name is called when entering the model_name production.
EnterModel_name(c *Model_nameContext)
// EnterInplace_table_def is called when entering the inplace_table_def production.
EnterInplace_table_def(c *Inplace_table_defContext)
// EnterTable_refs is called when entering the table_refs production.
EnterTable_refs(c *Table_refsContext)
// EnterFacade is called when entering the facade production.
EnterFacade(c *FacadeContext)
// EnterVar_in_curly is called when entering the var_in_curly production.
EnterVar_in_curly(c *Var_in_curlyContext)
// EnterQuery_var is called when entering the query_var production.
EnterQuery_var(c *Query_varContext)
// EnterQuery_param is called when entering the query_param production.
EnterQuery_param(c *Query_paramContext)
// EnterHttp_path_part is called when entering the http_path_part production.
EnterHttp_path_part(c *Http_path_partContext)
// EnterHttp_path_var_with_type is called when entering the http_path_var_with_type production.
EnterHttp_path_var_with_type(c *Http_path_var_with_typeContext)
// EnterHttp_path_static is called when entering the http_path_static production.
EnterHttp_path_static(c *Http_path_staticContext)
// EnterHttp_path_suffix is called when entering the http_path_suffix production.
EnterHttp_path_suffix(c *Http_path_suffixContext)
// EnterHttp_path is called when entering the http_path production.
EnterHttp_path(c *Http_pathContext)
// EnterEndpoint_name is called when entering the endpoint_name production.
EnterEndpoint_name(c *Endpoint_nameContext)
// EnterRet_stmt is called when entering the ret_stmt production.
EnterRet_stmt(c *Ret_stmtContext)
// EnterTarget is called when entering the target production.
EnterTarget(c *TargetContext)
// EnterTarget_endpoint is called when entering the target_endpoint production.
EnterTarget_endpoint(c *Target_endpointContext)
// EnterCall_arg is called when entering the call_arg production.
EnterCall_arg(c *Call_argContext)
// EnterCall_args is called when entering the call_args production.
EnterCall_args(c *Call_argsContext)
// EnterCall_stmt is called when entering the call_stmt production.
EnterCall_stmt(c *Call_stmtContext)
// EnterIf_stmt is called when entering the if_stmt production.
EnterIf_stmt(c *If_stmtContext)
// EnterElse_stmt is called when entering the else_stmt production.
EnterElse_stmt(c *Else_stmtContext)
// EnterIf_else is called when entering the if_else production.
EnterIf_else(c *If_elseContext)
// EnterFor_stmt is called when entering the for_stmt production.
EnterFor_stmt(c *For_stmtContext)
// EnterHttp_method_comment is called when entering the http_method_comment production.
EnterHttp_method_comment(c *Http_method_commentContext)
// EnterGroup_stmt is called when entering the group_stmt production.
EnterGroup_stmt(c *Group_stmtContext)
// EnterOne_of_case_label is called when entering the one_of_case_label production.
EnterOne_of_case_label(c *One_of_case_labelContext)
// EnterOne_of_cases is called when entering the one_of_cases production.
EnterOne_of_cases(c *One_of_casesContext)
// EnterOne_of_stmt is called when entering the one_of_stmt production.
EnterOne_of_stmt(c *One_of_stmtContext)
// EnterText_stmt is called when entering the text_stmt production.
EnterText_stmt(c *Text_stmtContext)
// EnterMixin is called when entering the mixin production.
EnterMixin(c *MixinContext)
// EnterParam is called when entering the param production.
EnterParam(c *ParamContext)
// EnterParam_list is called when entering the param_list production.
EnterParam_list(c *Param_listContext)
// EnterParams is called when entering the params production.
EnterParams(c *ParamsContext)
// EnterStatements is called when entering the statements production.
EnterStatements(c *StatementsContext)
// EnterMethod_def is called when entering the method_def production.
EnterMethod_def(c *Method_defContext)
// EnterShortcut is called when entering the shortcut production.
EnterShortcut(c *ShortcutContext)
// EnterSimple_endpoint is called when entering the simple_endpoint production.
EnterSimple_endpoint(c *Simple_endpointContext)
// EnterRest_endpoint is called when entering the rest_endpoint production.
EnterRest_endpoint(c *Rest_endpointContext)
// EnterCollector_query_var is called when entering the collector_query_var production.
EnterCollector_query_var(c *Collector_query_varContext)
// EnterCollector_query_param is called when entering the collector_query_param production.
EnterCollector_query_param(c *Collector_query_paramContext)
// EnterCollector_call_stmt is called when entering the collector_call_stmt production.
EnterCollector_call_stmt(c *Collector_call_stmtContext)
// EnterCollector_http_stmt_part is called when entering the collector_http_stmt_part production.
EnterCollector_http_stmt_part(c *Collector_http_stmt_partContext)
// EnterCollector_http_stmt_suffix is called when entering the collector_http_stmt_suffix production.
EnterCollector_http_stmt_suffix(c *Collector_http_stmt_suffixContext)
// EnterCollector_http_stmt is called when entering the collector_http_stmt production.
EnterCollector_http_stmt(c *Collector_http_stmtContext)
// EnterPublisher is called when entering the publisher production.
EnterPublisher(c *PublisherContext)
// EnterSubscriber is called when entering the subscriber production.
EnterSubscriber(c *SubscriberContext)
// EnterCollector_pubsub_call is called when entering the collector_pubsub_call production.
EnterCollector_pubsub_call(c *Collector_pubsub_callContext)
// EnterCollector_action_stmt is called when entering the collector_action_stmt production.
EnterCollector_action_stmt(c *Collector_action_stmtContext)
// EnterCollector_stmts is called when entering the collector_stmts production.
EnterCollector_stmts(c *Collector_stmtsContext)
// EnterCollector is called when entering the collector production.
EnterCollector(c *CollectorContext)
// EnterEvent is called when entering the event production.
EnterEvent(c *EventContext)
// EnterSubscribe is called when entering the subscribe production.
EnterSubscribe(c *SubscribeContext)
// EnterView_type_spec is called when entering the view_type_spec production.
EnterView_type_spec(c *View_type_specContext)
// EnterLiteral is called when entering the literal production.
EnterLiteral(c *LiteralContext)
// EnterExpr_table_of_op is called when entering the expr_table_of_op production.
EnterExpr_table_of_op(c *Expr_table_of_opContext)
// EnterFunc_arg is called when entering the func_arg production.
EnterFunc_arg(c *Func_argContext)
// EnterFunc_args is called when entering the func_args production.
EnterFunc_args(c *Func_argsContext)
// EnterExpr_func is called when entering the expr_func production.
EnterExpr_func(c *Expr_funcContext)
// EnterRank_expr is called when entering the rank_expr production.
EnterRank_expr(c *Rank_exprContext)
// EnterRank_expr_list is called when entering the rank_expr_list production.
EnterRank_expr_list(c *Rank_expr_listContext)
// EnterExpr_rank_func is called when entering the expr_rank_func production.
EnterExpr_rank_func(c *Expr_rank_funcContext)
// EnterExpr_agg_func is called when entering the expr_agg_func production.
EnterExpr_agg_func(c *Expr_agg_funcContext)
// EnterE_scope_var is called when entering the e_scope_var production.
EnterE_scope_var(c *E_scope_varContext)
// EnterFirst_func_target is called when entering the first_func_target production.
EnterFirst_func_target(c *First_func_targetContext)
// EnterExpr_first_func is called when entering the expr_first_func production.
EnterExpr_first_func(c *Expr_first_funcContext)
// EnterE_single_arg_func is called when entering the e_single_arg_func production.
EnterE_single_arg_func(c *E_single_arg_funcContext)
// EnterExpr_single_arg_func is called when entering the expr_single_arg_func production.
EnterExpr_single_arg_func(c *Expr_single_arg_funcContext)
// EnterExpr_any_func is called when entering the expr_any_func production.
EnterExpr_any_func(c *Expr_any_funcContext)
// EnterExpr_single_or_null is called when entering the expr_single_or_null production.
EnterExpr_single_or_null(c *Expr_single_or_nullContext)
// EnterExpr_snapshot is called when entering the expr_snapshot production.
EnterExpr_snapshot(c *Expr_snapshotContext)
// EnterExpr_count is called when entering the expr_count production.
EnterExpr_count(c *Expr_countContext)
EnterExpr_navigate_attr(c *Expr_navigate_attrContext)
EnterExpr_navigate(c *Expr_navigateContext)
// EnterMatching_rhs is called when entering the matching_rhs production.
EnterMatching_rhs(c *Matching_rhsContext)
// EnterSquiggly_args is called when entering the squiggly_args production.
EnterSquiggly_args(c *Squiggly_argsContext)
// EnterExpr_matching is called when entering the expr_matching production.
EnterExpr_matching(c *Expr_matchingContext)
// EnterRelop is called when entering the relop production.
EnterRelop(c *RelopContext)
// EnterList_item is called when entering the list_item production.
EnterList_item(c *List_itemContext)
// EnterExpr_list is called when entering the expr_list production.
EnterExpr_list(c *Expr_listContext)
// EnterExpr_set is called when entering the expr_set production.
EnterExpr_set(c *Expr_setContext)
// EnterEmpty_tuple is called when entering the empty_tuple production.
EnterEmpty_tuple(c *Empty_tupleContext)
// EnterAtom_dot_relop is called when entering the atom_dot_relop production.
EnterAtom_dot_relop(c *Atom_dot_relopContext)
// EnterAtomT_implied_dot is called when entering the atomT_implied_dot production.
EnterAtomT_implied_dot(c *AtomT_implied_dotContext)
// EnterAtomT_name is called when entering the atomT_name production.
EnterAtomT_name(c *AtomT_nameContext)
// EnterAtomT_paren is called when entering the atomT_paren production.
EnterAtomT_paren(c *AtomT_parenContext)
// EnterExpr_atom_list is called when entering the expr_atom_list production.
EnterExpr_atom_list(c *Expr_atom_listContext)
// EnterAtomT is called when entering the atomT production.
EnterAtomT(c *AtomTContext)
// EnterAtom is called when entering the atom production.
EnterAtom(c *AtomContext)
// EnterPowerT is called when entering the powerT production.
EnterPowerT(c *PowerTContext)
// EnterPower is called when entering the power production.
EnterPower(c *PowerContext)
// EnterUnaryTerm is called when entering the unaryTerm production.
EnterUnaryTerm(c *UnaryTermContext)
// EnterTermT is called when entering the termT production.
EnterTermT(c *TermTContext)
// EnterTerm is called when entering the term production.
EnterTerm(c *TermContext)
// EnterBinexprT is called when entering the binexprT production.
EnterBinexprT(c *BinexprTContext)
// EnterBinexpr is called when entering the binexpr production.
EnterBinexpr(c *BinexprContext)
// EnterE_compare_ops is called when entering the e_compare_ops production.
EnterE_compare_ops(c *E_compare_opsContext)
// EnterExpr_rel is called when entering the expr_rel production.
EnterExpr_rel(c *Expr_relContext)
// EnterExpr_bitand is called when entering the expr_bitand production.
EnterExpr_bitand(c *Expr_bitandContext)
// EnterExpr_bitxor is called when entering the expr_bitxor production.
EnterExpr_bitxor(c *Expr_bitxorContext)
// EnterExpr_bitor is called when entering the expr_bitor production.
EnterExpr_bitor(c *Expr_bitorContext)
// EnterExpr_and is called when entering the expr_and production.
EnterExpr_and(c *Expr_andContext)
// EnterExpr_or is called when entering the expr_or production.
EnterExpr_or(c *Expr_orContext)
// EnterExpr_but_not is called when entering the expr_but_not production.
EnterExpr_but_not(c *Expr_but_notContext)
// EnterExpr_coalesce is called when entering the expr_coalesce production.
EnterExpr_coalesce(c *Expr_coalesceContext)
// EnterIf_one_liner is called when entering the if_one_liner production.
EnterIf_one_liner(c *If_one_linerContext)
// EnterElse_block_stmt is called when entering the else_block_stmt production.
EnterElse_block_stmt(c *Else_block_stmtContext)
// EnterControl_item is called when entering the control_item production.
EnterControl_item(c *Control_itemContext)
// EnterIf_controls is called when entering the if_controls production.
EnterIf_controls(c *If_controlsContext)
// EnterCond_block is called when entering the cond_block production.
EnterCond_block(c *Cond_blockContext)
// EnterFinal_else is called when entering the final_else production.
EnterFinal_else(c *Final_elseContext)
// EnterIfvar is called when entering the ifvar production.
EnterIfvar(c *IfvarContext)
// EnterIf_multiple_lines is called when entering the if_multiple_lines production.
EnterIf_multiple_lines(c *If_multiple_linesContext)
// EnterExpr_if_else is called when entering the expr_if_else production.
EnterExpr_if_else(c *Expr_if_elseContext)
// EnterExpr is called when entering the expr production.
EnterExpr(c *ExprContext)
// EnterExpr_assign is called when entering the expr_assign production.
EnterExpr_assign(c *Expr_assignContext)
// EnterExpr_simple_assign is called when entering the expr_simple_assign production.
EnterExpr_simple_assign(c *Expr_simple_assignContext)
// EnterExpr_let_statement is called when entering the expr_let_statement production.
EnterExpr_let_statement(c *Expr_let_statementContext)
// EnterExpr_table_of_statement is called when entering the expr_table_of_statement production.
EnterExpr_table_of_statement(c *Expr_table_of_statementContext)
// EnterExpr_dot_assign is called when entering the expr_dot_assign production.
EnterExpr_dot_assign(c *Expr_dot_assignContext)
// EnterExpr_statement_no_nl is called when entering the expr_statement_no_nl production.
EnterExpr_statement_no_nl(c *Expr_statement_no_nlContext)
// EnterExpr_statement is called when entering the expr_statement production.
EnterExpr_statement(c *Expr_statementContext)
// EnterExpr_inject_stmt is called when entering the expr_inject_stmt production.
EnterExpr_inject_stmt(c *Expr_inject_stmtContext)
// EnterExpr_stmt is called when entering the expr_stmt production.
EnterExpr_stmt(c *Expr_stmtContext)
// EnterTransform_return_type is called when entering the transform_return_type production.
EnterTransform_return_type(c *Transform_return_typeContext)
// EnterView_return_type is called when entering the view_return_type production.
EnterView_return_type(c *View_return_typeContext)
// EnterTransform_scope_var is called when entering the transform_scope_var production.
EnterTransform_scope_var(c *Transform_scope_varContext)
// EnterTransform_arg is called when entering the transform_arg production.
EnterTransform_arg(c *Transform_argContext)
// EnterTransform is called when entering the transform production.
EnterTransform(c *TransformContext)
// EnterExpr_block is called when entering the expr_block production.
EnterExpr_block(c *Expr_blockContext)
// EnterView_param is called when entering the view_param production.
EnterView_param(c *View_paramContext)
// EnterView_params is called when entering the view_params production.
EnterView_params(c *View_paramsContext)
// EnterAbstract_view is called when entering the abstract_view production.
EnterAbstract_view(c *Abstract_viewContext)
// EnterView is called when entering the view production.
EnterView(c *ViewContext)
// EnterAlias is called when entering the alias production.
EnterAlias(c *AliasContext)
// EnterApp_decl is called when entering the app_decl production.
EnterApp_decl(c *App_declContext)
// EnterApplication is called when entering the application production.
EnterApplication(c *ApplicationContext)
// EnterImport_mode is called when entering the import_mode production.
EnterImport_mode(c *Import_modeContext)
// EnterImport_stmt is called when entering the import_stmt production.
EnterImport_stmt(c *Import_stmtContext)
// EnterImports_decl is called when entering the imports_decl production.
EnterImports_decl(c *Imports_declContext)
// EnterSysl_file is called when entering the sysl_file production.
EnterSysl_file(c *Sysl_fileContext)
// ExitModifier is called when exiting the modifier production.
ExitModifier(c *ModifierContext)
// ExitSize_spec is called when exiting the size_spec production.
ExitSize_spec(c *Size_specContext)
// ExitName_str is called when exiting the name_str production.
ExitName_str(c *Name_strContext)
// ExitReference is called when exiting the reference production.
ExitReference(c *ReferenceContext)
// ExitDoc_string is called when exiting the doc_string production.
ExitDoc_string(c *Doc_stringContext)
// ExitQuoted_string is called when exiting the quoted_string production.
ExitQuoted_string(c *Quoted_stringContext)
// ExitArray_of_strings is called when exiting the array_of_strings production.
ExitArray_of_strings(c *Array_of_stringsContext)
// ExitArray_of_arrays is called when exiting the array_of_arrays production.
ExitArray_of_arrays(c *Array_of_arraysContext)
// ExitNvp is called when exiting the nvp production.
ExitNvp(c *NvpContext)
// ExitEntry is called when exiting the entry production.
ExitEntry(c *EntryContext)
// ExitAttribs_or_modifiers is called when exiting the attribs_or_modifiers production.
ExitAttribs_or_modifiers(c *Attribs_or_modifiersContext)
// ExitUser_defined_type is called when exiting the user_defined_type production.
ExitUser_defined_type(c *User_defined_typeContext)
// ExitTypes is called when exiting the types production.
ExitTypes(c *TypesContext)
// ExitSet_of is called when exiting the set_of production.
ExitSet_of(c *Set_ofContext)
// ExitSet_type is called when exiting the set_type production.
ExitSet_type(c *Set_typeContext)
// ExitSequence_of is called when exiting the sequence_of production.
ExitSequence_of(c *Sequence_ofContext)
// ExitSequence_type is called when exiting the sequence_type production.
ExitSequence_type(c *Sequence_typeContext)
// ExitCollection_type is called when exiting the collection_type production.
ExitCollection_type(c *Collection_typeContext)
// ExitMulti_line_docstring is called when exiting the multi_line_docstring production.
ExitMulti_line_docstring(c *Multi_line_docstringContext)
// ExitAnnotation_value is called when exiting the annotation_value production.
ExitAnnotation_value(c *Annotation_valueContext)
// ExitAnnotation is called when exiting the annotation production.
ExitAnnotation(c *AnnotationContext)
// ExitAnnotations is called when exiting the annotations production.
ExitAnnotations(c *AnnotationsContext)
// ExitField_type is called when exiting the field_type production.
ExitField_type(c *Field_typeContext)
// ExitArray_size is called when exiting the array_size production.
ExitArray_size(c *Array_sizeContext)
// ExitInplace_tuple is called when exiting the inplace_tuple production.
ExitInplace_tuple(c *Inplace_tupleContext)
// ExitField is called when exiting the field production.
ExitField(c *FieldContext)
// ExitInplace_table is called when exiting the inplace_table production.
ExitInplace_table(c *Inplace_tableContext)
// ExitTable_stmts is called when exiting the table_stmts production.
ExitTable_stmts(c *Table_stmtsContext)
// ExitTable_def is called when exiting the table_def production.
ExitTable_def(c *Table_defContext)
// ExitTable is called when exiting the table production.
ExitTable(c *TableContext)
// ExitUnion is called when exiting the union production.
ExitUnion(c *UnionContext)
// ExitPackage_name is called when exiting the package_name production.
ExitPackage_name(c *Package_nameContext)
// ExitSub_package is called when exiting the sub_package production.
ExitSub_package(c *Sub_packageContext)
// ExitApp_name is called when exiting the app_name production.
ExitApp_name(c *App_nameContext)
// ExitName_with_attribs is called when exiting the name_with_attribs production.
ExitName_with_attribs(c *Name_with_attribsContext)
// ExitModel_name is called when exiting the model_name production.
ExitModel_name(c *Model_nameContext)
// ExitInplace_table_def is called when exiting the inplace_table_def production.
ExitInplace_table_def(c *Inplace_table_defContext)
// ExitTable_refs is called when exiting the table_refs production.
ExitTable_refs(c *Table_refsContext)
// ExitFacade is called when exiting the facade production.
ExitFacade(c *FacadeContext)
// ExitVar_in_curly is called when exiting the var_in_curly production.
ExitVar_in_curly(c *Var_in_curlyContext)
// ExitQuery_var is called when exiting the query_var production.
ExitQuery_var(c *Query_varContext)
// ExitQuery_param is called when exiting the query_param production.
ExitQuery_param(c *Query_paramContext)
// ExitHttp_path_part is called when exiting the http_path_part production.
ExitHttp_path_part(c *Http_path_partContext)
// ExitHttp_path_var_with_type is called when exiting the http_path_var_with_type production.
ExitHttp_path_var_with_type(c *Http_path_var_with_typeContext)
// ExitHttp_path_static is called when exiting the http_path_static production.
ExitHttp_path_static(c *Http_path_staticContext)
// ExitHttp_path_suffix is called when exiting the http_path_suffix production.
ExitHttp_path_suffix(c *Http_path_suffixContext)
// ExitHttp_path is called when exiting the http_path production.
ExitHttp_path(c *Http_pathContext)
// ExitEndpoint_name is called when exiting the endpoint_name production.
ExitEndpoint_name(c *Endpoint_nameContext)
// ExitRet_stmt is called when exiting the ret_stmt production.
ExitRet_stmt(c *Ret_stmtContext)
// ExitTarget is called when exiting the target production.
ExitTarget(c *TargetContext)
// ExitTarget_endpoint is called when exiting the target_endpoint production.
ExitTarget_endpoint(c *Target_endpointContext)
// ExitCall_arg is called when exiting the call_arg production.
ExitCall_arg(c *Call_argContext)
// ExitCall_args is called when exiting the call_args production.
ExitCall_args(c *Call_argsContext)
// ExitCall_stmt is called when exiting the call_stmt production.
ExitCall_stmt(c *Call_stmtContext)
// ExitIf_stmt is called when exiting the if_stmt production.
ExitIf_stmt(c *If_stmtContext)
// ExitElse_stmt is called when exiting the else_stmt production.
ExitElse_stmt(c *Else_stmtContext)
// ExitIf_else is called when exiting the if_else production.
ExitIf_else(c *If_elseContext)
// ExitFor_stmt is called when exiting the for_stmt production.
ExitFor_stmt(c *For_stmtContext)
// ExitHttp_method_comment is called when exiting the http_method_comment production.
ExitHttp_method_comment(c *Http_method_commentContext)
// ExitGroup_stmt is called when exiting the group_stmt production.
ExitGroup_stmt(c *Group_stmtContext)
// ExitOne_of_case_label is called when exiting the one_of_case_label production.
ExitOne_of_case_label(c *One_of_case_labelContext)
// ExitOne_of_cases is called when exiting the one_of_cases production.
ExitOne_of_cases(c *One_of_casesContext)
// ExitOne_of_stmt is called when exiting the one_of_stmt production.
ExitOne_of_stmt(c *One_of_stmtContext)
// ExitText_stmt is called when exiting the text_stmt production.
ExitText_stmt(c *Text_stmtContext)
// ExitMixin is called when exiting the mixin production.
ExitMixin(c *MixinContext)
// ExitParam is called when exiting the param production.
ExitParam(c *ParamContext)
// ExitParam_list is called when exiting the param_list production.
ExitParam_list(c *Param_listContext)
// ExitParams is called when exiting the params production.
ExitParams(c *ParamsContext)
// ExitStatements is called when exiting the statements production.
ExitStatements(c *StatementsContext)
// ExitMethod_def is called when exiting the method_def production.
ExitMethod_def(c *Method_defContext)
// ExitShortcut is called when exiting the shortcut production.
ExitShortcut(c *ShortcutContext)
// ExitSimple_endpoint is called when exiting the simple_endpoint production.
ExitSimple_endpoint(c *Simple_endpointContext)
// ExitRest_endpoint is called when exiting the rest_endpoint production.
ExitRest_endpoint(c *Rest_endpointContext)
// ExitCollector_query_var is called when exiting the collector_query_var production.
ExitCollector_query_var(c *Collector_query_varContext)
// ExitCollector_query_param is called when exiting the collector_query_param production.
ExitCollector_query_param(c *Collector_query_paramContext)
// ExitCollector_call_stmt is called when exiting the collector_call_stmt production.
ExitCollector_call_stmt(c *Collector_call_stmtContext)
// ExitCollector_http_stmt_part is called when exiting the collector_http_stmt_part production.
ExitCollector_http_stmt_part(c *Collector_http_stmt_partContext)
// ExitCollector_http_stmt_suffix is called when exiting the collector_http_stmt_suffix production.
ExitCollector_http_stmt_suffix(c *Collector_http_stmt_suffixContext)
// ExitCollector_http_stmt is called when exiting the collector_http_stmt production.
ExitCollector_http_stmt(c *Collector_http_stmtContext)
// ExitPublisher is called when exiting the publisher production.
ExitPublisher(c *PublisherContext)
// ExitSubscriber is called when exiting the subscriber production.
ExitSubscriber(c *SubscriberContext)
// ExitCollector_pubsub_call is called when exiting the collector_pubsub_call production.
ExitCollector_pubsub_call(c *Collector_pubsub_callContext)
// ExitCollector_action_stmt is called when exiting the collector_action_stmt production.
ExitCollector_action_stmt(c *Collector_action_stmtContext)
// ExitCollector_stmts is called when exiting the collector_stmts production.
ExitCollector_stmts(c *Collector_stmtsContext)
// ExitCollector is called when exiting the collector production.
ExitCollector(c *CollectorContext)
// ExitEvent is called when exiting the event production.
ExitEvent(c *EventContext)
// ExitSubscribe is called when exiting the subscribe production.
ExitSubscribe(c *SubscribeContext)
// ExitView_type_spec is called when exiting the view_type_spec production.
ExitView_type_spec(c *View_type_specContext)
// ExitLiteral is called when exiting the literal production.
ExitLiteral(c *LiteralContext)
// ExitExpr_table_of_op is called when exiting the expr_table_of_op production.
ExitExpr_table_of_op(c *Expr_table_of_opContext)
// ExitFunc_arg is called when exiting the func_arg production.
ExitFunc_arg(c *Func_argContext)
// ExitFunc_args is called when exiting the func_args production.
ExitFunc_args(c *Func_argsContext)
// ExitExpr_func is called when exiting the expr_func production.
ExitExpr_func(c *Expr_funcContext)
// ExitRank_expr is called when exiting the rank_expr production.
ExitRank_expr(c *Rank_exprContext)
// ExitRank_expr_list is called when exiting the rank_expr_list production.
ExitRank_expr_list(c *Rank_expr_listContext)
// ExitExpr_rank_func is called when exiting the expr_rank_func production.
ExitExpr_rank_func(c *Expr_rank_funcContext)
// ExitExpr_agg_func is called when exiting the expr_agg_func production.
ExitExpr_agg_func(c *Expr_agg_funcContext)
// ExitE_scope_var is called when exiting the e_scope_var production.
ExitE_scope_var(c *E_scope_varContext)
// ExitFirst_func_target is called when exiting the first_func_target production.
ExitFirst_func_target(c *First_func_targetContext)
// ExitExpr_first_func is called when exiting the expr_first_func production.
ExitExpr_first_func(c *Expr_first_funcContext)
// ExitE_single_arg_func is called when exiting the e_single_arg_func production.
ExitE_single_arg_func(c *E_single_arg_funcContext)
// ExitExpr_single_arg_func is called when exiting the expr_single_arg_func production.
ExitExpr_single_arg_func(c *Expr_single_arg_funcContext)
// ExitExpr_any_func is called when exiting the expr_any_func production.
ExitExpr_any_func(c *Expr_any_funcContext)
// ExitExpr_single_or_null is called when exiting the expr_single_or_null production.
ExitExpr_single_or_null(c *Expr_single_or_nullContext)
// ExitExpr_snapshot is called when exiting the expr_snapshot production.
ExitExpr_snapshot(c *Expr_snapshotContext)
// ExitExpr_count is called when exiting the expr_count production.
ExitExpr_count(c *Expr_countContext)
ExitExpr_navigate_attr(c *Expr_navigate_attrContext)
ExitExpr_navigate(c *Expr_navigateContext)
// ExitMatching_rhs is called when exiting the matching_rhs production.
ExitMatching_rhs(c *Matching_rhsContext)
// ExitSquiggly_args is called when exiting the squiggly_args production.
ExitSquiggly_args(c *Squiggly_argsContext)
// ExitExpr_matching is called when exiting the expr_matching production.
ExitExpr_matching(c *Expr_matchingContext)
// ExitRelop is called when exiting the relop production.
ExitRelop(c *RelopContext)
// ExitList_item is called when exiting the list_item production.
ExitList_item(c *List_itemContext)
// ExitExpr_list is called when exiting the expr_list production.
ExitExpr_list(c *Expr_listContext)
// ExitExpr_set is called when exiting the expr_set production.
ExitExpr_set(c *Expr_setContext)
// ExitEmpty_tuple is called when exiting the empty_tuple production.
ExitEmpty_tuple(c *Empty_tupleContext)
// ExitAtom_dot_relop is called when exiting the atom_dot_relop production.
ExitAtom_dot_relop(c *Atom_dot_relopContext)
// ExitAtomT_implied_dot is called when exiting the atomT_implied_dot production.
ExitAtomT_implied_dot(c *AtomT_implied_dotContext)
// ExitAtomT_name is called when exiting the atomT_name production.
ExitAtomT_name(c *AtomT_nameContext)
// ExitAtomT_paren is called when exiting the atomT_paren production.
ExitAtomT_paren(c *AtomT_parenContext)
// ExitExpr_atom_list is called when exiting the expr_atom_list production.
ExitExpr_atom_list(c *Expr_atom_listContext)
// ExitAtomT is called when exiting the atomT production.
ExitAtomT(c *AtomTContext)
// ExitAtom is called when exiting the atom production.
ExitAtom(c *AtomContext)
// ExitPowerT is called when exiting the powerT production.
ExitPowerT(c *PowerTContext)
// ExitPower is called when exiting the power production.
ExitPower(c *PowerContext)
// ExitUnaryTerm is called when exiting the unaryTerm production.
ExitUnaryTerm(c *UnaryTermContext)
// ExitTermT is called when exiting the termT production.
ExitTermT(c *TermTContext)
// ExitTerm is called when exiting the term production.
ExitTerm(c *TermContext)
// ExitBinexprT is called when exiting the binexprT production.
ExitBinexprT(c *BinexprTContext)
// ExitBinexpr is called when exiting the binexpr production.
ExitBinexpr(c *BinexprContext)
// ExitE_compare_ops is called when exiting the e_compare_ops production.
ExitE_compare_ops(c *E_compare_opsContext)
// ExitExpr_rel is called when exiting the expr_rel production.
ExitExpr_rel(c *Expr_relContext)
// ExitExpr_bitand is called when exiting the expr_bitand production.
ExitExpr_bitand(c *Expr_bitandContext)
// ExitExpr_bitxor is called when exiting the expr_bitxor production.
ExitExpr_bitxor(c *Expr_bitxorContext)
// ExitExpr_bitor is called when exiting the expr_bitor production.
ExitExpr_bitor(c *Expr_bitorContext)
// ExitExpr_and is called when exiting the expr_and production.
ExitExpr_and(c *Expr_andContext)
// ExitExpr_or is called when exiting the expr_or production.
ExitExpr_or(c *Expr_orContext)
// ExitExpr_but_not is called when exiting the expr_but_not production.
ExitExpr_but_not(c *Expr_but_notContext)
// ExitExpr_coalesce is called when exiting the expr_coalesce production.
ExitExpr_coalesce(c *Expr_coalesceContext)
// ExitIf_one_liner is called when exiting the if_one_liner production.
ExitIf_one_liner(c *If_one_linerContext)
// ExitElse_block_stmt is called when exiting the else_block_stmt production.
ExitElse_block_stmt(c *Else_block_stmtContext)
// ExitControl_item is called when exiting the control_item production.
ExitControl_item(c *Control_itemContext)
// ExitIf_controls is called when exiting the if_controls production.
ExitIf_controls(c *If_controlsContext)
// ExitCond_block is called when exiting the cond_block production.
ExitCond_block(c *Cond_blockContext)
// ExitFinal_else is called when exiting the final_else production.
ExitFinal_else(c *Final_elseContext)
// ExitIfvar is called when exiting the ifvar production.
ExitIfvar(c *IfvarContext)
// ExitIf_multiple_lines is called when exiting the if_multiple_lines production.
ExitIf_multiple_lines(c *If_multiple_linesContext)
// ExitExpr_if_else is called when exiting the expr_if_else production.
ExitExpr_if_else(c *Expr_if_elseContext)
// ExitExpr is called when exiting the expr production.
ExitExpr(c *ExprContext)
// ExitExpr_assign is called when exiting the expr_assign production.
ExitExpr_assign(c *Expr_assignContext)
// ExitExpr_simple_assign is called when exiting the expr_simple_assign production.
ExitExpr_simple_assign(c *Expr_simple_assignContext)
// ExitExpr_let_statement is called when exiting the expr_let_statement production.
ExitExpr_let_statement(c *Expr_let_statementContext)
// ExitExpr_table_of_statement is called when exiting the expr_table_of_statement production.
ExitExpr_table_of_statement(c *Expr_table_of_statementContext)
// ExitExpr_dot_assign is called when exiting the expr_dot_assign production.
ExitExpr_dot_assign(c *Expr_dot_assignContext)
// ExitExpr_statement_no_nl is called when exiting the expr_statement_no_nl production.
ExitExpr_statement_no_nl(c *Expr_statement_no_nlContext)
// ExitExpr_statement is called when exiting the expr_statement production.
ExitExpr_statement(c *Expr_statementContext)
// ExitExpr_inject_stmt is called when exiting the expr_inject_stmt production.
ExitExpr_inject_stmt(c *Expr_inject_stmtContext)
// ExitExpr_stmt is called when exiting the expr_stmt production.
ExitExpr_stmt(c *Expr_stmtContext)
// ExitTransform_return_type is called when exiting the transform_return_type production.
ExitTransform_return_type(c *Transform_return_typeContext)
// ExitView_return_type is called when exiting the view_return_type production.
ExitView_return_type(c *View_return_typeContext)
// ExitTransform_scope_var is called when exiting the transform_scope_var production.
ExitTransform_scope_var(c *Transform_scope_varContext)
// ExitTransform_arg is called when exiting the transform_arg production.
ExitTransform_arg(c *Transform_argContext)
// ExitTransform is called when exiting the transform production.
ExitTransform(c *TransformContext)
// ExitExpr_block is called when exiting the expr_block production.
ExitExpr_block(c *Expr_blockContext)
// ExitView_param is called when exiting the view_param production.
ExitView_param(c *View_paramContext)
// ExitView_params is called when exiting the view_params production.
ExitView_params(c *View_paramsContext)
// ExitAbstract_view is called when exiting the abstract_view production.
ExitAbstract_view(c *Abstract_viewContext)
// ExitView is called when exiting the view production.
ExitView(c *ViewContext)
// ExitAlias is called when exiting the alias production.
ExitAlias(c *AliasContext)
// ExitApp_decl is called when exiting the app_decl production.
ExitApp_decl(c *App_declContext)
// ExitApplication is called when exiting the application production.
ExitApplication(c *ApplicationContext)
// ExitImport_mode is called when exiting the import_mode production.
ExitImport_mode(c *Import_modeContext)
// ExitImport_stmt is called when exiting the import_stmt production.
ExitImport_stmt(c *Import_stmtContext)
// ExitImports_decl is called when exiting the imports_decl production.
ExitImports_decl(c *Imports_declContext)
// ExitSysl_file is called when exiting the sysl_file production.
ExitSysl_file(c *Sysl_fileContext)
}
SyslParserListener is a complete listener for a parse tree produced by SyslParser.
type Sysl_fileContext ¶
type Sysl_fileContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptySysl_fileContext ¶
func NewEmptySysl_fileContext() *Sysl_fileContext
func NewSysl_fileContext ¶
func NewSysl_fileContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Sysl_fileContext
func (*Sysl_fileContext) AllApplication ¶
func (s *Sysl_fileContext) AllApplication() []IApplicationContext
func (*Sysl_fileContext) Application ¶
func (s *Sysl_fileContext) Application(i int) IApplicationContext
func (*Sysl_fileContext) EOF ¶
func (s *Sysl_fileContext) EOF() antlr.TerminalNode
func (*Sysl_fileContext) EnterRule ¶
func (s *Sysl_fileContext) EnterRule(listener antlr.ParseTreeListener)
func (*Sysl_fileContext) ExitRule ¶
func (s *Sysl_fileContext) ExitRule(listener antlr.ParseTreeListener)
func (*Sysl_fileContext) GetParser ¶
func (s *Sysl_fileContext) GetParser() antlr.Parser
func (*Sysl_fileContext) GetRuleContext ¶
func (s *Sysl_fileContext) GetRuleContext() antlr.RuleContext
func (*Sysl_fileContext) Imports_decl ¶
func (s *Sysl_fileContext) Imports_decl() IImports_declContext
func (*Sysl_fileContext) IsSysl_fileContext ¶
func (*Sysl_fileContext) IsSysl_fileContext()
func (*Sysl_fileContext) ToStringTree ¶
func (s *Sysl_fileContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TableContext ¶
type TableContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTableContext ¶
func NewEmptyTableContext() *TableContext
func NewTableContext ¶
func NewTableContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TableContext
func (*TableContext) AllSYSL_COMMENT ¶
func (s *TableContext) AllSYSL_COMMENT() []antlr.TerminalNode
func (*TableContext) EnterRule ¶
func (s *TableContext) EnterRule(listener antlr.ParseTreeListener)
func (*TableContext) ExitRule ¶
func (s *TableContext) ExitRule(listener antlr.ParseTreeListener)
func (*TableContext) GetParser ¶
func (s *TableContext) GetParser() antlr.Parser
func (*TableContext) GetRuleContext ¶
func (s *TableContext) GetRuleContext() antlr.RuleContext
func (*TableContext) IsTableContext ¶
func (*TableContext) IsTableContext()
func (*TableContext) Name_str ¶
func (s *TableContext) Name_str() IName_strContext
func (*TableContext) SYSL_COMMENT ¶
func (s *TableContext) SYSL_COMMENT(i int) antlr.TerminalNode
func (*TableContext) TABLE ¶
func (s *TableContext) TABLE() antlr.TerminalNode
func (*TableContext) TYPE ¶
func (s *TableContext) TYPE() antlr.TerminalNode
func (*TableContext) Table_def ¶
func (s *TableContext) Table_def() ITable_defContext
func (*TableContext) ToStringTree ¶
func (s *TableContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Table_defContext ¶
type Table_defContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTable_defContext ¶
func NewEmptyTable_defContext() *Table_defContext
func NewTable_defContext ¶
func NewTable_defContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_defContext
func (*Table_defContext) Attribs_or_modifiers ¶
func (s *Table_defContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*Table_defContext) COLON ¶
func (s *Table_defContext) COLON() antlr.TerminalNode
func (*Table_defContext) EnterRule ¶
func (s *Table_defContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_defContext) ExitRule ¶
func (s *Table_defContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_defContext) GetParser ¶
func (s *Table_defContext) GetParser() antlr.Parser
func (*Table_defContext) GetRuleContext ¶
func (s *Table_defContext) GetRuleContext() antlr.RuleContext
func (*Table_defContext) IsTable_defContext ¶
func (*Table_defContext) IsTable_defContext()
func (*Table_defContext) Table_stmts ¶
func (s *Table_defContext) Table_stmts() ITable_stmtsContext
func (*Table_defContext) ToStringTree ¶
func (s *Table_defContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Table_defContext) WHATEVER ¶
func (s *Table_defContext) WHATEVER() antlr.TerminalNode
type Table_refsContext ¶
type Table_refsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTable_refsContext ¶
func NewEmptyTable_refsContext() *Table_refsContext
func NewTable_refsContext ¶
func NewTable_refsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_refsContext
func (*Table_refsContext) EnterRule ¶
func (s *Table_refsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_refsContext) ExitRule ¶
func (s *Table_refsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_refsContext) GetParser ¶
func (s *Table_refsContext) GetParser() antlr.Parser
func (*Table_refsContext) GetRuleContext ¶
func (s *Table_refsContext) GetRuleContext() antlr.RuleContext
func (*Table_refsContext) Inplace_table_def ¶
func (s *Table_refsContext) Inplace_table_def() IInplace_table_defContext
func (*Table_refsContext) IsTable_refsContext ¶
func (*Table_refsContext) IsTable_refsContext()
func (*Table_refsContext) Name ¶
func (s *Table_refsContext) Name() antlr.TerminalNode
func (*Table_refsContext) TABLE ¶
func (s *Table_refsContext) TABLE() antlr.TerminalNode
func (*Table_refsContext) TYPE ¶
func (s *Table_refsContext) TYPE() antlr.TerminalNode
func (*Table_refsContext) ToStringTree ¶
func (s *Table_refsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Table_refsContext) UNION ¶
func (s *Table_refsContext) UNION() antlr.TerminalNode
type Table_stmtsContext ¶
type Table_stmtsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTable_stmtsContext ¶
func NewEmptyTable_stmtsContext() *Table_stmtsContext
func NewTable_stmtsContext ¶
func NewTable_stmtsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Table_stmtsContext
func (*Table_stmtsContext) AllAnnotation ¶
func (s *Table_stmtsContext) AllAnnotation() []IAnnotationContext
func (*Table_stmtsContext) AllField ¶
func (s *Table_stmtsContext) AllField() []IFieldContext
func (*Table_stmtsContext) AllInplace_table ¶
func (s *Table_stmtsContext) AllInplace_table() []IInplace_tableContext
func (*Table_stmtsContext) AllSYSL_COMMENT ¶
func (s *Table_stmtsContext) AllSYSL_COMMENT() []antlr.TerminalNode
func (*Table_stmtsContext) AllWHATEVER ¶
func (s *Table_stmtsContext) AllWHATEVER() []antlr.TerminalNode
func (*Table_stmtsContext) Annotation ¶
func (s *Table_stmtsContext) Annotation(i int) IAnnotationContext
func (*Table_stmtsContext) DEDENT ¶
func (s *Table_stmtsContext) DEDENT() antlr.TerminalNode
func (*Table_stmtsContext) EnterRule ¶
func (s *Table_stmtsContext) EnterRule(listener antlr.ParseTreeListener)
func (*Table_stmtsContext) ExitRule ¶
func (s *Table_stmtsContext) ExitRule(listener antlr.ParseTreeListener)
func (*Table_stmtsContext) Field ¶
func (s *Table_stmtsContext) Field(i int) IFieldContext
func (*Table_stmtsContext) GetParser ¶
func (s *Table_stmtsContext) GetParser() antlr.Parser
func (*Table_stmtsContext) GetRuleContext ¶
func (s *Table_stmtsContext) GetRuleContext() antlr.RuleContext
func (*Table_stmtsContext) INDENT ¶
func (s *Table_stmtsContext) INDENT() antlr.TerminalNode
func (*Table_stmtsContext) Inplace_table ¶
func (s *Table_stmtsContext) Inplace_table(i int) IInplace_tableContext
func (*Table_stmtsContext) IsTable_stmtsContext ¶
func (*Table_stmtsContext) IsTable_stmtsContext()
func (*Table_stmtsContext) SYSL_COMMENT ¶
func (s *Table_stmtsContext) SYSL_COMMENT(i int) antlr.TerminalNode
func (*Table_stmtsContext) ToStringTree ¶
func (s *Table_stmtsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Table_stmtsContext) WHATEVER ¶
func (s *Table_stmtsContext) WHATEVER(i int) antlr.TerminalNode
type TargetContext ¶
type TargetContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTargetContext ¶
func NewEmptyTargetContext() *TargetContext
func NewTargetContext ¶
func NewTargetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TargetContext
func (*TargetContext) App_name ¶
func (s *TargetContext) App_name() IApp_nameContext
func (*TargetContext) EnterRule ¶
func (s *TargetContext) EnterRule(listener antlr.ParseTreeListener)
func (*TargetContext) ExitRule ¶
func (s *TargetContext) ExitRule(listener antlr.ParseTreeListener)
func (*TargetContext) GetParser ¶
func (s *TargetContext) GetParser() antlr.Parser
func (*TargetContext) GetRuleContext ¶
func (s *TargetContext) GetRuleContext() antlr.RuleContext
func (*TargetContext) IsTargetContext ¶
func (*TargetContext) IsTargetContext()
func (*TargetContext) ToStringTree ¶
func (s *TargetContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Target_endpointContext ¶
type Target_endpointContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTarget_endpointContext ¶
func NewEmptyTarget_endpointContext() *Target_endpointContext
func NewTarget_endpointContext ¶
func NewTarget_endpointContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Target_endpointContext
func (*Target_endpointContext) EnterRule ¶
func (s *Target_endpointContext) EnterRule(listener antlr.ParseTreeListener)
func (*Target_endpointContext) ExitRule ¶
func (s *Target_endpointContext) ExitRule(listener antlr.ParseTreeListener)
func (*Target_endpointContext) GetParser ¶
func (s *Target_endpointContext) GetParser() antlr.Parser
func (*Target_endpointContext) GetRuleContext ¶
func (s *Target_endpointContext) GetRuleContext() antlr.RuleContext
func (*Target_endpointContext) IsTarget_endpointContext ¶
func (*Target_endpointContext) IsTarget_endpointContext()
func (*Target_endpointContext) Name_str ¶
func (s *Target_endpointContext) Name_str() IName_strContext
func (*Target_endpointContext) ToStringTree ¶
func (s *Target_endpointContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TermContext ¶
type TermContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTermContext ¶
func NewEmptyTermContext() *TermContext
func NewTermContext ¶
func NewTermContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TermContext
func (*TermContext) AllTermT ¶
func (s *TermContext) AllTermT() []ITermTContext
func (*TermContext) EnterRule ¶
func (s *TermContext) EnterRule(listener antlr.ParseTreeListener)
func (*TermContext) ExitRule ¶
func (s *TermContext) ExitRule(listener antlr.ParseTreeListener)
func (*TermContext) GetParser ¶
func (s *TermContext) GetParser() antlr.Parser
func (*TermContext) GetRuleContext ¶
func (s *TermContext) GetRuleContext() antlr.RuleContext
func (*TermContext) IsTermContext ¶
func (*TermContext) IsTermContext()
func (*TermContext) TermT ¶
func (s *TermContext) TermT(i int) ITermTContext
func (*TermContext) ToStringTree ¶
func (s *TermContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*TermContext) UnaryTerm ¶
func (s *TermContext) UnaryTerm() IUnaryTermContext
type TermTContext ¶
type TermTContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTermTContext ¶
func NewEmptyTermTContext() *TermTContext
func NewTermTContext ¶
func NewTermTContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TermTContext
func (*TermTContext) E_DIVIDE ¶
func (s *TermTContext) E_DIVIDE() antlr.TerminalNode
func (*TermTContext) E_MOD ¶
func (s *TermTContext) E_MOD() antlr.TerminalNode
func (*TermTContext) E_STAR ¶
func (s *TermTContext) E_STAR() antlr.TerminalNode
func (*TermTContext) EnterRule ¶
func (s *TermTContext) EnterRule(listener antlr.ParseTreeListener)
func (*TermTContext) ExitRule ¶
func (s *TermTContext) ExitRule(listener antlr.ParseTreeListener)
func (*TermTContext) GetParser ¶
func (s *TermTContext) GetParser() antlr.Parser
func (*TermTContext) GetRuleContext ¶
func (s *TermTContext) GetRuleContext() antlr.RuleContext
func (*TermTContext) IsTermTContext ¶
func (*TermTContext) IsTermTContext()
func (*TermTContext) ToStringTree ¶
func (s *TermTContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*TermTContext) UnaryTerm ¶
func (s *TermTContext) UnaryTerm() IUnaryTermContext
type Text_stmtContext ¶
type Text_stmtContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyText_stmtContext ¶
func NewEmptyText_stmtContext() *Text_stmtContext
func NewText_stmtContext ¶
func NewText_stmtContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Text_stmtContext
func (*Text_stmtContext) ARROW_RIGHT ¶
func (s *Text_stmtContext) ARROW_RIGHT() antlr.TerminalNode
func (*Text_stmtContext) App_name ¶
func (s *Text_stmtContext) App_name() IApp_nameContext
func (*Text_stmtContext) Doc_string ¶
func (s *Text_stmtContext) Doc_string() IDoc_stringContext
func (*Text_stmtContext) EnterRule ¶
func (s *Text_stmtContext) EnterRule(listener antlr.ParseTreeListener)
func (*Text_stmtContext) ExitRule ¶
func (s *Text_stmtContext) ExitRule(listener antlr.ParseTreeListener)
func (*Text_stmtContext) GetParser ¶
func (s *Text_stmtContext) GetParser() antlr.Parser
func (*Text_stmtContext) GetRuleContext ¶
func (s *Text_stmtContext) GetRuleContext() antlr.RuleContext
func (*Text_stmtContext) IsText_stmtContext ¶
func (*Text_stmtContext) IsText_stmtContext()
func (*Text_stmtContext) Name_str ¶
func (s *Text_stmtContext) Name_str() IName_strContext
func (*Text_stmtContext) QSTRING ¶
func (s *Text_stmtContext) QSTRING() antlr.TerminalNode
func (*Text_stmtContext) ToStringTree ¶
func (s *Text_stmtContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Text_stmtContext) WHATEVER ¶
func (s *Text_stmtContext) WHATEVER() antlr.TerminalNode
type TransformContext ¶
type TransformContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTransformContext ¶
func NewEmptyTransformContext() *TransformContext
func NewTransformContext ¶
func NewTransformContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TransformContext
func (*TransformContext) AllE_NL ¶
func (s *TransformContext) AllE_NL() []antlr.TerminalNode
func (*TransformContext) AllExpr_stmt ¶
func (s *TransformContext) AllExpr_stmt() []IExpr_stmtContext
func (*TransformContext) DEDENT ¶
func (s *TransformContext) DEDENT() antlr.TerminalNode
func (*TransformContext) E_ANGLE_CLOSE ¶
func (s *TransformContext) E_ANGLE_CLOSE() antlr.TerminalNode
func (*TransformContext) E_ANGLE_OPEN ¶
func (s *TransformContext) E_ANGLE_OPEN() antlr.TerminalNode
func (*TransformContext) E_ARROW_RIGHT ¶
func (s *TransformContext) E_ARROW_RIGHT() antlr.TerminalNode
func (*TransformContext) E_CLOSE_PAREN ¶
func (s *TransformContext) E_CLOSE_PAREN() antlr.TerminalNode
func (*TransformContext) E_COLON ¶
func (s *TransformContext) E_COLON() antlr.TerminalNode
func (*TransformContext) E_NL ¶
func (s *TransformContext) E_NL(i int) antlr.TerminalNode
func (*TransformContext) E_OPEN_PAREN ¶
func (s *TransformContext) E_OPEN_PAREN() antlr.TerminalNode
func (*TransformContext) EnterRule ¶
func (s *TransformContext) EnterRule(listener antlr.ParseTreeListener)
func (*TransformContext) ExitRule ¶
func (s *TransformContext) ExitRule(listener antlr.ParseTreeListener)
func (*TransformContext) Expr_stmt ¶
func (s *TransformContext) Expr_stmt(i int) IExpr_stmtContext
func (*TransformContext) GetParser ¶
func (s *TransformContext) GetParser() antlr.Parser
func (*TransformContext) GetRuleContext ¶
func (s *TransformContext) GetRuleContext() antlr.RuleContext
func (*TransformContext) INDENT ¶
func (s *TransformContext) INDENT() antlr.TerminalNode
func (*TransformContext) IsTransformContext ¶
func (*TransformContext) IsTransformContext()
func (*TransformContext) ToStringTree ¶
func (s *TransformContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*TransformContext) Transform_arg ¶
func (s *TransformContext) Transform_arg() ITransform_argContext
func (*TransformContext) Transform_return_type ¶
func (s *TransformContext) Transform_return_type() ITransform_return_typeContext
func (*TransformContext) Transform_scope_var ¶
func (s *TransformContext) Transform_scope_var() ITransform_scope_varContext
type Transform_argContext ¶
type Transform_argContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTransform_argContext ¶
func NewEmptyTransform_argContext() *Transform_argContext
func NewTransform_argContext ¶
func NewTransform_argContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Transform_argContext
func (*Transform_argContext) EnterRule ¶
func (s *Transform_argContext) EnterRule(listener antlr.ParseTreeListener)
func (*Transform_argContext) ExitRule ¶
func (s *Transform_argContext) ExitRule(listener antlr.ParseTreeListener)
func (*Transform_argContext) Expr ¶
func (s *Transform_argContext) Expr() IExprContext
func (*Transform_argContext) GetParser ¶
func (s *Transform_argContext) GetParser() antlr.Parser
func (*Transform_argContext) GetRuleContext ¶
func (s *Transform_argContext) GetRuleContext() antlr.RuleContext
func (*Transform_argContext) IsTransform_argContext ¶
func (*Transform_argContext) IsTransform_argContext()
func (*Transform_argContext) ToStringTree ¶
func (s *Transform_argContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Transform_return_typeContext ¶
type Transform_return_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTransform_return_typeContext ¶
func NewEmptyTransform_return_typeContext() *Transform_return_typeContext
func NewTransform_return_typeContext ¶
func NewTransform_return_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Transform_return_typeContext
func (*Transform_return_typeContext) EnterRule ¶
func (s *Transform_return_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*Transform_return_typeContext) ExitRule ¶
func (s *Transform_return_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*Transform_return_typeContext) GetParser ¶
func (s *Transform_return_typeContext) GetParser() antlr.Parser
func (*Transform_return_typeContext) GetRuleContext ¶
func (s *Transform_return_typeContext) GetRuleContext() antlr.RuleContext
func (*Transform_return_typeContext) IsTransform_return_typeContext ¶
func (*Transform_return_typeContext) IsTransform_return_typeContext()
func (*Transform_return_typeContext) Sequence_of ¶
func (s *Transform_return_typeContext) Sequence_of() ISequence_ofContext
func (*Transform_return_typeContext) Set_of ¶
func (s *Transform_return_typeContext) Set_of() ISet_ofContext
func (*Transform_return_typeContext) ToStringTree ¶
func (s *Transform_return_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*Transform_return_typeContext) View_type_spec ¶
func (s *Transform_return_typeContext) View_type_spec() IView_type_specContext
type Transform_scope_varContext ¶
type Transform_scope_varContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTransform_scope_varContext ¶
func NewEmptyTransform_scope_varContext() *Transform_scope_varContext
func NewTransform_scope_varContext ¶
func NewTransform_scope_varContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Transform_scope_varContext
func (*Transform_scope_varContext) E_Name ¶
func (s *Transform_scope_varContext) E_Name() antlr.TerminalNode
func (*Transform_scope_varContext) EnterRule ¶
func (s *Transform_scope_varContext) EnterRule(listener antlr.ParseTreeListener)
func (*Transform_scope_varContext) ExitRule ¶
func (s *Transform_scope_varContext) ExitRule(listener antlr.ParseTreeListener)
func (*Transform_scope_varContext) GetParser ¶
func (s *Transform_scope_varContext) GetParser() antlr.Parser
func (*Transform_scope_varContext) GetRuleContext ¶
func (s *Transform_scope_varContext) GetRuleContext() antlr.RuleContext
func (*Transform_scope_varContext) IsTransform_scope_varContext ¶
func (*Transform_scope_varContext) IsTransform_scope_varContext()
func (*Transform_scope_varContext) ToStringTree ¶
func (s *Transform_scope_varContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type TypesContext ¶
type TypesContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyTypesContext ¶
func NewEmptyTypesContext() *TypesContext
func NewTypesContext ¶
func NewTypesContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TypesContext
func (*TypesContext) EnterRule ¶
func (s *TypesContext) EnterRule(listener antlr.ParseTreeListener)
func (*TypesContext) ExitRule ¶
func (s *TypesContext) ExitRule(listener antlr.ParseTreeListener)
func (*TypesContext) GetParser ¶
func (s *TypesContext) GetParser() antlr.Parser
func (*TypesContext) GetRuleContext ¶
func (s *TypesContext) GetRuleContext() antlr.RuleContext
func (*TypesContext) IsTypesContext ¶
func (*TypesContext) IsTypesContext()
func (*TypesContext) NativeDataTypes ¶
func (s *TypesContext) NativeDataTypes() antlr.TerminalNode
func (*TypesContext) Reference ¶
func (s *TypesContext) Reference() IReferenceContext
func (*TypesContext) ToStringTree ¶
func (s *TypesContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*TypesContext) User_defined_type ¶
func (s *TypesContext) User_defined_type() IUser_defined_typeContext
type UnaryTermContext ¶
type UnaryTermContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyUnaryTermContext ¶
func NewEmptyUnaryTermContext() *UnaryTermContext
func NewUnaryTermContext ¶
func NewUnaryTermContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UnaryTermContext
func (*UnaryTermContext) E_MINUS ¶
func (s *UnaryTermContext) E_MINUS() antlr.TerminalNode
func (*UnaryTermContext) E_NOT ¶
func (s *UnaryTermContext) E_NOT() antlr.TerminalNode
func (*UnaryTermContext) E_PLUS ¶
func (s *UnaryTermContext) E_PLUS() antlr.TerminalNode
func (*UnaryTermContext) E_TILDE ¶
func (s *UnaryTermContext) E_TILDE() antlr.TerminalNode
func (*UnaryTermContext) EnterRule ¶
func (s *UnaryTermContext) EnterRule(listener antlr.ParseTreeListener)
func (*UnaryTermContext) ExitRule ¶
func (s *UnaryTermContext) ExitRule(listener antlr.ParseTreeListener)
func (*UnaryTermContext) GetParser ¶
func (s *UnaryTermContext) GetParser() antlr.Parser
func (*UnaryTermContext) GetRuleContext ¶
func (s *UnaryTermContext) GetRuleContext() antlr.RuleContext
func (*UnaryTermContext) IsUnaryTermContext ¶
func (*UnaryTermContext) IsUnaryTermContext()
func (*UnaryTermContext) Power ¶
func (s *UnaryTermContext) Power() IPowerContext
func (*UnaryTermContext) ToStringTree ¶
func (s *UnaryTermContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type UnionContext ¶
type UnionContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyUnionContext ¶
func NewEmptyUnionContext() *UnionContext
func NewUnionContext ¶
func NewUnionContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *UnionContext
func (*UnionContext) AllAnnotation ¶
func (s *UnionContext) AllAnnotation() []IAnnotationContext
func (*UnionContext) AllSYSL_COMMENT ¶
func (s *UnionContext) AllSYSL_COMMENT() []antlr.TerminalNode
func (*UnionContext) AllUser_defined_type ¶
func (s *UnionContext) AllUser_defined_type() []IUser_defined_typeContext
func (*UnionContext) AllWHATEVER ¶
func (s *UnionContext) AllWHATEVER() []antlr.TerminalNode
func (*UnionContext) Annotation ¶
func (s *UnionContext) Annotation(i int) IAnnotationContext
func (*UnionContext) Attribs_or_modifiers ¶
func (s *UnionContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*UnionContext) COLON ¶
func (s *UnionContext) COLON() antlr.TerminalNode
func (*UnionContext) DEDENT ¶
func (s *UnionContext) DEDENT() antlr.TerminalNode
func (*UnionContext) EnterRule ¶
func (s *UnionContext) EnterRule(listener antlr.ParseTreeListener)
func (*UnionContext) ExitRule ¶
func (s *UnionContext) ExitRule(listener antlr.ParseTreeListener)
func (*UnionContext) GetParser ¶
func (s *UnionContext) GetParser() antlr.Parser
func (*UnionContext) GetRuleContext ¶
func (s *UnionContext) GetRuleContext() antlr.RuleContext
func (*UnionContext) INDENT ¶
func (s *UnionContext) INDENT() antlr.TerminalNode
func (*UnionContext) IsUnionContext ¶
func (*UnionContext) IsUnionContext()
func (*UnionContext) Name_str ¶
func (s *UnionContext) Name_str() IName_strContext
func (*UnionContext) SYSL_COMMENT ¶
func (s *UnionContext) SYSL_COMMENT(i int) antlr.TerminalNode
func (*UnionContext) ToStringTree ¶
func (s *UnionContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*UnionContext) UNION ¶
func (s *UnionContext) UNION() antlr.TerminalNode
func (*UnionContext) User_defined_type ¶
func (s *UnionContext) User_defined_type(i int) IUser_defined_typeContext
func (*UnionContext) WHATEVER ¶
func (s *UnionContext) WHATEVER(i int) antlr.TerminalNode
type User_defined_typeContext ¶
type User_defined_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyUser_defined_typeContext ¶
func NewEmptyUser_defined_typeContext() *User_defined_typeContext
func NewUser_defined_typeContext ¶
func NewUser_defined_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *User_defined_typeContext
func (*User_defined_typeContext) EnterRule ¶
func (s *User_defined_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*User_defined_typeContext) ExitRule ¶
func (s *User_defined_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*User_defined_typeContext) GetParser ¶
func (s *User_defined_typeContext) GetParser() antlr.Parser
func (*User_defined_typeContext) GetRuleContext ¶
func (s *User_defined_typeContext) GetRuleContext() antlr.RuleContext
func (*User_defined_typeContext) IsUser_defined_typeContext ¶
func (*User_defined_typeContext) IsUser_defined_typeContext()
func (*User_defined_typeContext) Name_str ¶
func (s *User_defined_typeContext) Name_str() IName_strContext
func (*User_defined_typeContext) ToStringTree ¶
func (s *User_defined_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type Var_in_curlyContext ¶
type Var_in_curlyContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyVar_in_curlyContext ¶
func NewEmptyVar_in_curlyContext() *Var_in_curlyContext
func NewVar_in_curlyContext ¶
func NewVar_in_curlyContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Var_in_curlyContext
func (*Var_in_curlyContext) CURLY_CLOSE ¶
func (s *Var_in_curlyContext) CURLY_CLOSE() antlr.TerminalNode
func (*Var_in_curlyContext) CURLY_OPEN ¶
func (s *Var_in_curlyContext) CURLY_OPEN() antlr.TerminalNode
func (*Var_in_curlyContext) EnterRule ¶
func (s *Var_in_curlyContext) EnterRule(listener antlr.ParseTreeListener)
func (*Var_in_curlyContext) ExitRule ¶
func (s *Var_in_curlyContext) ExitRule(listener antlr.ParseTreeListener)
func (*Var_in_curlyContext) GetParser ¶
func (s *Var_in_curlyContext) GetParser() antlr.Parser
func (*Var_in_curlyContext) GetRuleContext ¶
func (s *Var_in_curlyContext) GetRuleContext() antlr.RuleContext
func (*Var_in_curlyContext) IsVar_in_curlyContext ¶
func (*Var_in_curlyContext) IsVar_in_curlyContext()
func (*Var_in_curlyContext) Name ¶
func (s *Var_in_curlyContext) Name() antlr.TerminalNode
func (*Var_in_curlyContext) ToStringTree ¶
func (s *Var_in_curlyContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
type ViewContext ¶
type ViewContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyViewContext ¶
func NewEmptyViewContext() *ViewContext
func NewViewContext ¶
func NewViewContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ViewContext
func (*ViewContext) ARROW_RIGHT ¶
func (s *ViewContext) ARROW_RIGHT() antlr.TerminalNode
func (*ViewContext) Abstract_view ¶
func (s *ViewContext) Abstract_view() IAbstract_viewContext
func (*ViewContext) Attribs_or_modifiers ¶
func (s *ViewContext) Attribs_or_modifiers() IAttribs_or_modifiersContext
func (*ViewContext) CLOSE_PAREN ¶
func (s *ViewContext) CLOSE_PAREN() antlr.TerminalNode
func (*ViewContext) COLON ¶
func (s *ViewContext) COLON() antlr.TerminalNode
func (*ViewContext) EnterRule ¶
func (s *ViewContext) EnterRule(listener antlr.ParseTreeListener)
func (*ViewContext) ExitRule ¶
func (s *ViewContext) ExitRule(listener antlr.ParseTreeListener)
func (*ViewContext) Expr_block ¶
func (s *ViewContext) Expr_block() IExpr_blockContext
func (*ViewContext) GetAbstractView ¶
func (s *ViewContext) GetAbstractView() bool
func (*ViewContext) GetParser ¶
func (s *ViewContext) GetParser() antlr.Parser
func (*ViewContext) GetRuleContext ¶
func (s *ViewContext) GetRuleContext() antlr.RuleContext
func (*ViewContext) IsViewContext ¶
func (*ViewContext) IsViewContext()
func (*ViewContext) Name_str ¶
func (s *ViewContext) Name_str() IName_strContext
func (*ViewContext) OPEN_PAREN ¶
func (s *ViewContext) OPEN_PAREN() antlr.TerminalNode
func (*ViewContext) SetAbstractView ¶
func (s *ViewContext) SetAbstractView(v bool)
func (*ViewContext) ToStringTree ¶
func (s *ViewContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*ViewContext) VIEW ¶
func (s *ViewContext) VIEW() antlr.TerminalNode
func (*ViewContext) View_params ¶
func (s *ViewContext) View_params() IView_paramsContext
func (*ViewContext) View_return_type ¶
func (s *ViewContext) View_return_type() IView_return_typeContext
type View_paramContext ¶
type View_paramContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyView_paramContext ¶
func NewEmptyView_paramContext() *View_paramContext
func NewView_paramContext ¶
func NewView_paramContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *View_paramContext
func (*View_paramContext) EnterRule ¶
func (s *View_paramContext) EnterRule(listener antlr.ParseTreeListener)
func (*View_paramContext) ExitRule ¶
func (s *View_paramContext) ExitRule(listener antlr.ParseTreeListener)
func (*View_paramContext) GetParser ¶
func (s *View_paramContext) GetParser() antlr.Parser
func (*View_paramContext) GetRuleContext ¶
func (s *View_paramContext) GetRuleContext() antlr.RuleContext
func (*View_paramContext) IsView_paramContext ¶
func (*View_paramContext) IsView_paramContext()
func (*View_paramContext) LESS_COLON ¶
func (s *View_paramContext) LESS_COLON() antlr.TerminalNode
func (*View_paramContext) Name_str ¶
func (s *View_paramContext) Name_str() IName_strContext
func (*View_paramContext) ToStringTree ¶
func (s *View_paramContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*View_paramContext) View_type_spec ¶
func (s *View_paramContext) View_type_spec() IView_type_specContext
type View_paramsContext ¶
type View_paramsContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyView_paramsContext ¶
func NewEmptyView_paramsContext() *View_paramsContext
func NewView_paramsContext ¶
func NewView_paramsContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *View_paramsContext
func (*View_paramsContext) AllCOMMA ¶
func (s *View_paramsContext) AllCOMMA() []antlr.TerminalNode
func (*View_paramsContext) AllView_param ¶
func (s *View_paramsContext) AllView_param() []IView_paramContext
func (*View_paramsContext) COMMA ¶
func (s *View_paramsContext) COMMA(i int) antlr.TerminalNode
func (*View_paramsContext) EnterRule ¶
func (s *View_paramsContext) EnterRule(listener antlr.ParseTreeListener)
func (*View_paramsContext) ExitRule ¶
func (s *View_paramsContext) ExitRule(listener antlr.ParseTreeListener)
func (*View_paramsContext) GetParser ¶
func (s *View_paramsContext) GetParser() antlr.Parser
func (*View_paramsContext) GetRuleContext ¶
func (s *View_paramsContext) GetRuleContext() antlr.RuleContext
func (*View_paramsContext) IsView_paramsContext ¶
func (*View_paramsContext) IsView_paramsContext()
func (*View_paramsContext) ToStringTree ¶
func (s *View_paramsContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*View_paramsContext) View_param ¶
func (s *View_paramsContext) View_param(i int) IView_paramContext
type View_return_typeContext ¶
type View_return_typeContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyView_return_typeContext ¶
func NewEmptyView_return_typeContext() *View_return_typeContext
func NewView_return_typeContext ¶
func NewView_return_typeContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *View_return_typeContext
func (*View_return_typeContext) EnterRule ¶
func (s *View_return_typeContext) EnterRule(listener antlr.ParseTreeListener)
func (*View_return_typeContext) ExitRule ¶
func (s *View_return_typeContext) ExitRule(listener antlr.ParseTreeListener)
func (*View_return_typeContext) GetParser ¶
func (s *View_return_typeContext) GetParser() antlr.Parser
func (*View_return_typeContext) GetRuleContext ¶
func (s *View_return_typeContext) GetRuleContext() antlr.RuleContext
func (*View_return_typeContext) IsView_return_typeContext ¶
func (*View_return_typeContext) IsView_return_typeContext()
func (*View_return_typeContext) ToStringTree ¶
func (s *View_return_typeContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*View_return_typeContext) View_type_spec ¶
func (s *View_return_typeContext) View_type_spec() IView_type_specContext
type View_type_specContext ¶
type View_type_specContext struct {
*antlr.BaseParserRuleContext
// contains filtered or unexported fields
}
func NewEmptyView_type_specContext ¶
func NewEmptyView_type_specContext() *View_type_specContext
func NewView_type_specContext ¶
func NewView_type_specContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *View_type_specContext
func (*View_type_specContext) Collection_type ¶
func (s *View_type_specContext) Collection_type() ICollection_typeContext
func (*View_type_specContext) EnterRule ¶
func (s *View_type_specContext) EnterRule(listener antlr.ParseTreeListener)
func (*View_type_specContext) ExitRule ¶
func (s *View_type_specContext) ExitRule(listener antlr.ParseTreeListener)
func (*View_type_specContext) GetParser ¶
func (s *View_type_specContext) GetParser() antlr.Parser
func (*View_type_specContext) GetRuleContext ¶
func (s *View_type_specContext) GetRuleContext() antlr.RuleContext
func (*View_type_specContext) IsView_type_specContext ¶
func (*View_type_specContext) IsView_type_specContext()
func (*View_type_specContext) ToStringTree ¶
func (s *View_type_specContext) ToStringTree(ruleNames []string, recog antlr.Recognizer) string
func (*View_type_specContext) Types ¶
func (s *View_type_specContext) Types() ITypesContext