sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
IdentifierBracketExpression
d
ast
identifier
An identifier of the form identifier
expression
final
class
IdentifierBracketExpression :
Identifier
{
Identifier
indexed
;
AstExpression
index
;
this
(Location location, Identifier indexed, AstExpression index);
string
toString
(Context c);
}
Constructors
this
this
(Location location, Identifier indexed, AstExpression index)
Undocumented in source.
Members
Functions
toString
string
toString
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
index
AstExpression
index
;
Undocumented in source.
indexed
Identifier
indexed
;
Undocumented in source.
Inherited Members
From Identifier
toString
string
toString
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
ast
identifier
aliases
AstTemplateArgument
classes
BasicIdentifier
DotIdentifier
ExpressionDotIdentifier
Identifier
IdentifierBracketExpression
IdentifierBracketIdentifier
IdentifierDotIdentifier
TemplateInstantiation
TypeDotIdentifier
functions
apply
An identifier of the form identifierexpression