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 Summary
Fields Modifier and Type Field Description static MultiplicationOperator
INSTANCE
An instance of the AndOperator.-
Fields inherited from class com.tangosol.coherence.dslquery.operator.BaseOperator
f_asAlias, f_fConditional, f_sSymbol
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MultiplicationOperator()
Construct a MultiplicationOperator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToTokenTable(TokenTable tokenTable)
Add this operator to the givenTokenTable
.-
Methods inherited from class com.tangosol.coherence.dslquery.operator.BaseOperator
addAliases, getAliases, getSymbol, isConditional, makeExtractor, makeExtractor, makeFilter, makeFilter, toString, unmodifiableSet
-
-
-
-
Field Detail
-
INSTANCE
public static final MultiplicationOperator INSTANCE
An instance of the AndOperator.
-
-
Method Detail
-
addToTokenTable
public void addToTokenTable(TokenTable tokenTable)
Add this operator to the givenTokenTable
. This typically means adding this operator using its symbol and also adding any aliases.- Specified by:
addToTokenTable
in classBaseOperator
- Parameters:
tokenTable
- the TokenTable to add this operator to.
-
-