isDeferred property
bool
get
isDeferred
Return true
if this type is a deferred type. If the AST structure has
not been resolved, then return false
.
15.1 Static Types: A type T is deferred iff it is of the form p.T where p is a deferred prefix.
Implementation
bool get isDeferred;