menu
lucy_editor package
documentation
parsejs/ast.dart
BaseVisitor<T>
visitEmptyStatement method
visitEmptyStatement method
dark_mode
light_mode
visitEmptyStatement
method
T?
visitEmptyStatement
(
EmptyStatement
node
)
override
Implementation
T? visitEmptyStatement(EmptyStatement node) => defaultNode(node);
lucy_editor package
documentation
parsejs/ast
BaseVisitor<T>
visitEmptyStatement method
BaseVisitor class