Class TypeIdentifierPart

class TypeIdentifierPart
  : BaseNode ;

Fields

NameTypeDescription
dot bool
identifierOrTemplateInstance IdentifierOrTemplateInstance
indexer ExpressionNode
typeIdentifierPart TypeIdentifierPart
tokens const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[]List of tokens consumed by this AST node

Methods

NameDescription
accept (visitor)