Interface Expression

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    Exp, WhenCondition, WhenCondition, WhenScalar, WhenScalar

    public interface Expression
    extends java.io.Serializable
    Interface for a set of conditions that must be met for the query to be true.
    Author:
    Abe White
    • Method Detail

      • acceptVisit

        void acceptVisit​(ExpressionVisitor visitor)
        Accept a visit from a tree visitor.