menu
lucy_editor package
documentation
parsejs/annotations.dart
EnvironmentBuilder
visitVariableDeclarator method
visitVariableDeclarator method
dark_mode
light_mode
visitVariableDeclarator
method
Null
visitVariableDeclarator
(
VariableDeclarator
node
)
override
Implementation
visitVariableDeclarator(VariableDeclarator node) { addVar(node.name); node.forEach(visit); }
lucy_editor package
documentation
parsejs/annotations
EnvironmentBuilder
visitVariableDeclarator method
EnvironmentBuilder class