Documentation
Dlang.org
LiteralExpression
arrow
literal_expression
class
LiteralExpression :
Expression
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
LiteralExpression
self
();
this
(arrow.datum.Datum datum);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.datum.Datum datum)
Members
Functions
self
LiteralExpression
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
literal_expression
classes
LiteralExpression