accept<T> method
Calls the appropriate visit method on visitor
.
Implementation
T accept<T>(StatementVisitor<T> visitor) => visitor.visitIfRule(this);
Calls the appropriate visit method on visitor
.
T accept<T>(StatementVisitor<T> visitor) => visitor.visitIfRule(this);