Class AdditionOperator


  • public class AdditionOperator
    extends BaseOperator
    A BaseOperator implementation representing the addition (+) operator.
    Since:
    Coherence 12.2.1
    Author:
    jk 2014.04.23
    • Field Detail

      • INSTANCE

        public static final AdditionOperator INSTANCE
        An instance of the AndOperator.
    • Constructor Detail

      • AdditionOperator

        protected AdditionOperator()
        Construct an AdditionOperator.
    • Method Detail

      • addToTokenTable

        public void addToTokenTable​(TokenTable tokenTable)
        Description copied from class: BaseOperator
        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