concepts.dsl.expression.ObjectConstantExpression#

class ObjectConstantExpression[source]#

Bases: ObjectOutputExpression

Methods

cached_string([max_length])

check_arguments()

Attributes

__init__(constant)[source]#
Parameters:

constant (ObjectConstant | StateObjectReference | ListValue)

__new__(**kwargs)#
cached_string(max_length=None)#
Parameters:

max_length (int | None)

check_arguments()#
constant: ObjectConstant | StateObjectReference | ListValue#

The object constant.

property dtype: ObjectType | ListType#

The type of the object.

property is_and_expr: bool#
property is_constant_bool_expr: bool#
property is_constant_list#

Whether the object is a constant list.

property is_exists_expr: bool#
property is_forall_expr: bool#
property is_implies_expr: bool#
property is_not_expr: bool#
property is_null_expression: bool#
property is_object_output_expression: bool#
property is_or_expr: bool#
property is_value_output_expression: bool#
property is_variable_assignment_expression: bool#
property is_xor_expr: bool#
property name: str#

The name of the object.

property return_type: ObjectType | ListType#