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