funcs property

List<FuncDec> get funcs

Gets the list of function declarations.

Implementation

List<FuncDec> get funcs => children.cast<FuncDec>();