menu
puredartlua package
documentation
lua/visitors/transformers/obfuscator.dart
Obfuscator
visitBooleanLiteral method
visitBooleanLiteral method
dark_mode
light_mode
visitBooleanLiteral
method
@
override
String
visitBooleanLiteral
(
BooleanLiteral
boolean
)
override
Implementation
@override String visitBooleanLiteral(BooleanLiteral boolean) { return boolean.token.lexeme; }
puredartlua package
documentation
lua/visitors/transformers/obfuscator
Obfuscator
visitBooleanLiteral method
Obfuscator class