.. index:: pair: class; originirParser::Quantum_gate_declarationContext .. _doxid-classoriginir_parser_1_1_quantum__gate__declaration_context: class originirParser::Quantum_gate_declarationContext ===================================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Quantum_gate_declarationContext: public ParserRuleContext { public: // construction :target:`Quantum_gate_declarationContext`( antlr4::ParserRuleContext* parent, size_t invokingState ); // methods virtual size_t :target:`getRuleIndex`() const; :ref:`Single_gate_without_parameter_declarationContext`* :target:`single_gate_without_parameter_declaration`(); :ref:`Single_gate_with_one_parameter_declarationContext`* :target:`single_gate_with_one_parameter_declaration`(); :ref:`Single_gate_with_two_parameter_declarationContext`* :target:`single_gate_with_two_parameter_declaration`(); :ref:`Single_gate_with_three_parameter_declarationContext`* :target:`single_gate_with_three_parameter_declaration`(); :ref:`Single_gate_with_four_parameter_declarationContext`* :target:`single_gate_with_four_parameter_declaration`(); :ref:`Double_gate_without_parameter_declarationContext`* :target:`double_gate_without_parameter_declaration`(); :ref:`Double_gate_with_one_parameter_declarationContext`* :target:`double_gate_with_one_parameter_declaration`(); :ref:`Double_gate_with_four_parameter_declarationContext`* :target:`double_gate_with_four_parameter_declaration`(); :ref:`Triple_gate_without_parameter_declarationContext`* :target:`triple_gate_without_parameter_declaration`(); :ref:`Define_gate_declarationContext`* :target:`define_gate_declaration`(); 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); };