Class ListOperator

java.lang.Object
ch.andre601.expressionparser.operator.Operator
ch.andre601.expressionparser.operator.ListOperator

public abstract class ListOperator extends Operator
The ListOperator can be used to handling a collection of ExpressionTemplates.
  • Constructor Details

    • ListOperator

      public ListOperator(int priority)
      Constructor for creating a new ListOperator.
      Parameters:
      priority - priority this ListOperator should have.
  • Method Details