Options
All
  • Public
  • Public/Protected
  • All
Menu

The OData4 predicate visitor.

Hierarchy

  • OData4PredicateVisitor

Implements

  • PredicateVisitor

Index

Constructors

Methods

  • andOrPredicate(context: PredicateContext): string
  • Handles the and/or predicate.

    Parameters

    • context: PredicateContext

      The predicate context.

    Returns string

    The predicate string.

  • anyAllPredicate(context: PredicateContext): string
  • Handles the any/all predicate.

    Parameters

    • context: PredicateContext

      The predicate context.

    Returns string

    The predicate string.

  • binaryPredicate(context: PredicateContext): string
  • Handles the binary predicate.

    Parameters

    • context: PredicateContext

      The predicate context.

    Returns string

    The predicate string.

  • fnExpr(context: PredicateContext): string
  • Handles the function expression predicate expression.

    Parameters

    • context: PredicateContext

      The predicate context.

    Returns string

    The predicate string.

  • litExpr(): any
  • passthruPredicate(): string
  • propExpr(context: PredicateContext): string
  • Handles the property expression predicate.

    Parameters

    • context: PredicateContext

      The predicate context.

    Returns string

    The predicate string.

  • unaryPredicate(context: PredicateContext): string
  • Handles the unary predicate.

    Parameters

    • context: PredicateContext

      The predicate context.

    Returns string

    The predicate string.

  • initialize(): void

Generated using TypeDoc