SExpTermType
Description:
[ CCode ( cprefix = "CAMEL_SEXP_TERM_" , type_id = "camel_sexp_term_type_get_type ()" ) ]
[ Version ( since = "3.4" ) ]
public enum SExpTermType
Content:
Enum values:
- BOOL - boolean literal
- FUNC - normal function, arguments are
evaluated before calling
- IFUNC - immediate function, raw terms are
arguments
- INT - integer literal
- STRING - string literal
- TIME - time_t literal (number of seconds
past the epoch)
- VAR - variable reference