Class InterpolatedString

class InterpolatedString
  : BaseNode;

Fields

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

Methods

NameDescription
accept (visitor)
endQuote ()
postfixType () '\0'/'c'/'w'/'d' for i"", i""c, i""w and i""d respectively.
startQuote ()