Class MultiplicationOperator


  • public class MultiplicationOperator
    extends BaseOperator
    An operator representing the mathematical multiplication operation.
    Since:
    Coherence 12.2.1
    Author:
    jk 2013.12.03
    • Constructor Detail

      • MultiplicationOperator

        protected MultiplicationOperator()
        Construct a MultiplicationOperator.
    • Method Detail

      • addToTokenTable

        public void addToTokenTable​(TokenTable tokenTable)
        Add this operator to the given TokenTable. This typically means adding this operator using its symbol and also adding any aliases.
        Specified by:
        addToTokenTable in class BaseOperator
        Parameters:
        tokenTable - the TokenTable to add this operator to.