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