class originirParser::Gate_nameContext

#include <originirParser.h>

class Gate_nameContext: public ParserRuleContext
{
public:
    // construction

    Gate_nameContext(
        antlr4::ParserRuleContext* parent,
        size_t invokingState
        );

    // methods

    virtual size_t getRuleIndex() const;
    Single_gate_without_parameter_typeContext* single_gate_without_parameter_type();
    Single_gate_with_one_parameter_typeContext* single_gate_with_one_parameter_type();
    Single_gate_with_two_parameter_typeContext* single_gate_with_two_parameter_type();
    Single_gate_with_three_parameter_typeContext* single_gate_with_three_parameter_type();
    Single_gate_with_four_parameter_typeContext* single_gate_with_four_parameter_type();
    Double_gate_without_parameter_typeContext* double_gate_without_parameter_type();
    Double_gate_with_one_parameter_typeContext* double_gate_with_one_parameter_type();
    Double_gate_with_four_parameter_typeContext* double_gate_with_four_parameter_type();
    Triple_gate_without_parameter_typeContext* triple_gate_without_parameter_type();
    IdContext* id();
    virtual void enterRule(antlr4::tree::ParseTreeListener* listener);
    virtual void exitRule(antlr4::tree::ParseTreeListener* listener);
    virtual antlrcpp::Any accept(antlr4::tree::ParseTreeVisitor* visitor);
};