accept

open override fun <T> accept(visitor: SyntaxNodeVisitor<T>): T

Dispatches this node to SyntaxNodeVisitor.visitParenthesizedExpression.