menu
ensemble_ts_interpreter package
documentation
parser/newjs_interpreter.dart
JSInterpreter
visitCatchClause method
visitCatchClause method
dark_mode
light_mode
visitCatchClause
method
@
override
dynamic
visitCatchClause
(
CatchClause
node
)
Implementation
@override visitCatchClause(CatchClause node) { node.body.visitBy(this); }
ensemble_ts_interpreter package
documentation
parser/newjs_interpreter
JSInterpreter
visitCatchClause method
JSInterpreter class