menu
analysis_example package
documentation
analyser_plugin.dart
StringLiteralVisitor<R>
visitRethrowExpression method
visitRethrowExpression method
dark_mode
light_mode
visitRethrowExpression
method
@
override
R?
visitRethrowExpression
(
RethrowExpression
node
)
inherited
Implementation
@override R? visitRethrowExpression(RethrowExpression node) => visitExpression(node);
analysis_example package
documentation
analyser_plugin
StringLiteralVisitor<R>
visitRethrowExpression method
StringLiteralVisitor class