Interface TokenValued

    • Method Detail

      • getType

        TokenType getType()
        Gets the data type of the token. This type will dictate the valid values that can be contained.
        Specified by:
        getType in interface TokenTyped
        Returns:
        the token type.
      • isNull

        boolean isNull()
        Indicates whether the token is null valued. Tokens support null values analogous to SQL. Before accessing the value of the container, it is usually best to ensure it is not null valued using this method.
        Returns:
        true if the token is null valued, false otherwise