menu
hetu_script package
documentation
ast/ast.dart
AbstractASTVisitor<T>
visitAssertStmt method
visitAssertStmt method
dark_mode
light_mode
visitAssertStmt
method
T?
visitAssertStmt
(
AssertStmt
node
)
Implementation
T? visitAssertStmt(AssertStmt node) {}
hetu_script package
documentation
ast/ast
AbstractASTVisitor<T>
visitAssertStmt method
AbstractASTVisitor class