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