String creation from other types. More...
#include <string_builtin_function.h>
equals, indexOf or compare. get_value which gives a valuation to expressions, attempt to find the result of the builtin function. String creation from other types.
Definition at line 340 of file string_builtin_function.h.
Constructor from arguments of a function application.
The arguments in fun_args should be in order: an integer result.length, a character pointer &result[0], an expression arg which is to be converted to a string. Other arguments are ignored by this constructor.
Definition at line 372 of file string_builtin_function.cpp.
Tells whether the builtin function can be a testing function, that is a function that does not return a string, for instance like equals, indexOf or compare.
Reimplemented from string_builtin_functiont.
Definition at line 356 of file string_builtin_function.h.
Reimplemented from string_builtin_functiont.
Definition at line 351 of file string_builtin_function.h.
Definition at line 344 of file string_builtin_function.h.
Definition at line 343 of file string_builtin_function.h.