Class AndExpression

    • Constructor Detail

      • AndExpression

        public AndExpression()
    • Method Detail

      • evaluate

        public EvaluationResult evaluate​(IEvaluationContext context)
                                  throws CoreException
        Description copied from class: Expression
        Evaluates this expression.
        Specified by:
        evaluate in class Expression
        Parameters:
        context - an evaluation context providing information like variable, name spaces, etc. necessary to evaluate this expression
        Returns:
        the result of the expression evaluation
        Throws:
        CoreException - if the evaluation failed. The concrete reason is defined by the subclass implementing this method