addBooleanLiteral method

void addBooleanLiteral(
  1. Rule rule
)

Register a rule for visitBooleanLiteral method.

Implementation

void addBooleanLiteral(Rule rule) {
  _forBooleanLiteral.add(VisitorSubscription(rule, _getTimer(rule)));
}