@override R? visitPatternVariableDeclaration(PatternVariableDeclaration node) { node.visitChildren(this); return null; }