public boolean needVarDeclaration(String propertyName)(Code)
Determines whether a propertyCall needs a declaration of a variable
Parameters: propertyName - name of the propertyCall true, if propertyName needs a variable to be declarated
Resolves property calls on explicit receivers.
Parameters: receiver - receiver (may *not* be null) Parameters: name - name of the property Parameters: parameters - the actual parameters, or null if not applicable a suitable term or collection if successful, null otherwise