Package com.tonic.analysis.query.value
The values and operators a query condition compares.
-
Interface Summary Interface Description Value The universal scalar produced by attribute resolution and carried by query literals, as a closed set of nested variants discriminated byValue.kind(). -
Class Summary Class Description TypeNames Normalizes the many spellings of a Java type to one canonical descriptor form.Value.Absent Value.BoolValue Value.IntValue Value.NullValue Value.RealValue Value.RegexValue Value.SetValue Value.StrValue Value.TypeValue A type reference: either an internal name (java/lang/String) or a descriptor (I). -
Enum Summary Enum Description Operator The comparison and relation vocabulary of the query DSL.ValueKind Discriminator forValuevariants, used by the comparator to dispatch without instanceof chains.