menu
hetu_script package
documentation
analyzer/analyzer_impl.dart
HTAnalyzerImpl
visitThrowStmt method
visitThrowStmt method
dark_mode
light_mode
visitThrowStmt
method
@
override
void
visitThrowStmt
(
ThrowStmt
node
)
override
Implementation
@override void visitThrowStmt(ThrowStmt node) { node.subAccept(this); }
hetu_script package
documentation
analyzer/analyzer_impl
HTAnalyzerImpl
visitThrowStmt method
HTAnalyzerImpl class