accept<R> abstract method

R accept<R>(
  1. StatementVisitor<R> visitor
)

Implementation

R accept<R>(StatementVisitor<R> visitor);