calledFunctionType

Get the called function type from a call expression

calledFunctionType

Parameters

ce CallExp

function call expression. Must have had semantic analysis done.

Return Value

called function type, or null if error / no semantic analysis done

Meta