adjacentStrings abstract method

AdjacentStrings adjacentStrings(
  1. List<StringLiteral> strings
)

Returns a newly created list of adjacent strings. To be syntactically valid, the list of strings must contain at least two elements.

Implementation

AdjacentStrings adjacentStrings(List<StringLiteral> strings);