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