accept<T> abstract method
Double-dispatch: Dispatches the visitor to the corresponding visit method
Implementation
T accept<T>(LatexVisitor<T> visitor);
Double-dispatch: Dispatches the visitor to the corresponding visit method
T accept<T>(LatexVisitor<T> visitor);