Class DivisionOperator

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

public class DivisionOperator extends BaseOperator
An operator representing the conditional mathematical division operation.
Since:
Coherence 12.2.1
Author:
jk 2013.12.03
  • Field Details

    • INSTANCE

      public static final DivisionOperator INSTANCE
      An instance of the DivisionOperator.
  • Constructor Details

    • DivisionOperator

      protected DivisionOperator()
      Construct a DivisionOperator.
  • Method Details

    • 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.