apply method

void apply(
  1. RuleVisitor v
)

Implementation

void apply(RuleVisitor v) {
  v.apply(this);
}