Was this helpful?
TokenValued Hierarchy
Token values have a hierarchy. At the top is type TokenValued, the most general type.
- DoubleValued
   -  FloatValued
      -  LongValued
            -  IntValued
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: 01/06/2023