menu
hetu_script package
documentation
ast/ast.dart
AbstractASTVisitor<T>
visitStringLiteralExpr method
visitStringLiteralExpr method
dark_mode
light_mode
visitStringLiteralExpr
method
T?
visitStringLiteralExpr
(
ASTLiteralString
node
)
Implementation
T? visitStringLiteralExpr(ASTLiteralString node) {}
hetu_script package
documentation
ast/ast
AbstractASTVisitor<T>
visitStringLiteralExpr method
AbstractASTVisitor class