strings property

List<String> strings
final

For a given expression i, the preceding string (if any).

In practice, this is an empty string ('') if there is no preceding string, which is common.

Implementation

final List<String> strings;