menu
hetu_script package
documentation
constant/constant_interpreter.dart
HTConstantInterpreter
evalAstNode method
evalAstNode method
dark_mode
light_mode
evalAstNode
method
void
evalAstNode
(
ASTNode
node
)
Implementation
void evalAstNode(ASTNode node) => node.accept(this);
hetu_script package
documentation
constant/constant_interpreter
HTConstantInterpreter
evalAstNode method
HTConstantInterpreter class