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