TokenValued Hierarchy
Token values have a hierarchy. At the top is type
TokenValued, the most general type.
Note: The NumericValued interfaces are arranged in a hierarchy consistent with Java’s widening primitive conversions. Thus an operator written to consume a double field type will automatically handle float, long, and int fields as well.
Last modified date: 06/14/2024