menu
lucy_editor package
documentation
parsejs/ast.dart
Name
visitBy<T> method
visitBy<T> method
dark_mode
light_mode
visitBy<
T
>
method
T?
visitBy
<
T
>(
Visitor
<
T
>
v
)
override
Calls the relevant
visit
method on the visitor.
Implementation
visitBy<T>(Visitor<T> v) => v.visitName(this);
lucy_editor package
documentation
parsejs/ast
Name
visitBy<T> method
Name class