CallExpression

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_()