ParameterList constructor
- List<
DeclareNode> children
Constructs a parameter list from declaration nodes.
Parameters:
children
: List of parameter declarations
Implementation
ParameterList(List<DeclareNode> children) : super(null, children);
Constructs a parameter list from declaration nodes.
Parameters:
children
: List of parameter declarationsParameterList(List<DeclareNode> children) : super(null, children);