NAME
Erlang::Parser::Node::Call - a function call
DESCRIPTION
A call to a function, either local or external.
Accessors
module
-
A Erlang::Parser::Node which returns the name of the module to use as an atom; or
undef
. function
-
A Erlang::Parser::Node which either returns an atom which corresponds to a local function or a function in
module
if specified; or which returns a calculated fun or fun reference itself. args
-
A list of Erlang::Parser::Nodes which are passed as arguments to the function.
Methods
print
-
Pretty-prints the node to its filehandle argument.
EXAMPLE
lists:reverse([1, 2, 3])