Class Yytoken


  • class Yytoken
    extends Object
    Represents structural entities in JSON.
    Since:
    2.0.0
    • Constructor Detail

      • Yytoken

        Yytoken​(Yytoken.Types type,
                Object value)
        Parameters:
        type - represents the kind of token the instantiated token will be.
        value - represents the value the token is associated with, will be ignored unless type is equal to Types.DATUM.
        See Also:
        Yytoken.Types