Interface Identifier

  • All Superinterfaces:
    Token
    All Known Implementing Classes:
    ContentDispositionType, TaskState

    public interface Identifier
    extends Token
    An identifier token in lexical analysis.

    Knowing a token is an identifier may allow it to be serialized in a special way, for instance, using name rules for a particular serialization. For example, marking an enum as Identifier indicates its name should be serialized in a special token form.

    Author:
    Garret Wilson