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