Expression.checkModifiable

Parameters: sc: scope flag: 1: do not issue error message for invalid modification

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