Interface TypeTokenParser

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataDefinitionSeg parse​(java.util.List<java.lang.String> tokens)
      Given the parameters for a token as a list of strings, construct and return the corresponding data definition segment.
    • Method Detail

      • parse

        DataDefinitionSeg parse​(java.util.List<java.lang.String> tokens)
        Given the parameters for a token as a list of strings, construct and return the corresponding data definition segment. The keyword token is already removed from the list. This method must remove the parameter tokens it consumes.
        Parameters:
        tokens - The remaining tokens.
        Returns:
        The single resultiing data definition segment.