Class MultiplicationOperator

java.lang.Object
com.tangosol.coherence.dslquery.operator.BaseOperator
com.tangosol.coherence.dslquery.operator.MultiplicationOperator

public class MultiplicationOperator extends BaseOperator
An operator representing the mathematical multiplication operation.
Since:
Coherence 12.2.1
Author:
jk 2013.12.03
  • Field Details Link icon

  • Constructor Details Link icon

    • MultiplicationOperator Link icon

      protected MultiplicationOperator()
      Construct a MultiplicationOperator.
  • Method Details Link icon

    • addToTokenTable Link icon

      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.