accept<T> method
Double-dispatch: Dispatches the visitor to the corresponding visit method
Implementation
@override
T accept<T>(LatexVisitor<T> visitor) => visitor.visitPrescript(this);
Double-dispatch: Dispatches the visitor to the corresponding visit method
@override
T accept<T>(LatexVisitor<T> visitor) => visitor.visitPrescript(this);