Interface GenericTokenType

  • All Superinterfaces:
    Serializable, TokenType, TokenTyped

    public interface GenericTokenType
    extends TokenType
    A description of the generic data type, the root of the type hierarchy.

    The generic data type is the most general type in the type model. It is an abstract type; no tokens can have this type. The only valid use of this type is as a placeholder for a more specific type on the flows of a generic operator.