Interface Expression.Visitor

    • Method Detail

      • visit

        void visit​(ArithmeticFactor e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(ExpressionPredicate e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(BetweenPredicate e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(InPredicate e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(CompoundPredicate e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(ComparisonPredicate e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(IsNullPredicate e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(IsEmptyPredicate e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(Path e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(FunctionInvocation e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(Literal e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(EnumLiteral e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(EntityLiteral e)
        Visits the given expression.
        Parameters:
        e - The expression to visit
      • visit

        void visit​(CollectionLiteral e)
        Visits the given expression.
        Parameters:
        e - The expression to visit