menu
lucy_editor package
documentation
parsejs/ast.dart
NameExpression
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
forEach(callback) => callback(name);
lucy_editor package
documentation
parsejs/ast
NameExpression
forEach method
NameExpression class