Expression.checkModifiable

class Expression
int
checkModifiable
(,
int flag = 0
)

Return Value

Type: int

0: is not modifiable 1: is modifiable in default == being related to type->isMutable() 2: is modifiable, because this is a part of initializing.

Meta