.. index:: pair: class; originirParser::Gate_nameContext .. _doxid-classoriginir_parser_1_1_gate__name_context: class originirParser::Gate_nameContext ====================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Gate_nameContext: public ParserRuleContext { public: // construction :target:`Gate_nameContext`( antlr4::ParserRuleContext* parent, size_t invokingState ); // methods virtual size_t :target:`getRuleIndex`() const; :ref:`Single_gate_without_parameter_typeContext`* :target:`single_gate_without_parameter_type`(); :ref:`Single_gate_with_one_parameter_typeContext`* :target:`single_gate_with_one_parameter_type`(); :ref:`Single_gate_with_two_parameter_typeContext`* :target:`single_gate_with_two_parameter_type`(); :ref:`Single_gate_with_three_parameter_typeContext`* :target:`single_gate_with_three_parameter_type`(); :ref:`Single_gate_with_four_parameter_typeContext`* :target:`single_gate_with_four_parameter_type`(); :ref:`Double_gate_without_parameter_typeContext`* :target:`double_gate_without_parameter_type`(); :ref:`Double_gate_with_one_parameter_typeContext`* :target:`double_gate_with_one_parameter_type`(); :ref:`Double_gate_with_four_parameter_typeContext`* :target:`double_gate_with_four_parameter_type`(); :ref:`Triple_gate_without_parameter_typeContext`* :target:`triple_gate_without_parameter_type`(); :ref:`IdContext`* :target:`id`(); virtual void :target:`enterRule`(antlr4::tree::ParseTreeListener* listener); virtual void :target:`exitRule`(antlr4::tree::ParseTreeListener* listener); virtual antlrcpp::Any :target:`accept`(antlr4::tree::ParseTreeVisitor* visitor); };