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