Class AbstractMatchMethodCommand

    • Constructor Detail

      • AbstractMatchMethodCommand

        public AbstractMatchMethodCommand​(MatchMethod matchMethod)
    • Method Detail

      • getSpecialParameters

        protected java.util.List<Parameter> getSpecialParameters()
        has to be implemented by subclass if the matching method has special parameters
        Returns:
        the commands;
      • getMatchMethod

        protected MatchMethod getMatchMethod()