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