sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
AstCallExpression
d
ast
expression
Function call
final
class
AstCallExpression :
AstExpression
{
AstExpression
callee
;
AstExpression
[]
args
;
this
(Location location, AstExpression callee, AstExpression[] args);
string
toString
(Context c);
}
Constructors
this
this
(Location location, AstExpression callee, AstExpression[] args)
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
args
AstExpression
[]
args
;
Undocumented in source.
callee
AstExpression
callee
;
Undocumented in source.
Inherited Members
From AstExpression
toString
string
toString
(Context )
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
ast
expression
aliases
AstArrayLiteral
AstStaticTypeidExpression
AstTernaryExpression
classes
ArrayLiteral
AstBinaryExpression
AstCallExpression
AstCastExpression
AstExpression
AstIndexExpression
AstNewExpression
AstSliceExpression
AstTypeidExpression
AstUnaryExpression
AstVoidInitializer
DelegateLiteral
DollarExpression
IdentifierCallExpression
IdentifierExpression
IdentifierTypeidExpression
IsExpression
Lambda
ParenExpression
StaticTypeidExpression
TernaryExpression
ThisExpression
TypeCallExpression
__File__Literal
__Line__Literal
enums
AstBinaryOp
UnaryOp
functions
getBaseOp
isAssign
unarizeString
Function call