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