menu
pinto package
documentation
ast.dart
GeneralizingAstNodeVisitor<R>
visitLiteral method
visitLiteral method
dark_mode
light_mode
visitLiteral
method
R?
visitLiteral
(
Literal
node
)
Implementation
R? visitLiteral(Literal node) => visitExpression(node);
pinto package
documentation
ast
GeneralizingAstNodeVisitor<R>
visitLiteral method
GeneralizingAstNodeVisitor class