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