args property

List<Variable> args
getter/setter pair

List of arguments of this function. Arguments ust be of type Variable.

Implementation

List<Variable> args;