Documentation
Dlang.org
LiteralExpression
arrow
literal_expression
class
LiteralExpression :
Expression
{
this
(arrow.datum.Datum datum);
}
Constructors
this
this
(arrow.datum.Datum datum)
Inherited Members
From Expression
equal
bool
equal
(arrow.expression.Expression otherExpression)
toString_
string
toString_
()
arrow
literal_expression
classes
LiteralExpression