interpolationString abstract method

InterpolationString interpolationString(
  1. Token contents,
  2. String value
)

Returns a newly created string of characters that are part of a string interpolation.

Implementation

InterpolationString interpolationString(Token contents, String value);