menu
lucy_editor package
documentation
parsejs/ast.dart
BaseVisitor1<T, A>
visitThrow method
visitThrow method
dark_mode
light_mode
visitThrow
method
T?
visitThrow
(
ThrowStatement
node
,
A
arg
)
override
Implementation
T? visitThrow(ThrowStatement node, A arg) => defaultNode(node, arg);
lucy_editor package
documentation
parsejs/ast
BaseVisitor1<T, A>
visitThrow method
BaseVisitor1 class