menu
hetu_script package
documentation
analyzer/analyzer_impl.dart
HTAnalyzerImpl
visitVarDecl method
visitVarDecl method
dark_mode
light_mode
visitVarDecl
method
@
override
void
visitVarDecl
(
VarDecl
node
)
override
Implementation
@override void visitVarDecl(VarDecl node) { node.subAccept(this); }
hetu_script package
documentation
analyzer/analyzer_impl
HTAnalyzerImpl
visitVarDecl method
HTAnalyzerImpl class