Constructor

GomBinaryExpressionnew_greater_than

Declaration

GomExpression*
gom_binary_expression_new_greater_than (
  GomExpression* left,
  GomExpression* right
)

Description

Creates a greater-than comparison expression.

Parameters

left

Type: GomExpression

A GomExpression.

The called function takes ownership of the data, and is responsible for freeing it.
right

Type: GomExpression

A GomExpression.

The called function takes ownership of the data, and is responsible for freeing it.

Return value

The caller of the function takes ownership of the data, and is responsible for freeing it.