1. override
R visitSmartChar(SmartChar node)

Source

@override
R visitSmartChar(SmartChar node) {
  node.visitChildren(this);
  return null;
}