addBooleanLiteral method
void
addBooleanLiteral(
- Rule rule
Register a rule for visitBooleanLiteral method.
Implementation
void addBooleanLiteral(Rule rule) {
_forBooleanLiteral.add(VisitorSubscription(rule, _getTimer(rule)));
}