Package dev.vortex.api.expressions


package dev.vortex.api.expressions
  • Class
    Description
    Represents a binary expression that operates on two child expressions using a binary operator.
    Enumeration of binary operators supported by binary expressions.
    Represents a "get item" expression that extracts a field or property from a parent expression.
    Represents an IS NOT NULL expression that checks whether values are non-null.
    Represents an IS NULL expression that checks whether values are null.
    Represents a literal value expression in the Vortex query system.
    Visitor interface for processing literals in a type-safe manner.
    Represents a logical NOT expression that negates the boolean result of its child expression.
    Represents the root expression in a Vortex expression tree.
    Represents a generic expression deserialized from a Vortex expression without a concrete Java type.