Documentation
Dlang.org
CallExpression
arrow
call_expression
class
CallExpression :
Expression
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
CallExpression
self
();
this
(string function_, arrow.expression.Expression[] arguments, arrow.function_options.FunctionOptions options);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(string function_, arrow.expression.Expression[] arguments, arrow.function_options.FunctionOptions options)
Members
Functions
self
CallExpression
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From Expression
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
Expression
self
()
Returns
this
, for use in
with
statements.
equal
bool
equal
(arrow.expression.Expression otherExpression)
toString_
string
toString_
()
arrow
call_expression
classes
CallExpression