Class InterpolatedStringText

Just plain text inside the interpolated string

class InterpolatedStringText
  : InterpolatedStringPart;

Fields

NameTypeDescription
tokens const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[]List of tokens consumed by this AST node

Methods

NameDescription
accept (visitor)
text () The token containing the plain text part in its .text property.