Class AdditionOperator
java.lang.Object
com.tangosol.coherence.dslquery.operator.BaseOperator
com.tangosol.coherence.dslquery.operator.AdditionOperator
A
BaseOperator implementation representing the
addition (+) operator.- Since:
- Coherence 12.2.1
- Author:
- jk 2014.04.23
-
Field Summary
FieldsFields inherited from class com.tangosol.coherence.dslquery.operator.BaseOperator
f_asAlias, f_fConditional, f_sSymbol -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToTokenTable(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 Details
-
INSTANCE
An instance of the AndOperator.
-
-
Constructor Details
-
AdditionOperator
protected AdditionOperator()Construct an AdditionOperator.
-
-
Method Details
-
addToTokenTable
Description copied from class:BaseOperatorAdd this operator to the givenTokenTable. This typically means adding this operator using its symbol and also adding any aliases.- Specified by:
addToTokenTablein classBaseOperator- Parameters:
tokenTable- the TokenTable to add this operator to
-