funcDec property

FuncDec funcDec
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;