Interface Expression

All Superinterfaces:
Serializable
All Known Implementing Classes:
Exp, WhenCondition, WhenCondition, WhenScalar, WhenScalar

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

    Modifier and Type
    Method
    Description
    void
    Accept a visit from a tree visitor.
  • Method Details

    • acceptVisit

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