Class ControllerFunction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] NAMES  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(java.lang.String parameters, StaccatoParserContext context)  
      static ControllerFunction getInstance()  
      java.lang.String[] getNames()
      Returns the names of this function, which are the same names that would be seen in the Staccato function call, e.g., "TRILL" for a trill function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMES

        public static java.lang.String[] NAMES
    • Method Detail

      • getNames

        public java.lang.String[] getNames()
        Description copied from interface: SubparserFunction
        Returns the names of this function, which are the same names that would be seen in the Staccato function call, e.g., "TRILL" for a trill function. The name of the function must be expressed in all capital letters. This method may return multiple names of a function to allow for abbreviations (e.g., TR or TRILL could both be legal names for the trill function)
        Specified by:
        getNames in interface SubparserFunction
        Returns: