menu
puredartlua package
documentation
lua/visitors/pretty.dart
Pretty
visitBooleanLiteral method
visitBooleanLiteral method
dark_mode
light_mode
visitBooleanLiteral
method
@
override
String
visitBooleanLiteral
(
BooleanLiteral
boolean
)
override
Implementation
@override String visitBooleanLiteral(BooleanLiteral boolean) { return boolean.value.toString(); }
puredartlua package
documentation
lua/visitors/pretty
Pretty
visitBooleanLiteral method
Pretty class