funcDec property
final
The AST declaration node containing the function's implementation details.
This includes the function's return type, parameters, and body.
Implementation
final FuncDec funcDec;
The AST declaration node containing the function's implementation details.
This includes the function's return type, parameters, and body.
final FuncDec funcDec;