class EDC_EQUALS_EXPRESSION [T_]
Summary
Overview
creation features
exported features
left: EDC_TYPED_VALUE[T_]
writable attribute
right: EDC_TYPED_VALUE[T_]
writable attribute
can_call: BOOLEAN
effective function
open_count: INTEGER_32
effective function
matches (a_columns: TRAVERSABLE[EDC_COLUMN], a_data: TRAVERSABLE[EDC_DATUM]): BOOLEAN
effective function
True if the expression matches for the given columns and data.
can_match (a_column: EDC_COLUMN): BOOLEAN
effective function
True if the expression can match for the column a_column (i.e. not necessarily matches, but can).
infix "and" (other: EDC_EXPRESSION): EDC_EXPRESSION
effective function
infix "or" (other: EDC_EXPRESSION): EDC_EXPRESSION
effective function
prefix "not": EDC_EXPRESSION
effective function
accept (visitor: ESE_VISITOR)
deferred procedure
Accept to be visited by the visitor.