concepts.dm.crow.parsers.cdl_symbolic_execution.FunctionCall#
- class FunctionCall[source]#
Bases:
object
A function call. This is used as the intermediate representation of the parsed expressions. Note that this includes not only function calls but also primitive operators and control flow statements.
Methods
Attributes
- __init__(name, args, annotations=None)#
- Parameters:
name (str)
args (ArgumentsList)
- Return type:
None
- __new__(**kwargs)#
- args: ArgumentsList#