Documentation
Dlang.org
FieldExpression
arrow
field_expression
class
FieldExpression :
Expression
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
FieldExpression
self
();
this
(string reference);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(string reference)
Members
Functions
self
FieldExpression
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
field_expression
classes
FieldExpression