ArrowLiteralExpression

描述

class Arrow.LiteralExpression : Arrow.Expression {
  parent_instance: GArrowExpression
}
没有可用的描述。

构造函数

garrow_literal_expression_new
没有可用的描述。

since: 6.0.0

实例方法

GArrowExpression 继承的方法 (2)
garrow_expression_equal
没有可用的描述。

since: 6.0.0

garrow_expression_to_string
没有可用的描述。

since: 6.0.0

GObject 继承的方法 (43)

请参阅 GObject 以获取完整的方法列表。

信号

GObject 继承的信号 (1)
GObject::notify

当一个对象的属性通过 g_object_set_property(), g_object_set(), 等被设置时,会发出 notify 信号。

类结构

struct ArrowLiteralExpressionClass {
  GArrowExpressionClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GArrowExpressionClass
没有可用的描述。