CallExp.create

Creates a new function call expression

class CallExp
static
create

Parameters

loc
Type: Loc

location

fd

the declaration of the function to call

earg1

the function argument

Meta