menu
cat_analyzer_plugin package
documentation
visitor/custom_ast_visitor.dart
CustomAstVisitor
visitEmptyStatement method
visitEmptyStatement method
dark_mode
light_mode
visitEmptyStatement
method
@
override
void
visitEmptyStatement
(
EmptyStatement
node
)
inherited
Implementation
@override R? visitEmptyStatement(EmptyStatement node) { node.visitChildren(this); return null; }
cat_analyzer_plugin package
documentation
visitor/custom_ast_visitor
CustomAstVisitor
visitEmptyStatement method
CustomAstVisitor class