Expression.checkValue

Check that the expression has a valid value. If not, generates an error "... has no value".

class Expression
bool
checkValue
()

Return Value

Type: bool

true if the expression is not valid or has void type.

Suggestion Box / Bug Report