menu
lucy_editor package
documentation
parsejs/ast.dart
Programs
forEach method
forEach method
dark_mode
light_mode
forEach
method
void
forEach
(
void
callback
(
Node
node
)
)
override
Visits the immediate children of this node.
Implementation
void forEach(callback) => programs.forEach(callback);
lucy_editor package
documentation
parsejs/ast
Programs
forEach method
Programs class