Class InterpolatedStringPart

AST nodes within an interpolated string

class InterpolatedStringPart
  : BaseNode;

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)