IdentifierList

Identifier list.

IdentifierList: Identifier Identifier . IdentifierList TemplateInstance TemplateInstance . IdentifierList

Constructors

this
this(Token ident, IdentifierList identifierList)
Undocumented in source.
this
this(TemplateInstance templateInstance, IdentifierList identifierList)
Undocumented in source.

Members

Properties

type
LexemType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_identifier
Identifier _identifier;
Undocumented in source.
_identifierList
IdentifierList _identifierList;
Undocumented in source.
_templateInstance
TemplateInstance _templateInstance;
Undocumented in source.

Inherited Members

From Lexem

type
LexemType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta