Expression.checkType

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

class Expression
bool
checkType
()

Return Value

Type: bool

true if the expression is not valid. Note: When this function returns true, checkValue() should also return true.

Suggestion Box / Bug Report