Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-29 12:48:46 +01:00
parent bbc6682099
commit a72184300f
449 changed files with 14004 additions and 232 deletions
+6
View File
@@ -67,18 +67,24 @@ Executes the expression that was previously parsed by :ref:`parse<class_Expressi
If you defined input variables in :ref:`parse<class_Expression_method_parse>`, you can specify their values in the inputs array, in the same order.
----
.. _class_Expression_method_get_error_text:
- :ref:`String<class_String>` **get_error_text** **(** **)** const
Returns the error text if :ref:`parse<class_Expression_method_parse>` has failed.
----
.. _class_Expression_method_has_execute_failed:
- :ref:`bool<class_bool>` **has_execute_failed** **(** **)** const
Returns ``true`` if :ref:`execute<class_Expression_method_execute>` has failed.
----
.. _class_Expression_method_parse:
- :ref:`Error<enum_@GlobalScope_Error>` **parse** **(** :ref:`String<class_String>` expression, :ref:`PoolStringArray<class_PoolStringArray>` input_names=PoolStringArray( ) **)**