menu
hetu_script package
documentation
constant/constant_interpreter.dart
HTConstantInterpreter
visitAssertStmt method
visitAssertStmt method
dark_mode
light_mode
visitAssertStmt
method
@
override
void
visitAssertStmt
(
AssertStmt
node
)
override
Implementation
@override void visitAssertStmt(AssertStmt node) { node.subAccept(this); }
hetu_script package
documentation
constant/constant_interpreter
HTConstantInterpreter
visitAssertStmt method
HTConstantInterpreter class